From be59e240cbaabe56921cb0590415abde353673bd Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 26 Mar 2024 22:23:16 +0200 Subject: [PATCH] v0.0.2 --- deploy/sthome-webhook/Chart.yaml | 4 ++-- deploy/sthome-webhook/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/sthome-webhook/Chart.yaml b/deploy/sthome-webhook/Chart.yaml index e1107d5..a430be6 100644 --- a/deploy/sthome-webhook/Chart.yaml +++ b/deploy/sthome-webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "v0.0.1" +appVersion: "v0.0.2" description: Cert-Manager webhook for sthome name: sthome-webhook -version: 0.0.1 +version: 0.0.2 diff --git a/deploy/sthome-webhook/values.yaml b/deploy/sthome-webhook/values.yaml index aef938f..458f6cb 100644 --- a/deploy/sthome-webhook/values.yaml +++ b/deploy/sthome-webhook/values.yaml @@ -30,7 +30,7 @@ clusterIssuer: image: repository: stuurmcp/cert-manager-webhook-sthome - tag: 0.0.1 + tag: 0.0.2 #pullPolicy should be IfNotPresent. Set to Always for testing purposes pullPolicy: IfNotPresent