From 9665cede748dfab6b09a52601669e52d26303a39 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 18 Dec 2023 07:02:12 +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 d74b2f8..6a7c1c5 100644 --- a/charts/zot/Chart.yaml +++ b/charts/zot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: v2.0.0-rc8 +appVersion: v2.0.0 description: A Helm chart for Kubernetes name: zot type: application -version: 0.1.41 +version: 0.1.42 diff --git a/charts/zot/values.yaml b/charts/zot/values.yaml index 932397b..ac7f0f0 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-rc8" + tag: "v2.0.0" serviceAccount: # Specifies whether a service account should be created create: true