Skip to content

Commit 38681e2

Browse files
docs: 📝 fix chart release docs
Signed-off-by: Mario Vejlupek <[email protected]>
1 parent 11c8edb commit 38681e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ chart_release:
88
git checkout gh-pages
99
git merge main
1010
git commit -m "merged"
11+
git push
1112
helm package ./helm
12-
helm repo index
13+
helm repo index .
1314
git add .
1415
git commit -m "update chart"
1516
git push origin gh-pages

0 commit comments

Comments
 (0)