Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy release resources from main branch v0.23.x #1292

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading