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 ab8dc5a commit a25c61dCopy full SHA for a25c61d
internal/conf/config.go
@@ -10,9 +10,9 @@ import (
10
11
// DefaultOperatorConfig holds the default values of OperatorConfig.
12
var DefaultOperatorConfig = OperatorConfig{
13
- SmbdContainerImage: "quay.io/samba.org/samba-server:latest",
14
- SmbdMetricsContainerImage: "quay.io/samba.org/samba-metrics:latest",
15
- SvcWatchContainerImage: "quay.io/samba.org/svcwatch:latest",
+ SmbdContainerImage: "quay.io/samba.org/samba-server:v0.2",
+ SmbdMetricsContainerImage: "quay.io/samba.org/samba-metrics:v0.2",
+ SvcWatchContainerImage: "quay.io/samba.org/svcwatch:v0.2",
16
SmbdContainerName: "samba",
17
WinbindContainerName: "wb",
18
WorkingNamespace: "",
0 commit comments