diff --git a/charts/rstuf-api/Chart.yaml b/charts/rstuf-api/Chart.yaml index 1032bd7..1ff61e3 100644 --- a/charts/rstuf-api/Chart.yaml +++ b/charts/rstuf-api/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/rstuf-api/values.yaml b/charts/rstuf-api/values.yaml index a4f599b..1343498 100644 --- a/charts/rstuf-api/values.yaml +++ b/charts/rstuf-api/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/repository-service-tuf/repository-service-tuf-api pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "latest" + tag: "v0.15.0b1" imagePullSecrets: [] nameOverride: "" diff --git a/charts/rstuf-worker/Chart.yaml b/charts/rstuf-worker/Chart.yaml index c813ee4..9b3b5e7 100644 --- a/charts/rstuf-worker/Chart.yaml +++ b/charts/rstuf-worker/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "0.17.0b1" diff --git a/charts/rstuf-worker/values.yaml b/charts/rstuf-worker/values.yaml index 68ffba5..ba674b2 100644 --- a/charts/rstuf-worker/values.yaml +++ b/charts/rstuf-worker/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: ghcr.io/repository-service-tuf/repository-service-tuf-worker pullPolicy: IfNotPresent - tag: "latest" + tag: "v0.17.0b1" livenessProbe: exec: