From 1315d0f8a5c2575f0e79118e0426ab649dea18ee Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 Mar 2024 21:44:48 +0000 Subject: [PATCH] build: automated update of Helm Chart --- charts/zot/Chart.yaml | 4 ++-- charts/zot/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/zot/Chart.yaml b/charts/zot/Chart.yaml index 13e7cbb..35d76a2 100644 --- a/charts/zot/Chart.yaml +++ b/charts/zot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: v2.0.2-rc3 +appVersion: v2.0.2 description: A Helm chart for Kubernetes name: zot type: application -version: 0.1.51 +version: 0.1.52 diff --git a/charts/zot/values.yaml b/charts/zot/values.yaml index e796b00..f2c5316 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.2-rc3" + tag: "v2.0.2" serviceAccount: # Specifies whether a service account should be created create: true