Skip to content

Commit

Permalink
update to latest MinIO release
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Sep 26, 2020
1 parent 6017b00 commit b5709d9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/tenant-encryption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ metadata:
# name: my-custom-scheduler
spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2020-09-21T22-31-59Z
image: minio/minio:RELEASE.2020-09-26T03-44-56Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
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 @@ -76,7 +76,7 @@ metadata:
# name: my-custom-scheduler
spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2020-09-21T22-31-59Z
image: minio/minio:RELEASE.2020-09-26T03-44-56Z
## 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 @@ -47,7 +47,7 @@ metadata:
# name: my-custom-scheduler
spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2020-09-21T22-31-59Z
image: minio/minio:RELEASE.2020-09-26T03-44-56Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion kubectl-minio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ example: `kubectl minio tenant create --name tenant1 --secret cred-secret --serv
Options:

- `--namespace=minio`
- `--image=minio/minio:RELEASE.2020-09-21T22-31-59Z`
- `--image=minio/minio:RELEASE.2020-09-26T03-44-56Z`
- `--storageClass=local`
- `--kms-secret=secret-name`
- `--console-secret=secret-name`
Expand Down
2 changes: 1 addition & 1 deletion kubectl-minio/cmd/helpers/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const (
DefaultOperatorImage = "minio/k8s-operator:v3.0.24"

// DefaultTenantImage is the default MinIO image used while creating tenant
DefaultTenantImage = "minio/minio:RELEASE.2020-08-26T00-00-49Z"
DefaultTenantImage = "minio/minio:RELEASE.2020-09-26T03-44-56Z"

// DefaultKESImage is the default KES image used while creating tenant
DefaultKESImage = "minio/kes:v0.11.0"
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 @@ -83,7 +83,7 @@ const MinIOVolumeMountPath = "/export"
const MinIOVolumeSubPath = ""

// DefaultMinIOImage specifies the default MinIO Docker hub image
const DefaultMinIOImage = "minio/minio:RELEASE.2020-09-21T22-31-59Z"
const DefaultMinIOImage = "minio/minio:RELEASE.2020-09-26T03-44-56Z"

// 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-09-21T22-31-59Z
image: minio/minio:RELEASE.2020-09-26T03-44-56Z
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-09-21T22-31-59Z
image: minio/minio:RELEASE.2020-09-26T03-44-56Z
zones:
- servers: 1
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-09-21T22-31-59Z
image: minio/minio:RELEASE.2020-09-26T03-44-56Z
zones:
- servers: 4
volumesPerServer: 4
Expand Down

0 comments on commit b5709d9

Please sign in to comment.