Skip to content

Commit

Permalink
add v3.0.5 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jul 30, 2020
1 parent ea37687 commit 6c1966d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4
newTag: v3.0.5


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.4
image: minio/k8s-operator:v3.0.5
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1000
Expand Down

0 comments on commit 6c1966d

Please sign in to comment.