Skip to content

Commit

Permalink
Fix release instructions
Browse files Browse the repository at this point in the history
Now that images are deployed to ghcr.io, different parameters are needed
for the release Pipeline.

Signed-off-by: Luiz Carvalho <[email protected]>
  • Loading branch information
lcarva committed Nov 6, 2024
1 parent 227b311 commit 6afaf54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ text editor.
--param=gitRevision="${CHAINS_RELEASE_GIT_SHA}" \
--param=versionTag="${CHAINS_VERSION_TAG}" \
--param=serviceAccountPath=release.json \
--param=serviceAccountImagesPath=credentials \
--param=releaseBucket=gs://tekton-releases/chains \
--workspace name=release-secret,secret=release-secret \
--workspace name=release-images-secret,secret=ghcr-creds \
--use-param-defaults \
--workspace name=workarea,volumeClaimTemplateFile=workspace-template.yaml
```
Expand Down
2 changes: 1 addition & 1 deletion release/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
default: gcr.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"
Expand Down

0 comments on commit 6afaf54

Please sign in to comment.