Skip to content

Commit

Permalink
release: use v0.4 of samba-server
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <[email protected]>
  • Loading branch information
phlogistonjohn committed Nov 29, 2023
1 parent d173ed0 commit 5098ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (

// DefaultOperatorConfig holds the default values of OperatorConfig.
var DefaultOperatorConfig = OperatorConfig{
SmbdContainerImage: "quay.io/samba.org/samba-server:v0.3",
SmbdContainerImage: "quay.io/samba.org/samba-server:v0.4",
SmbdMetricsContainerImage: "quay.io/samba.org/samba-metrics:v0.3",
SvcWatchContainerImage: "quay.io/samba.org/svcwatch:v0.3",
SmbdContainerName: "samba",
Expand Down

0 comments on commit 5098ed3

Please sign in to comment.