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 d173ed0 commit 5098ed3Copy full SHA for 5098ed3
internal/conf/config.go
@@ -18,7 +18,7 @@ const (
18
19
// DefaultOperatorConfig holds the default values of OperatorConfig.
20
var DefaultOperatorConfig = OperatorConfig{
21
- SmbdContainerImage: "quay.io/samba.org/samba-server:v0.3",
+ SmbdContainerImage: "quay.io/samba.org/samba-server:v0.4",
22
SmbdMetricsContainerImage: "quay.io/samba.org/samba-metrics:v0.3",
23
SvcWatchContainerImage: "quay.io/samba.org/svcwatch:v0.3",
24
SmbdContainerName: "samba",
0 commit comments