From e1f4602b6b720853a2ad43a13c9ea582e48d7fe9 Mon Sep 17 00:00:00 2001 From: Matthias Glastra Date: Fri, 3 May 2024 14:54:26 +0200 Subject: [PATCH] fix: Fix incorrect image and appversion Signed-off-by: Matthias Glastra --- chart/Chart.yaml | 4 ++-- chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 279ae045..296e240d 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -17,7 +17,7 @@ name: archivista description: A Helm chart for Archivista type: application -version: 0.1.1 +version: 0.4.0 keywords: - attestation @@ -31,4 +31,4 @@ sources: maintainers: - name: in-toto -appVersion: "0.1.1" +appVersion: "0.4.0" diff --git a/chart/values.yaml b/chart/values.yaml index 43806132..744fa019 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -18,7 +18,7 @@ image: repository: ghcr.io/in-toto/archivista pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.1.1" + tag: "0.4.0" nameOverride: "" fullnameOverride: ""