Skip to content

Commit 5098ed3

Browse files
release: use v0.4 of samba-server
Signed-off-by: John Mulligan <[email protected]>
1 parent d173ed0 commit 5098ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/conf/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const (
1818

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

0 commit comments

Comments
 (0)