Skip to content

Commit

Permalink
12b6b64ce84788d97e5340039696f5bbf6612bf5: update public repo contents
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Apr 30, 2020
1 parent ee716a6 commit 99e93bc
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 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.5.0
version: 1.5.1
kubeVersion: '>=1.13'
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:
name: enterprise-operator

# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
version: 1.5.0
version: 1.5.1

database:
name: enterprise-database
Expand Down
2 changes: 1 addition & 1 deletion helm_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ operator:
name: mongodb-enterprise-operator

# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
version: 1.5.0
version: 1.5.1

database:
name: mongodb-enterprise-database
Expand Down
4 changes: 2 additions & 2 deletions mongodb-enterprise-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ spec:

containers:
- name: enterprise-operator
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.5.0
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.5.1
imagePullPolicy: Always
args:
- "-watch-resource=mongodb"
Expand All @@ -210,7 +210,7 @@ spec:
- name: MANAGED_SECURITY_CONTEXT
value: 'true'
- name: MONGODB_ENTERPRISE_DATABASE_IMAGE
value: registry.connect.redhat.com/mongodb/enterprise-database:1.5.0
value: registry.connect.redhat.com/mongodb/enterprise-database:1.5.1
- name: IMAGE_PULL_POLICY
value: Always
- name: OPS_MANAGER_IMAGE_REPOSITORY
Expand Down
4 changes: 2 additions & 2 deletions mongodb-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ spec:

containers:
- name: mongodb-enterprise-operator
image: quay.io/mongodb/mongodb-enterprise-operator:1.5.0
image: quay.io/mongodb/mongodb-enterprise-operator:1.5.1
imagePullPolicy: Always
args:
- "-watch-resource=mongodb"
Expand All @@ -211,7 +211,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: MONGODB_ENTERPRISE_DATABASE_IMAGE
value: quay.io/mongodb/mongodb-enterprise-database:1.5.0
value: quay.io/mongodb/mongodb-enterprise-database:1.5.1
- name: IMAGE_PULL_POLICY
value: Always
- name: OPS_MANAGER_IMAGE_REPOSITORY
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 99e93bc

Please sign in to comment.