Skip to content

Commit 4f28aa0

Browse files
authored
Bump image tags and spiffe-helper version (#29)
1 parent e052048 commit 4f28aa0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/const/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ const (
3838
const (
3939
DebugUIContainerName = "spiffe-enable-ui"
4040
DebugUIPort = 8000
41-
DefaultDebugUIImage = "ghcr.io/cofide/spiffe-enable-ui:v0.2.1"
41+
DefaultDebugUIImage = "ghcr.io/cofide/spiffe-enable-ui:v0.2.3"
4242
EnvVarUIImage = "SPIFFE_ENABLE_UI_IMAGE"
4343
)

internal/helper/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import (
1515

1616
// Images
1717
var (
18-
SPIFFEHelperImage = "ghcr.io/spiffe/spiffe-helper:0.10.0"
19-
InitHelperImage = "ghcr.io/cofide/spiffe-enable-init:v0.2.1"
18+
SPIFFEHelperImage = "ghcr.io/spiffe/spiffe-helper:0.10.1"
19+
InitHelperImage = "ghcr.io/cofide/spiffe-enable-init:v0.2.3"
2020
)
2121

2222
// Constants

0 commit comments

Comments
 (0)