Skip to content

Commit

Permalink
update minio image to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Feb 24, 2021
1 parent 26f901c commit a6d3f9d
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 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:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-log-search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
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.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
## Service account to be used for all the MinIO Pods
serviceAccountName: minio-pods
pools:
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-autocert-and-ldap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-autocert-encryption-disabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-autocert-encryption-enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-custom-ca-certs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-custom-cert-encryption-disabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-with-custom-cert-encryption-enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ metadata:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
imagePullPolicy: IfNotPresent

## Secret with credentials to be used by MinIO Tenant.
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:

spec:
## Registry location and Tag to download MinIO Server image
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
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 @@ -84,7 +84,7 @@ Command: `kubectl minio tenant upgrade TENANT_NAME --image IMAGE_TAG [options]`

Upgrade MinIO Docker image for the given MinIO Tenant.

example: `kubectl minio tenant upgrade tenant1 --image minio/minio:RELEASE.2021-02-19T04-38-02Z`
example: `kubectl minio tenant upgrade tenant1 --image minio/minio:RELEASE.2021-02-24T18-44-45Z`

Options:

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 @@ -74,7 +74,7 @@ const (
DefaultOperatorImage = "minio/operator:v4.0.0"

// DefaultTenantImage is the default MinIO image used while creating tenant
DefaultTenantImage = "minio/minio:RELEASE.2021-02-19T04-38-02Z"
DefaultTenantImage = "minio/minio:RELEASE.2021-02-24T18-44-45Z"

// DefaultKESImage is the default KES image used while creating tenant
DefaultKESImage = "minio/kes:v0.13.4"
Expand Down
2 changes: 1 addition & 1 deletion kubectl-minio/cmd/tenant-upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (
const (
upgradeDesc = `
'upgrade' command upgrades a MinIO tenant to the specified MinIO version`
upgradeExample = ` kubectl minio tenant upgrade tenant1 --image minio/minio:RELEASE.2021-02-19T04-38-02Z --namespace tenant1-ns`
upgradeExample = ` kubectl minio tenant upgrade tenant1 --image minio/minio:RELEASE.2021-02-24T18-44-45Z --namespace tenant1-ns`
)

type upgradeCmd struct {
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.2021-02-19T04-38-02Z"
const DefaultMinIOImage = "minio/minio:RELEASE.2021-02-24T18-44-45Z"

// DefaultMinIOUpdateURL specifies the default MinIO URL where binaries are
// pulled from during MinIO upgrades
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/minio.min.io/v2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const MinIOVolumeMountPath = "/export"
const MinIOVolumeSubPath = ""

// DefaultMinIOImage specifies the default MinIO Docker hub image
const DefaultMinIOImage = "minio/minio:RELEASE.2021-02-19T04-38-02Z"
const DefaultMinIOImage = "minio/minio:RELEASE.2021-02-24T18-44-45Z"

// 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-pool
spec:
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
pools:
- 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-pool
spec:
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
pools:
- 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-pools
spec:
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
pools:
- 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-pools
spec:
image: minio/minio:RELEASE.2021-02-19T04-38-02Z
image: minio/minio:RELEASE.2021-02-24T18-44-45Z
pools:
- servers: 4
volumesPerServer: 4
Expand Down

0 comments on commit a6d3f9d

Please sign in to comment.