We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae4b4c commit ab995daCopy full SHA for ab995da
.circleci/config.yml
@@ -37,8 +37,8 @@ jobs:
37
helm package .
38
mv ${HOME}/project/helm-django*gz ${HOME}/helm-charts/charts
39
cd ${HOME}/helm-charts
40
- helm repo index --url https://jengo.github.io/helm-charts/ charts
41
- git add charts
+ helm repo index --url https://helm.jolene.dev/ .
+ git add index.yaml charts
42
git commit -m "Release ${VERSION}"
43
git push
44
0 commit comments