Skip to content

Commit

Permalink
Merge branch 'main' into feature/assignment1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Kausale committed Dec 6, 2024
2 parents add18c6 + 9fc1aa3 commit c3edb7b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c3edb7b

Please sign in to comment.