Skip to content

Commit

Permalink
update to v3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Sep 2, 2020
1 parent 23be5c3 commit ef39c4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubectl-minio/cmd/helpers/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const (
DefaultImagePullPolicy = corev1.PullIfNotPresent

// DefaultOperatorImage is the default operator image to be used
DefaultOperatorImage = "minio/k8s-operator:v3.0.13"
DefaultOperatorImage = "minio/k8s-operator:v3.0.14"

// DefaultTenantImage is the default MinIO image used while creating tenant
DefaultTenantImage = "minio/minio:RELEASE.2020-08-26T00-00-49Z"
Expand Down
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: minio/k8s-operator
newName: minio/k8s-operator
newTag: v3.0.13
newTag: v3.0.14

namespace: minio-operator

Expand Down
2 changes: 1 addition & 1 deletion operator-kustomize/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: minio-operator
containers:
- name: minio-operator
image: minio/k8s-operator:v3.0.13
image: minio/k8s-operator:v3.0.14
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit ef39c4a

Please sign in to comment.