Skip to content

Commit

Permalink
removed unwanted files and corrected index creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Kausale committed Dec 6, 2024
1 parent 13ad673 commit 9fc1aa3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_push_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: mv spring-boot-hello-world-0.1.0.tgz charts/

- name: Generate the index.yaml
run: helm repo charts/index --url https://rahulkausale.github.io/spring-boot-hello-world/charts/ .
run: helm repo index --url https://rahulkausale.github.io/spring-boot-hello-world/charts/ charts/

# - name: Push the helm chart
# run: git add charts/ && git commit -m "Pushing chart" && git push
Expand Down
24 changes: 0 additions & 24 deletions index.yaml

This file was deleted.

Binary file removed spring-boot-hello-world-0.1.0.tgz
Binary file not shown.

0 comments on commit 9fc1aa3

Please sign in to comment.