Skip to content

Commit

Permalink
Update update-index to support cr 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Mar 22, 2022
1 parent 52bd638 commit 64cab49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This makefile was authored against cr version 1.1.1
# This makefile was authored against cr version 1.3.0


.PHONY: helm-repo-add
Expand All @@ -22,8 +22,11 @@ upload-release:
cr upload --config ./.cr.yaml --package-path .deploy

# Before you run this target, make ensure you have the gh-pages branch locally.
# cr expects the push URL to be https, so this make target will change the url temporarily.
.PHONY: update-index
update-index:
git fetch --all
cr package authgear
git remote set-url origin https://github.com/authgear/helm-charts.git
cr index --config ./.cr.yaml --push
git remote set-url origin [email protected]:authgear/helm-charts.git

0 comments on commit 64cab49

Please sign in to comment.