From a959a3c6d8107b52439f386a117eafa586d6de1f Mon Sep 17 00:00:00 2001 From: Patrick Koss Date: Mon, 2 Dec 2024 09:48:00 +0100 Subject: [PATCH] add version to chart --- deploy/stackit/Chart.yaml | 2 +- deploy/stackit/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/stackit/Chart.yaml b/deploy/stackit/Chart.yaml index 827541a..454209f 100644 --- a/deploy/stackit/Chart.yaml +++ b/deploy/stackit/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for Kubernetes name: stackit-cert-manager-webhook -version: 0.3.0 +version: 0.3.1 diff --git a/deploy/stackit/values.yaml b/deploy/stackit/values.yaml index b6bf99b..7229f65 100644 --- a/deploy/stackit/values.yaml +++ b/deploy/stackit/values.yaml @@ -24,7 +24,7 @@ image: # -- repository of the image. repository: ghcr.io/stackitcloud/stackit-cert-manager-webhook # -- tag of the image. - tag: latest + tag: v0.3.1 # -- pull policy of the image. pullPolicy: IfNotPresent