Skip to content

Commit 130d76e

Browse files
author
Anton Lisovenko
committed
Fixing the INIT_APPDB_VERSION
1 parent 8e23713 commit 130d76e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

helm_chart/values-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ appDb:
3838

3939
initAppDb:
4040
name: mongodb-enterprise-init-appdb
41-
version: 1.0.1
41+
version: 1.0.2
4242

4343
registry:
4444
# The pull secret must be specified

helm_chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ appDb:
3939

4040
initAppDb:
4141
name: mongodb-enterprise-init-appdb
42-
version: 1.0.1
42+
version: 1.0.2
4343

4444
registry:
4545
imagePullSecrets:

mongodb-enterprise-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ spec:
222222
- name: INIT_APPDB_IMAGE_REPOSITORY
223223
value: registry.connect.redhat.com/mongodb/mongodb-enterprise-init-appdb
224224
- name: INIT_APPDB_VERSION
225-
value: 1.0.1
225+
value: 1.0.2
226226
- name: OPS_MANAGER_IMAGE_PULL_POLICY
227227
value: Always
228228
- name: APPDB_IMAGE_REPOSITORY

mongodb-enterprise.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ spec:
223223
- name: INIT_APPDB_IMAGE_REPOSITORY
224224
value: quay.io/mongodb/mongodb-enterprise-init-appdb
225225
- name: INIT_APPDB_VERSION
226-
value: 1.0.1
226+
value: 1.0.2
227227
- name: OPS_MANAGER_IMAGE_PULL_POLICY
228228
value: Always
229229
- name: APPDB_IMAGE_REPOSITORY

0 commit comments

Comments
 (0)