diff --git a/charts/zot/Chart.yaml b/charts/zot/Chart.yaml index 94f4aa4..9b8aa86 100644 --- a/charts/zot/Chart.yaml +++ b/charts/zot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: v2.0.0-rc1 +appVersion: v2.0.0-rc2 description: A Helm chart for Kubernetes name: zot type: application -version: 0.1.17 +version: 0.1.18 diff --git a/charts/zot/values.yaml b/charts/zot/values.yaml index 705aa04..03cce9c 100644 --- a/charts/zot/values.yaml +++ b/charts/zot/values.yaml @@ -6,7 +6,7 @@ image: repository: ghcr.io/project-zot/zot-linux-amd64 pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v2.0.0-rc1" + tag: "v2.0.0-rc2" serviceAccount: # Specifies whether a service account should be created create: true