Skip to content

Commit 2360ea2

Browse files
committed
[Minor] Adding MongoDB CE v8.0 support
1 parent b3fdb2f commit 2360ea2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)