Skip to content

Commit

Permalink
change the default MinIO image
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Dec 23, 2020
1 parent 5367c3d commit d117f73
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
## 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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z`
example: `kubectl minio tenant upgrade tenant1 --image minio/minio:RELEASE.2020-12-23T02-24-12Z`

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/k8s-operator:v3.0.29"

// DefaultTenantImage is the default MinIO image used while creating tenant
DefaultTenantImage = "minio/minio:RELEASE.2020-11-19T23-48-16Z"
DefaultTenantImage = "minio/minio:RELEASE.2020-12-23T02-24-12Z"

// DefaultKESImage is the default KES image used while creating tenant
DefaultKESImage = "minio/kes:v0.12.1"
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 @@ -39,7 +39,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.2020-11-19T23-48-16Z --namespace tenant1-ns`
upgradeExample = ` kubectl minio tenant upgrade tenant1 --image minio/minio:RELEASE.2020-12-23T02-24-12Z --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 @@ -86,7 +86,7 @@ const MinIOVolumeMountPath = "/export"
const MinIOVolumeSubPath = ""

// DefaultMinIOImage specifies the default MinIO Docker hub image
const DefaultMinIOImage = "minio/minio:RELEASE.2020-11-19T23-48-16Z"
const DefaultMinIOImage = "minio/minio:RELEASE.2020-12-23T02-24-12Z"

// 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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
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.2020-11-19T23-48-16Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
pools:
- servers: 4
volumesPerServer: 4
Expand Down

0 comments on commit d117f73

Please sign in to comment.