Skip to content

Commit

Permalink
fix(apps/prod/tekton/configs/tasks): update image tag of crane (#1374)
Browse files Browse the repository at this point in the history
Now only `latest` exists on the repo.

Signed-off-by: wuhuizuo <[email protected]>

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Dec 12, 2024
1 parent 0ad9425 commit 9a65916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs/tasks/pingcap-deliver-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
--yaml_file=delivery.yaml \
--outfile=/workspace/delivery.sh
- name: run-commands
image: gcr.io/go-containerregistry/crane/debug:v0.15.2
image: gcr.io/go-containerregistry/crane/debug:latest
script: |
#!/busybox/sh
set -e
Expand Down

0 comments on commit 9a65916

Please sign in to comment.