Skip to content

Commit

Permalink
update to new release v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jul 30, 2020
1 parent a454766 commit 47a83e2
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: v3.0.3
newTag: v3.0.4

# 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 @@ -360,7 +360,7 @@ spec:
name: minio-operator
spec:
containers:
- image: minio/k8s-operator:v3.0.3
- image: minio/k8s-operator:v3.0.4
env:
# Change value for CLUSTER_DOMAIN based on your deployment. It is required to correctly calculate the
# FQDN for hosts, services and certificates. https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#introduction
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.3
image: minio/k8s-operator:v3.0.4
imagePullPolicy: IfNotPresent
env:
- name: CLUSTER_DOMAIN
Expand Down

0 comments on commit 47a83e2

Please sign in to comment.