We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e052048 commit 4f28aa0Copy full SHA for 4f28aa0
internal/const/const.go
@@ -38,6 +38,6 @@ const (
38
const (
39
DebugUIContainerName = "spiffe-enable-ui"
40
DebugUIPort = 8000
41
- DefaultDebugUIImage = "ghcr.io/cofide/spiffe-enable-ui:v0.2.1"
+ DefaultDebugUIImage = "ghcr.io/cofide/spiffe-enable-ui:v0.2.3"
42
EnvVarUIImage = "SPIFFE_ENABLE_UI_IMAGE"
43
)
internal/helper/config.go
@@ -15,8 +15,8 @@ import (
15
16
// Images
17
var (
18
- SPIFFEHelperImage = "ghcr.io/spiffe/spiffe-helper:0.10.0"
19
- InitHelperImage = "ghcr.io/cofide/spiffe-enable-init:v0.2.1"
+ SPIFFEHelperImage = "ghcr.io/spiffe/spiffe-helper:0.10.1"
+ InitHelperImage = "ghcr.io/cofide/spiffe-enable-init:v0.2.3"
20
21
22
// Constants
0 commit comments