From 8af7dcebe6d48e2413e501adc07e8b1ea378d3d4 Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Mon, 20 Jan 2025 21:02:09 -0500 Subject: [PATCH] Copy release resources from main branch v0.23.x The release process in the main branch has been updated to use GitHub's container registry for releases. This commit brings those changes to the v0.23.x branch. Signed-off-by: Luiz Carvalho --- release/publish.yaml | 9 +++++---- release/release-pipeline.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/release/publish.yaml b/release/publish.yaml index 7f0334606a..4dbdc58d8a 100644 --- a/release/publish.yaml +++ b/release/publish.yaml @@ -29,20 +29,21 @@ spec: default: "controller" - name: koExtraArgs description: Extra args to be passed to ko - default: "--preserve-import-paths" + default: "" - name: versionTag description: The vX.Y.Z version that the artifacts should be tagged with (including `v`) - name: imageRegistry description: The target image registry - default: gcr.io + default: ghcr.io - name: imageRegistryPath description: The path (project) in the image registry + default: tektoncd/chains - name: imageRegistryRegions description: The target image registry regions - default: "us eu asia" + default: "" - name: imageRegistryUser description: Username to be used to login to the container registry - default: "_json_key" + default: "tekton-robot" - name: releaseAsLatest description: Whether to tag and publish this release as chainss' latest default: "true" diff --git a/release/release-pipeline.yaml b/release/release-pipeline.yaml index 56b780951e..0c71992522 100644 --- a/release/release-pipeline.yaml +++ b/release/release-pipeline.yaml @@ -29,16 +29,16 @@ spec: description: the git revision to release - name: imageRegistry description: The target image registry - default: gcr.io + default: ghcr.io - name: imageRegistryPath description: The path (project) in the image registry - default: tekton-releases + default: tektoncd/chains - name: imageRegistryRegions description: The target image registry regions - default: "us eu asia" + default: "" - name: imageRegistryUser description: The user for the image registry credentials - default: _json_key + default: tekton-robot - name: versionTag description: The X.Y.Z version that the artifacts should be tagged with - name: releaseBucket @@ -52,7 +52,7 @@ spec: default: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x - name: koExtraArgs description: Extra args to be passed to ko - default: "--preserve-import-paths" + default: "" - name: serviceAccountPath description: The path to the service account file within the release-secret workspace - name: serviceAccountImagesPath