diff --git a/.github/workflows/build_push_artifacts.yml b/.github/workflows/build_push_artifacts.yml index b2468346..5cf82cc1 100644 --- a/.github/workflows/build_push_artifacts.yml +++ b/.github/workflows/build_push_artifacts.yml @@ -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 diff --git a/index.yaml b/index.yaml deleted file mode 100644 index 485a10dc..00000000 --- a/index.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: v1 -entries: - spring-boot-hello-world: - - apiVersion: v2 - appVersion: 1.16.0 - created: "2024-12-06T18:07:15.965378872Z" - description: A Helm chart for Kubernetes - digest: 6d21a76fe389aa4ab73ef4e6f0eb6448e8a7536ac00e5a82efc8cec209d04b55 - name: spring-boot-hello-world - type: application - urls: - - https://rahulkausale.github.io/spring-boot-hello-world/charts/spring-boot-hello-world-0.1.0.tgz - version: 0.1.0 - - apiVersion: v2 - appVersion: 1.16.0 - created: "2024-12-06T18:07:15.96577686Z" - description: A Helm chart for Kubernetes - digest: 92097e154c9bc7bf0e729439ca52fc647a1a909ff7917e67fdc52ad15aa2d0eb - name: spring-boot-hello-world - type: application - urls: - - https://rahulkausale.github.io/spring-boot-hello-world/charts/charts/spring-boot-hello-world-0.1.0.tgz - version: 0.1.0 -generated: "2024-12-06T18:07:15.964846744Z" diff --git a/spring-boot-hello-world-0.1.0.tgz b/spring-boot-hello-world-0.1.0.tgz deleted file mode 100644 index 5dca7b0e..00000000 Binary files a/spring-boot-hello-world-0.1.0.tgz and /dev/null differ