Skip to content

Commit 3763b18

Browse files
authored
Update pipeline.yaml to lock version 7.9.0
7.10 introduces a bug parsing certs
1 parent ffeba1f commit 3763b18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

8.11.x/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ spec:
243243
- name: uds-lastname
244244
steps:
245245
- name: run-mas-cli
246-
image: quay.io/ibmmas/cli:latest
246+
image: quay.io/ibmmas/cli:7.9.0
247247
script: |
248248
#!/usr/bin/env bash
249249
# extract license id from license.dat
@@ -286,7 +286,7 @@ spec:
286286
- name: install-demo-data
287287
steps:
288288
- name: run-mas-cli
289-
image: quay.io/ibmmas/cli:latest
289+
image: quay.io/ibmmas/cli:7.9.0
290290
script: |
291291
#!/usr/bin/env bash
292292
export MAS_INSTANCE_ID=$(params.mas-instance-id)

0 commit comments

Comments
 (0)