Skip to content

Commit

Permalink
update minio latest image (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Jul 13, 2020
1 parent cefe18f commit de7c528
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
minio-operator
!minio-operator/
.idea/
dist/
2 changes: 1 addition & 1 deletion examples/minioinstance-kes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
prometheus.io/port: "9000"
prometheus.io/scrape: "true"
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2020-06-18T02-23-35Z
image: minio/minio:RELEASE.2020-07-13T18-09-56Z
## A ClusterIP Service will be created with the given name
serviceName: minio-internal-service
## Secret with credentials to be used by MinIO instance.
Expand Down
2 changes: 1 addition & 1 deletion examples/minioinstance-mcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
prometheus.io/port: "9000"
prometheus.io/scrape: "true"
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2020-06-18T02-23-35Z
image: minio/minio:RELEASE.2020-07-13T18-09-56Z
## A ClusterIP Service will be created with the given name
serviceName: minio-internal-service
## Secret with credentials to be used by MinIO instance.
Expand Down
2 changes: 1 addition & 1 deletion examples/minioinstance-pod-security-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
prometheus.io/port: "9000"
prometheus.io/scrape: "true"
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2020-06-18T02-23-35Z
image: minio/minio:RELEASE.2020-07-13T18-09-56Z
## A ClusterIP Service will be created with the given name
serviceName: minio-internal-service
## Service account to be used for all the MinIO Pods
Expand Down
2 changes: 1 addition & 1 deletion examples/minioinstance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
prometheus.io/port: "9000"
prometheus.io/scrape: "true"
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2020-06-18T02-23-35Z
image: minio/minio:RELEASE.2020-07-13T18-09-56Z
## A ClusterIP Service will be created with the given name
serviceName: minio-internal-service
zones:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/operator.min.io/v1/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const MinIOVolumeMountPath = "/export"
const MinIOVolumeSubPath = ""

// DefaultMinIOImage specifies the default MinIO Docker hub image
const DefaultMinIOImage = "minio/minio:RELEASE.2020-06-18T02-23-35Z"
const DefaultMinIOImage = "minio/minio:RELEASE.2020-07-13T18-09-56Z"

// DefaultMinIOAccessKey specifies default access key for MinIOInstance
const DefaultMinIOAccessKey = "AKIAIOSFODNN7EXAMPLE"
Expand Down

0 comments on commit de7c528

Please sign in to comment.