Skip to content

Commit f6015c1

Browse files
minio-trustedharshavardhana
authored andcommitted
update to v3.0.19
1 parent 4a2fe59 commit f6015c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kubectl-minio/cmd/helpers/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const (
7272
DefaultImagePullPolicy = corev1.PullIfNotPresent
7373

7474
// DefaultOperatorImage is the default operator image to be used
75-
DefaultOperatorImage = "minio/k8s-operator:v3.0.18"
75+
DefaultOperatorImage = "minio/k8s-operator:v3.0.19"
7676

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

kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: Kustomization
55
images:
66
- name: minio/k8s-operator
77
newName: minio/k8s-operator
8-
newTag: v3.0.18
8+
newTag: v3.0.19
99

1010
namespace: minio-operator
1111

operator-kustomize/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
serviceAccountName: minio-operator
1717
containers:
1818
- name: minio-operator
19-
image: minio/k8s-operator:v3.0.18
19+
image: minio/k8s-operator:v3.0.19
2020
imagePullPolicy: IfNotPresent
2121
resources:
2222
requests:

0 commit comments

Comments
 (0)