diff --git a/charts/zot/Chart.yaml b/charts/zot/Chart.yaml index a9b3a17..169d379 100644 --- a/charts/zot/Chart.yaml +++ b/charts/zot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: v1.4.3-rc2 +appVersion: v1.4.3-rc3 description: A Helm chart for Kubernetes name: zot type: application -version: 0.1.8 +version: 0.1.9 diff --git a/charts/zot/values.yaml b/charts/zot/values.yaml index 85a1e3f..104982a 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: "v1.4.3-rc2" + tag: "v1.4.3-rc3" serviceAccount: # Specifies whether a service account should be created create: true