Skip to content

Commit

Permalink
switch to using ghcr.io for hosting images
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Kalinin committed Oct 29, 2021
1 parent fe3603b commit 1eb9876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config-release/values.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#@data/values
---
push_images: true
image_repo: docker.io/k14s/secretgen-controller
image_repo: ghcr.io/vmware-tanzu/carvel-secretgen-controller
2 changes: 2 additions & 0 deletions hack/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ mkdir -p tmp/

ytt -f config/ -f config-release -v secretgen_controller_version="$(get_sgctrl_ver)" | kbld -f- > ./tmp/release.yml

shasum -a 256 ./tmp/release*.yml

echo SUCCESS

0 comments on commit 1eb9876

Please sign in to comment.