Compare commits
No commits in common. "15444ff59ccd07ae7d5db6155fa2a31370ea177b" and "2614cd2e900a23946a93d530a53dbc0243379443" have entirely different histories.
15444ff59c
...
2614cd2e90
@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: v0.0.6-alpha.2
|
||||
appVersion: v0.0.5-alpha.113
|
||||
description: Cert-Manager webhook for sthome
|
||||
name: sthome-webhook
|
||||
version: 0.0.6-alpha.2
|
||||
version: 0.0.5-alpha.113
|
||||
|
||||
@ -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.2
|
||||
tag: 0.0.5-alpha.113
|
||||
#pullPolicy should be IfNotPresent. Set to Always for testing purposes
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@ -103,7 +103,7 @@ func Execute(shell string, arg ...string) (bool, error) {
|
||||
stderr := NewCapturingPassThroughWriter(os.Stderr)
|
||||
err := cmd.Start()
|
||||
if err != nil {
|
||||
klog.Errorf("cmd.Start() failed with '%s'\n", err)
|
||||
klog.Fatalf("cmd.Start() failed with '%s'\n", err)
|
||||
}
|
||||
|
||||
var wg sync.WaitGroup
|
||||
@ -119,11 +119,10 @@ func Execute(shell string, arg ...string) (bool, error) {
|
||||
|
||||
err = cmd.Wait()
|
||||
if err != nil {
|
||||
klog.Errorf("cmd.Run() failed with %s\n", err)
|
||||
klog.Fatalf("cmd.Run() failed with %s\n", err)
|
||||
}
|
||||
|
||||
if errStdout != nil || errStderr != nil {
|
||||
klog.Errorf("failed to capture stdout or stderr\n")
|
||||
klog.Fatalf("failed to capture stdout or stderr\n")
|
||||
}
|
||||
//outStr, errStr := string(stdout.Bytes()), string(stderr.Bytes())
|
||||
//fmt.Printf("\nout:\n%s\nerr:\n%s\n", outStr, errStr)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
0.0.6-alpha.2
|
||||
20240528-1952
|
||||
2
|
||||
0.0.6-alpha.0
|
||||
20240422-0918
|
||||
0
|
||||
Loading…
Reference in New Issue
Block a user