Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump deployment files to 2.0.6 #143

Merged
merged 1 commit into from
Jun 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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