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 23c78d7 commit f15282dCopy full SHA for f15282d
internal/conf/config.go
@@ -18,9 +18,9 @@ const (
18
19
// DefaultOperatorConfig holds the default values of OperatorConfig.
20
var DefaultOperatorConfig = OperatorConfig{
21
- SmbdContainerImage: "quay.io/samba.org/samba-server:v0.2",
22
- SmbdMetricsContainerImage: "quay.io/samba.org/samba-metrics:v0.2",
23
- SvcWatchContainerImage: "quay.io/samba.org/svcwatch:v0.2",
+ SmbdContainerImage: "quay.io/samba.org/samba-server:v0.3",
+ SmbdMetricsContainerImage: "quay.io/samba.org/samba-metrics:v0.3",
+ SvcWatchContainerImage: "quay.io/samba.org/svcwatch:v0.3",
24
SmbdContainerName: "samba",
25
WinbindContainerName: "wb",
26
WorkingNamespace: "",
0 commit comments