Skip to content

Commit

Permalink
tekton: update bugfix-release.sh script for ghcr.io
Browse files Browse the repository at this point in the history
Following the update of the cheatsheet, updating the script to pick up
the changes.

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Oct 16, 2024
1 parent 1151c62 commit e660e70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tekton/bugfix-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,19 @@ echo "> Starting the release pipeline"
tkn pipeline start pipeline-release \
--serviceaccount=release-right-meow \
--param=gitRevision="${TEKTON_RELEASE_GIT_SHA}" \
--param=imageRegistry=ghcr.io \
--param=imageRegistryRegions="" \
--param=imageRegistryPath=tektoncd/pipeline \
--param=imageRegistryRegions="" \
--param=imageRegistryUser=tekton-robot \
--param=serviceAccountPath=release.json \
--param serviceAccountImagesPath=credentials \
--param=versionTag="${TEKTON_VERSION}" \
--param=releaseBucket=gs://tekton-releases/pipeline \
--param=koExtraArgs=" " \
--param=releaseAsLatest="false" \
--workspace name=release-secret,secret=release-secret \
--workspace name=release-images-secret,secret=ghcr-creds \
--workspace name=workarea,volumeClaimTemplateFile=workspace-template.yaml --use-param-defaults --pipeline-timeout 3h --showlog

RELEASE_FILE=https://storage.googleapis.com/tekton-releases/pipeline/previous/${TEKTON_VERSION}/release.yaml
Expand Down

0 comments on commit e660e70

Please sign in to comment.