Skip to content

Commit

Permalink
update image to latest (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Valdivia <[email protected]>
  • Loading branch information
harshavardhana and dvaldivia authored Jul 23, 2020
1 parent 8b58f7a commit 26762d6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/tenant-console.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-07-14T19-14-30Z
image: minio/minio:RELEASE.2020-07-22T00-26-33Z
## 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/tenant-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-07-14T19-14-30Z
image: minio/minio:RELEASE.2020-07-22T00-26-33Z
## 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/tenant-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-07-14T19-14-30Z
image: minio/minio:RELEASE.2020-07-22T00-26-33Z
## 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/tenant.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-07-14T19-14-30Z
image: minio/minio:RELEASE.2020-07-22T00-26-33Z
## A ClusterIP Service will be created with the given name
serviceName: minio-internal-service
zones:
Expand Down
2 changes: 1 addition & 1 deletion minioinstance-kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configMapGenerator:
images:
- name: minio/minio
newName: minio/minio
newTag: RELEASE.2020-07-14T19-14-30Z
newTag: RELEASE.2020-07-22T00-26-33Z
- name: minio/mcs
newName: minio/mcs
newTag: v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion minioinstance-kustomize/minio-tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
prometheus.io/path: /minio/prometheus/metrics
prometheus.io/port: "9000"
prometheus.io/scrape: "true"
image: minio/minio:RELEASE.2020-07-14T19-14-30Z
image: minio/minio:RELEASE.2020-07-22T00-26-33Z
serviceName: minio-internal-service
credsSecret:
name: minio-creds-secret
Expand Down

0 comments on commit 26762d6

Please sign in to comment.