diff --git a/charts/zot/Chart.yaml b/charts/zot/Chart.yaml index c7e03c7..1dba65f 100644 --- a/charts/zot/Chart.yaml +++ b/charts/zot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: v2.1.1 +appVersion: v2.1.2-rc1 description: A Helm chart for Kubernetes name: zot type: application -version: 0.1.60 +version: 0.1.61 diff --git a/charts/zot/values.yaml b/charts/zot/values.yaml index 871c1de..60d743e 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.1.1" + tag: "v2.1.2-rc1" serviceAccount: # Specifies whether a service account should be created create: true