Version step
This commit is contained in:
parent
742c206a43
commit
15444ff59c
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: v0.0.6-alpha.1
|
appVersion: v0.0.6-alpha.2
|
||||||
description: Cert-Manager webhook for sthome
|
description: Cert-Manager webhook for sthome
|
||||||
name: sthome-webhook
|
name: sthome-webhook
|
||||||
version: 0.0.6-alpha.1
|
version: 0.0.6-alpha.2
|
||||||
|
|||||||
@ -31,7 +31,7 @@ clusterIssuer:
|
|||||||
image:
|
image:
|
||||||
repository: stuurmcp/cert-manager-webhook-sthome
|
repository: stuurmcp/cert-manager-webhook-sthome
|
||||||
#repository: wstat.sthome.net:5000/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 should be IfNotPresent. Set to Always for testing purposes
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
@ -121,6 +121,7 @@ func Execute(shell string, arg ...string) (bool, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
klog.Errorf("cmd.Run() failed with %s\n", err)
|
klog.Errorf("cmd.Run() failed with %s\n", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if errStdout != nil || errStderr != nil {
|
if errStdout != nil || errStderr != nil {
|
||||||
klog.Errorf("failed to capture stdout or stderr\n")
|
klog.Errorf("failed to capture stdout or stderr\n")
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
0.0.6-alpha.1
|
0.0.6-alpha.2
|
||||||
20240527-1820
|
20240528-1952
|
||||||
1
|
2
|
||||||
Loading…
Reference in New Issue
Block a user