Skip to content

Commit

Permalink
Upgrade sidecar to v6.0.2 (#2286)
Browse files Browse the repository at this point in the history
upgrade sidecar to v6.0.2
  • Loading branch information
ramondeklein authored Aug 23, 2024
1 parent 3a8695b commit d027725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/statefulsets/minio-sidecar.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
// DefaultSidecarImage is the sidecar image to use for tenants
DefaultSidecarImage = "quay.io/minio/operator-sidecar:v6.0.0"
DefaultSidecarImage = "quay.io/minio/operator-sidecar:v6.0.2"
)

var (
Expand Down

0 comments on commit d027725

Please sign in to comment.