Skip to content

Commit

Permalink
Merge pull request #11 from mongodb/ent-helm
Browse files Browse the repository at this point in the history
Small fix for database init container
  • Loading branch information
theburi authored Oct 30, 2020
2 parents d384db3 + 97db025 commit a23cbf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ent-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: mongodb-enterprise-operator
description: MongoDB Kubernetes Enterprise Operator deployment
version: 0.1.5
version: 0.1.6
kubeVersion: '>=1.15-0'
keywords:
- mongodb
Expand Down
2 changes: 1 addition & 1 deletion charts/ent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ registry:
Tag: 2.0.0

databaseInit:
Image: quay.io/mongodb/mongodb-enterprise-database
Image: quay.io/mongodb/mongodb-enterprise-init-database
Tag: 1.0.0

opsManager:
Expand Down

0 comments on commit a23cbf4

Please sign in to comment.