From 1cbc4b26505a7aa75963b0a650b55195b5b9654e Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 22 Aug 2022 22:01:20 +0000 Subject: [PATCH] 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 2c6fe18..1070fb4 100644 --- a/charts/zot/Chart.yaml +++ b/charts/zot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: v1.4.2-rc3 +appVersion: v1.4.2-rc4 description: A Helm chart for Kubernetes name: zot type: application -version: 0.1.2 +version: 0.1.3 diff --git a/charts/zot/values.yaml b/charts/zot/values.yaml index 4520dae..22cede9 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.2-rc3" + tag: "v1.4.2-rc4" serviceAccount: # Specifies whether a service account should be created create: true