Skip to content

Commit

Permalink
release: use the v0.6 tag for samba-server and samba-metrics images
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Adam <obnox@samba.org>
  • Loading branch information
obnoxxx committed Nov 29, 2024
1 parent b2ad2ff commit 9c3f803
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.5",
SmbdMetricsContainerImage: "quay.io/samba.org/samba-metrics:v0.5",
SmbdContainerImage: "quay.io/samba.org/samba-server:v0.6",
SmbdMetricsContainerImage: "quay.io/samba.org/samba-metrics:v0.6",
SvcWatchContainerImage: "quay.io/samba.org/svcwatch:v0.3",
SmbdContainerName: "samba",
WinbindContainerName: "wb",
Expand Down

0 comments on commit 9c3f803

Please sign in to comment.