Skip to content

Commit

Permalink
update upgrade examples and default MinIO image (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jul 29, 2020
1 parent 9eed85c commit 30529ba
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/tenant-console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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-22T00-26-33Z
image: minio/minio:RELEASE.2020-07-27T18-37-02Z
## Secret with credentials to be used by MinIO instance.
credsSecret:
name: minio-creds-secret
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-kes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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-22T00-26-33Z
image: minio/minio:RELEASE.2020-07-27T18-37-02Z
## Secret with credentials to be used by MinIO instance.
credsSecret:
name: minio-creds-secret
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 @@ -78,7 +78,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-22T00-26-33Z
image: minio/minio:RELEASE.2020-07-27T18-37-02Z
## Service account to be used for all the MinIO Pods
serviceAccountName: minio-pods
zones:
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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-22T00-26-33Z
image: minio/minio:RELEASE.2020-07-27T18-37-02Z
zones:
- servers: 4
volumesPerServer: 4
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-22T00-26-33Z
newTag: RELEASE.2020-07-27T18-37-02Z
- name: minio/console
newName: minio/console
newTag: v0.3.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-22T00-26-33Z
image: minio/minio:RELEASE.2020-07-27T18-37-02Z
credsSecret:
name: minio-creds-secret
zones: $(ZONES)
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/minio.min.io/v1/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const MinIOVolumeMountPath = "/export"
const MinIOVolumeSubPath = ""

// DefaultMinIOImage specifies the default MinIO Docker hub image
const DefaultMinIOImage = "minio/minio:RELEASE.2020-07-22T00-26-33Z"
const DefaultMinIOImage = "minio/minio:RELEASE.2020-07-27T18-37-02Z"

// DefaultMinIOUpdateURL specifies the default MinIO URL where binaries are
// pulled from during MinIO upgrades
Expand Down
2 changes: 1 addition & 1 deletion testing/patching/upgrade-one-zone-step-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kind: Tenant
metadata:
name: upgrade-one-zone
spec:
image: minio/minio:RELEASE.2020-07-20T02-25-16Z
image: minio/minio:RELEASE.2020-07-24T22-43-05Z
zones:
- servers: 1
volumesPerServer: 4
Expand Down
2 changes: 1 addition & 1 deletion testing/patching/upgrade-one-zone-step-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kind: Tenant
metadata:
name: upgrade-one-zone
spec:
image: minio/minio:RELEASE.2020-07-22T00-26-33Z
image: minio/minio:RELEASE.2020-07-27T18-37-02Z
zones:
- servers: 1
volumesPerServer: 4
Expand Down
2 changes: 1 addition & 1 deletion testing/patching/upgrade-two-zones-step-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kind: Tenant
metadata:
name: upgrade-two-zones
spec:
image: minio/minio:RELEASE.2020-07-20T02-25-16Z
image: minio/minio:RELEASE.2020-07-24T22-43-05Z
zones:
- servers: 4
volumesPerServer: 4
Expand Down
2 changes: 1 addition & 1 deletion testing/patching/upgrade-two-zones-step-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kind: Tenant
metadata:
name: upgrade-two-zones
spec:
image: minio/minio:RELEASE.2020-07-22T00-26-33Z
image: minio/minio:RELEASE.2020-07-27T18-37-02Z
zones:
- servers: 4
volumesPerServer: 4
Expand Down

0 comments on commit 30529ba

Please sign in to comment.