Skip to content

Commit d3ec55a

Browse files
release: use v0.5 tags for samba-server and samba-metrics images
Signed-off-by: John Mulligan <[email protected]>
1 parent 452922a commit d3ec55a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/conf/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const (
1818

1919
// DefaultOperatorConfig holds the default values of OperatorConfig.
2020
var DefaultOperatorConfig = OperatorConfig{
21-
SmbdContainerImage: "quay.io/samba.org/samba-server:v0.4",
22-
SmbdMetricsContainerImage: "quay.io/samba.org/samba-metrics:v0.3",
21+
SmbdContainerImage: "quay.io/samba.org/samba-server:v0.5",
22+
SmbdMetricsContainerImage: "quay.io/samba.org/samba-metrics:v0.5",
2323
SvcWatchContainerImage: "quay.io/samba.org/svcwatch:v0.3",
2424
SmbdContainerName: "samba",
2525
WinbindContainerName: "wb",

0 commit comments

Comments
 (0)