Skip to content

Commit

Permalink
Fixing the INIT_APPDB_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Lisovenko committed Aug 19, 2020
1 parent 8e23713 commit 130d76e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm_chart/values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ appDb:

initAppDb:
name: mongodb-enterprise-init-appdb
version: 1.0.1
version: 1.0.2

registry:
# The pull secret must be specified
Expand Down
2 changes: 1 addition & 1 deletion helm_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ appDb:

initAppDb:
name: mongodb-enterprise-init-appdb
version: 1.0.1
version: 1.0.2

registry:
imagePullSecrets:
Expand Down
2 changes: 1 addition & 1 deletion mongodb-enterprise-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ spec:
- name: INIT_APPDB_IMAGE_REPOSITORY
value: registry.connect.redhat.com/mongodb/mongodb-enterprise-init-appdb
- name: INIT_APPDB_VERSION
value: 1.0.1
value: 1.0.2
- name: OPS_MANAGER_IMAGE_PULL_POLICY
value: Always
- name: APPDB_IMAGE_REPOSITORY
Expand Down
2 changes: 1 addition & 1 deletion mongodb-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ spec:
- name: INIT_APPDB_IMAGE_REPOSITORY
value: quay.io/mongodb/mongodb-enterprise-init-appdb
- name: INIT_APPDB_VERSION
value: 1.0.1
value: 1.0.2
- name: OPS_MANAGER_IMAGE_PULL_POLICY
value: Always
- name: APPDB_IMAGE_REPOSITORY
Expand Down

0 comments on commit 130d76e

Please sign in to comment.