Skip to content

Commit

Permalink
update to new tag v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jul 25, 2020
1 parent 50c7fb9 commit 7f341e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replicas:
images:
- name: minio/k8s-operator
newName: minio/k8s-operator
newTag: 3.0.0
newTag: v3.0.1

# Configure the Cluster Domain and NameSpace to Watch
configMapGenerator:
Expand Down
2 changes: 1 addition & 1 deletion minio-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ spec:
name: minio-operator
spec:
containers:
- image: minio/k8s-operator:3.0.0
- image: minio/k8s-operator:v3.0.1
imagePullPolicy: IfNotPresent
name: minio-operator
serviceAccountName: minio-operator
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:3.0.0
image: minio/k8s-operator:v3.0.1
imagePullPolicy: IfNotPresent
env:
- name: CLUSTER_DOMAIN
Expand Down

0 comments on commit 7f341e4

Please sign in to comment.