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 0bb158b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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
3 changes: 2 additions & 1 deletion release/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ spec:
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"
Expand Down
4 changes: 2 additions & 2 deletions release/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ 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"
Expand Down

0 comments on commit 0bb158b

Please sign in to comment.