Skip to content

Commit

Permalink
default sidecar image to quay.io/minio/operator-sidecar (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Jul 4, 2024
1 parent 4e2c630 commit 99c7893
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 = "minio/operator-sidecar:edge"
DefaultSidecarImage = "quay.io/minio/operator-sidecar:latest"
)

var (
Expand Down

0 comments on commit 99c7893

Please sign in to comment.