From 0cab30ede905ab91bdb0fcda6201af1745a57b65 Mon Sep 17 00:00:00 2001 From: Andrew Whitfield Date: Fri, 27 Sep 2024 16:51:04 +0100 Subject: [PATCH] [patch] Pick up master cli changes (#202) --- .../junitreporter/templates/00-presync-report-starter.yaml | 4 ++-- .../junitreporter/templates/10-postsync-report-starter.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sub-charts/junitreporter/templates/00-presync-report-starter.yaml b/sub-charts/junitreporter/templates/00-presync-report-starter.yaml index 89a70ae89..b97217e39 100644 --- a/sub-charts/junitreporter/templates/00-presync-report-starter.yaml +++ b/sub-charts/junitreporter/templates/00-presync-report-starter.yaml @@ -122,7 +122,7 @@ spec: spec: containers: - name: run - image: quay.io/ibmmas/cli:latest + image: quay.io/ibmmas/cli:master imagePullPolicy: Always resources: limits: @@ -186,4 +186,4 @@ spec: optional: false backoffLimit: 4 -{{- end }} \ No newline at end of file +{{- end }} diff --git a/sub-charts/junitreporter/templates/10-postsync-report-starter.yaml b/sub-charts/junitreporter/templates/10-postsync-report-starter.yaml index 345e386a6..8bd6f1bfd 100644 --- a/sub-charts/junitreporter/templates/10-postsync-report-starter.yaml +++ b/sub-charts/junitreporter/templates/10-postsync-report-starter.yaml @@ -122,7 +122,7 @@ spec: spec: containers: - name: run - image: quay.io/ibmmas/cli:latest + image: quay.io/ibmmas/cli:master imagePullPolicy: Always resources: limits: @@ -190,4 +190,4 @@ spec: optional: false backoffLimit: 4 -{{- end }} \ No newline at end of file +{{- end }}