From 502d543c3fe51793fc3ef998d27b0bf8f646d83d Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Fri, 10 Jan 2025 16:56:20 +0000 Subject: [PATCH 1/2] Fix serviceAccountImagesPath in release pipeline Signed-off-by: Andrea Frittoli --- tekton/operator-release-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tekton/operator-release-pipeline.yaml b/tekton/operator-release-pipeline.yaml index d6db2816c..c977f0d35 100644 --- a/tekton/operator-release-pipeline.yaml +++ b/tekton/operator-release-pipeline.yaml @@ -216,7 +216,7 @@ spec: - name: platforms value: $(params.platforms) - name: serviceAccountPath - value: $(params.serviceAccountPath) + value: $(params.serviceAccountImagesPath) - name: kubeDistro value: kubernetes - name: releaseFilePrefix @@ -264,7 +264,7 @@ spec: - name: platforms value: $(params.platforms) - name: serviceAccountPath - value: $(params.serviceAccountPath) + value: $(params.serviceAccountImagesPath) - name: kubeDistro value: openshift - name: releaseFilePrefix From 3b25e757e8238cd8bc4875a0015c2fcb2048c784 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Fri, 10 Jan 2025 17:58:34 +0000 Subject: [PATCH 2/2] Some more fixes to the release Signed-off-by: Andrea Frittoli --- tekton/build-publish-images-manifests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/build-publish-images-manifests.yaml b/tekton/build-publish-images-manifests.yaml index 9828dd3ca..ee60b5d56 100644 --- a/tekton/build-publish-images-manifests.yaml +++ b/tekton/build-publish-images-manifests.yaml @@ -192,7 +192,7 @@ spec: - name: tag-images image: cgr.dev/chainguard/crane:latest-dev@sha256:6fc6fcdeb173c7951f038e6a7b230f586c1be05a011d9e6f9db6c614ec412c2f script: | - #!/busybox/sh + #!/bin/sh set -ex # Setup docker-auth