Skip to content

Commit a23cbf4

Browse files
authored
Merge pull request #11 from mongodb/ent-helm
Small fix for database init container
2 parents d384db3 + 97db025 commit a23cbf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/ent-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: mongodb-enterprise-operator
33
description: MongoDB Kubernetes Enterprise Operator deployment
4-
version: 0.1.5
4+
version: 0.1.6
55
kubeVersion: '>=1.15-0'
66
keywords:
77
- mongodb

charts/ent-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ registry:
4343
Tag: 2.0.0
4444

4545
databaseInit:
46-
Image: quay.io/mongodb/mongodb-enterprise-database
46+
Image: quay.io/mongodb/mongodb-enterprise-init-database
4747
Tag: 1.0.0
4848

4949
opsManager:

0 commit comments

Comments
 (0)