Skip to content

Commit

Permalink
Bump deployment files to 2.0.6 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaldivia authored Jun 9, 2020
1 parent 9c0009f commit a1778d9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion minio-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ spec:
serviceAccountName: minio-operator
containers:
- name: minio-operator
image: minio/k8s-operator:2.0.5
image: minio/k8s-operator:2.0.6
imagePullPolicy: IfNotPresent
# To specify cluster domain, un comment the following:
# env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: minio-operator.v2.0.1
name: minio-operator.v2.0.6
namespace: placeholder
annotations:
categories: 'Storage, Big Data, AI/Machine Learning'
certified: 'false'
description: ' MinIO Operator allows creating distributed MinIO Clusters and manage their lifecycle'
containerImage: 'minio/k8s-operator:2.0.1'
containerImage: 'minio/k8s-operator:2.0.6'
support: 'MinIO, Inc.'
capabilities: Full Lifecycle
repository: 'https://github.com/minio/minio-operator'
Expand Down Expand Up @@ -78,7 +78,7 @@ spec:
erasure code configuration, and replicas.
maturity: stable
version: 2.0.1
version: 2.0.6
minKubeVersion: 1.14.0
keywords:
- Object Storage
Expand Down Expand Up @@ -262,7 +262,7 @@ spec:
serviceAccountName: minio-operator-sa
containers:
- name: minio-operator
image: 'minio/k8s-operator:2.0.1'
image: 'minio/k8s-operator:2.0.6'
installModes:
- type: OwnNamespace
supported: true
Expand Down
2 changes: 1 addition & 1 deletion olm-catalog/minio-operator/minio-operator.package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packageName: minio-operator
channels:
- name: stable
currentCSV: minio-operator.v2.0.1
currentCSV: minio-operator.v2.0.6
defaultChannel: stable
2 changes: 1 addition & 1 deletion operator-deployment/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:2.0.5
image: minio/k8s-operator:2.0.6
imagePullPolicy: IfNotPresent
env:
- name: CLUSTER_DOMAIN
Expand Down
2 changes: 1 addition & 1 deletion operator-deployment/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ replicas:
images:
- name: minio/k8s-operator
newName: minio/k8s-operator
newTag: 2.0.5
newTag: 2.0.6

# Configure the Cluster Domain and NameSpace to Watch
configMapGenerator:
Expand Down

0 comments on commit a1778d9

Please sign in to comment.