Skip to content

Commit ab995da

Browse files
authored
fix: charts index path (#2)
* fix: path output path for index.yaml * fix: URL
1 parent 7ae4b4c commit ab995da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
helm package .
3838
mv ${HOME}/project/helm-django*gz ${HOME}/helm-charts/charts
3939
cd ${HOME}/helm-charts
40-
helm repo index --url https://jengo.github.io/helm-charts/ charts
41-
git add charts
40+
helm repo index --url https://helm.jolene.dev/ .
41+
git add index.yaml charts
4242
git commit -m "Release ${VERSION}"
4343
git push
4444

0 commit comments

Comments
 (0)