Skip to content

Commit

Permalink
7bd7296cff21926c8174a4f2483fd1ccc5e6ca5e: update public repo contents
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Dec 8, 2020
1 parent 8a201f6 commit f7b1bae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm_chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mongodb-enterprise-operator
description: MongoDB Kubernetes Enterprise Operator
version: 1.8.2
version: 1.9.0
kubeVersion: '>=1.13-0'
keywords:
- mongodb
Expand Down
2 changes: 1 addition & 1 deletion helm_chart/values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ operator:
deployment_name: mongodb-enterprise-operator

# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
version: 1.8.2
version: 1.9.0

# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
watchedResources:
Expand Down
2 changes: 1 addition & 1 deletion helm_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ operator:
deployment_name: mongodb-enterprise-operator

# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
version: 1.8.2
version: 1.9.0

# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
watchedResources:
Expand Down
2 changes: 1 addition & 1 deletion mongodb-enterprise-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ spec:
serviceAccountName: enterprise-operator
containers:
- name: mongodb-enterprise-operator
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.8.2
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.9.0
imagePullPolicy: Always
args:
- "-watch-resource=mongodb"
Expand Down
2 changes: 1 addition & 1 deletion mongodb-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ spec:
runAsUser: 2000
containers:
- name: mongodb-enterprise-operator
image: quay.io/mongodb/mongodb-enterprise-operator:1.8.2
image: quay.io/mongodb/mongodb-enterprise-operator:1.9.0
imagePullPolicy: Always
args:
- "-watch-resource=mongodb"
Expand Down

0 comments on commit f7b1bae

Please sign in to comment.