Skip to content

Commit 40fb4d7

Browse files
committed
Updates/Changes for mongo version 8 support
1 parent 1d56f80 commit 40fb4d7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/mas/devops/data/catalogs/v9-250925-amd64.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,14 @@ uds_extras_version: 1.5.0
112112

113113
# Extra Images for Mongo
114114
# ------------------------------------------------------------------------------
115-
mongo_extras_version_default: 7.0.23
115+
mongo_extras_version_default: 8.0.13
116116

117117
# Variables used to mirror additional mongo image versions
118118
mongo_extras_version_4: 4.4.21
119119
mongo_extras_version_5: 5.0.23
120120
mongo_extras_version_6: 6.0.12
121121
mongo_extras_version_7: 7.0.23
122+
mongo_extras_version_8: 8.0.13
122123

123124
# Extra Images for Db2u
124125
# ------------------------------------------------------------------------------

src/mas/devops/templates/pipelinerun-update.yml.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ spec:
6969
- name: mongodb_v7_upgrade
7070
value: "{{ mongodb_v7_upgrade }}"
7171
{%- endif %}
72+
{%- if mongodb_v8_upgrade is defined and mongodb_v8_upgrade != "" %}
73+
- name: mongodb_v8_upgrade
74+
value: "{{ mongodb_v8_upgrade }}"
75+
{%- endif %}
7276
{%- endif %}
7377
{%- if kafka_namespace is defined and kafka_namespace != "" %}
7478

0 commit comments

Comments
 (0)