File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed
Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,9 @@ version: '3'
22
33dotenv : ['.env']
44
5- # Prerequisites for this taskfile to run:
6- # - https://pre-commit.com/#install
5+ # Prerequisites for this Taskfile to run:
76# - https://github.com/helm/chart-releaser
8- # - https://github.com/mbenabda/helm-local-chart-version (install it outside an GIT repo!)
97# - https://github.com/norwoodj/helm-docs
10- # - https://github.com/helm-unittest/helm-unittest/
118# - https://github.com/pawamoy/git-changelog
129
1310tasks :
2724 index :
2825 desc : Creates or updates the index file and pushes it to the default github pages branch
2926 cmds :
30- - git pull
31- - ./cr-index.sh
27+ - cr index -o $GITHUB_USERNAME -r $CHART_NAME -t $GITHUB_TOKEN -i . --push
3228 - rm -rf index.yaml
3329
3430 publish :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments