Version step

This commit is contained in:
Chris Stuurman 2024-05-28 23:20:31 +02:00
parent 742c206a43
commit 15444ff59c
4 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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")
}

View File

@ -1,3 +1,3 @@
0.0.6-alpha.1
20240527-1820
1
0.0.6-alpha.2
20240528-1952
2