Skip to content

Commit

Permalink
52776274b216f08a760be96afeb5dfe98910dbc0: update public repo contents
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Aug 23, 2019
1 parent dba647d commit 1e92148
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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.2.0
version: 1.2.1
kubeVersion: '>=1.11'
keywords:
- mongodb
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.2.0
version: 1.2.1

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

containers:
- name: mongodb-enterprise-operator
image: quay.io/mongodb/mongodb-enterprise-operator:1.2.0
image: quay.io/mongodb/mongodb-enterprise-operator:1.2.1
imagePullPolicy: Always

env:
Expand All @@ -159,7 +159,7 @@ spec:
fieldPath: metadata.namespace

- name: MONGODB_ENTERPRISE_DATABASE_IMAGE
value: quay.io/mongodb/mongodb-enterprise-database:1.2.0
value: quay.io/mongodb/mongodb-enterprise-database:1.2.1
- name: IMAGE_PULL_POLICY
value: Always
- name: OPS_MANAGER_IMAGE_REPOSITORY
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 1e92148

Please sign in to comment.