Skip to content

Commit

Permalink
release: use v0.3 of samba-server, svcwatch, metrics containers
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <[email protected]>
  • Loading branch information
phlogistonjohn committed Jun 28, 2023
1 parent 23c78d7 commit f15282d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const (

// DefaultOperatorConfig holds the default values of OperatorConfig.
var DefaultOperatorConfig = OperatorConfig{
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",
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",
SmbdContainerName: "samba",
WinbindContainerName: "wb",
WorkingNamespace: "",
Expand Down

0 comments on commit f15282d

Please sign in to comment.