From 3763b181ea5cf655b51071ffd4266cebcbb58cc7 Mon Sep 17 00:00:00 2001 From: David Stacy Date: Mon, 11 Dec 2023 18:29:52 -0500 Subject: [PATCH] Update pipeline.yaml to lock version 7.9.0 7.10 introduces a bug parsing certs --- 8.11.x/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/8.11.x/pipeline.yaml b/8.11.x/pipeline.yaml index d57d117..6011eec 100644 --- a/8.11.x/pipeline.yaml +++ b/8.11.x/pipeline.yaml @@ -243,7 +243,7 @@ spec: - name: uds-lastname steps: - name: run-mas-cli - image: quay.io/ibmmas/cli:latest + image: quay.io/ibmmas/cli:7.9.0 script: | #!/usr/bin/env bash # extract license id from license.dat @@ -286,7 +286,7 @@ spec: - name: install-demo-data steps: - name: run-mas-cli - image: quay.io/ibmmas/cli:latest + image: quay.io/ibmmas/cli:7.9.0 script: | #!/usr/bin/env bash export MAS_INSTANCE_ID=$(params.mas-instance-id)