From 15444ff59ccd07ae7d5db6155fa2a31370ea177b Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 28 May 2024 23:20:31 +0200 Subject: [PATCH] Version step --- deploy/sthome-webhook/Chart.yaml | 4 ++-- deploy/sthome-webhook/values.yaml | 2 +- pkg/shell/shell.go | 1 + version.txt | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/deploy/sthome-webhook/Chart.yaml b/deploy/sthome-webhook/Chart.yaml index 21e4faf..1d0ef30 100644 --- a/deploy/sthome-webhook/Chart.yaml +++ b/deploy/sthome-webhook/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v0.0.6-alpha.1 +appVersion: v0.0.6-alpha.2 description: Cert-Manager webhook for sthome name: sthome-webhook -version: 0.0.6-alpha.1 +version: 0.0.6-alpha.2 diff --git a/deploy/sthome-webhook/values.yaml b/deploy/sthome-webhook/values.yaml index 982cbb5..597ea75 100644 --- a/deploy/sthome-webhook/values.yaml +++ b/deploy/sthome-webhook/values.yaml @@ -31,7 +31,7 @@ clusterIssuer: image: repository: stuurmcp/cert-manager-webhook-sthome #repository: wstat.sthome.net:5000/cert-manager-webhook-sthome - tag: 0.0.6-alpha.1 + tag: 0.0.6-alpha.2 #pullPolicy should be IfNotPresent. Set to Always for testing purposes pullPolicy: IfNotPresent diff --git a/pkg/shell/shell.go b/pkg/shell/shell.go index 822a2ea..a33e5de 100644 --- a/pkg/shell/shell.go +++ b/pkg/shell/shell.go @@ -121,6 +121,7 @@ func Execute(shell string, arg ...string) (bool, error) { if err != nil { klog.Errorf("cmd.Run() failed with %s\n", err) } + if errStdout != nil || errStderr != nil { klog.Errorf("failed to capture stdout or stderr\n") } diff --git a/version.txt b/version.txt index 129c457..1eab323 100644 --- a/version.txt +++ b/version.txt @@ -1,3 +1,3 @@ -0.0.6-alpha.1 -20240527-1820 -1 \ No newline at end of file +0.0.6-alpha.2 +20240528-1952 +2 \ No newline at end of file