Skip to content

Commit

Permalink
Copy release resources from main branch v0.23.x (#1292)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
lcarva authored Jan 21, 2025
1 parent 4567faf commit 97f3486
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions release/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions release/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 97f3486

Please sign in to comment.