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