Skip to content

Commit 0fe0ba6

Browse files
authored
Merge branch 'stable' into masaib-1994
2 parents 271bec0 + 18b6e6f commit 0fe0ba6

File tree

4 files changed

+3
-194
lines changed

4 files changed

+3
-194
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ venv/
1919
# Other
2020
kubectl.exe
2121
/build
22-
/.vscode
23-
/site
22+
/.vscode
23+
/site

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

Lines changed: 0 additions & 180 deletions
This file was deleted.

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -207,17 +207,6 @@ spec:
207207
value: "{{ ibm_mongo_admin_password }}"
208208
{%- endif %}
209209
{%- endif %}
210-
{%- if redis_action is defined and redis_action != "" %}
211-
212-
# Dependencies - Redis
213-
# -------------------------------------------------------------------------
214-
- name: redis_action
215-
value: "{{ redis_action }}"
216-
- name: redis_namespace
217-
value: "{{ redis_namespace }}"
218-
- name: redis_replicas
219-
value: "{{ redis_replicas }}"
220-
{%- endif %}
221210
{%- if kafka_action_system == "install" %}
222211

223212
# Dependencies - Kafka

test/src/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_list_catalogs():
3232
def test_get_newest_catalog_tag():
3333
catalogTag = getNewestCatalogTag("amd64")
3434
# Reminder: update this test when adding a new catalog each month!
35-
assert catalogTag == "v9-260430-amd64"
35+
assert catalogTag == "v9-260326-amd64"
3636

3737

3838
def test_get_newest_catalog_tag_fail():

0 commit comments

Comments
 (0)