Skip to content

Commit

Permalink
release: use v0.5 tags for samba-server and samba-metrics images
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <[email protected]>
  • Loading branch information
phlogistonjohn committed May 31, 2024
1 parent 452922a commit d3ec55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const (

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

0 comments on commit d3ec55a

Please sign in to comment.