Skip to content

Commit

Permalink
chore(ci): remove legacy chart repo
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Acar <[email protected]>
  • Loading branch information
fatih-acar committed Dec 5, 2024
1 parent 99496d1 commit 5cf0efe
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/publish-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
- name: Install Helm
uses: azure/[email protected]

- name: Install Helm Push Plugin
run: helm plugin install https://github.com/chartmuseum/helm-push

- name: Determine Chart Version
id: version
run: |
Expand All @@ -61,9 +58,6 @@ jobs:
--username '${{ secrets.HARBOR_USERNAME }}'
--password '${{ secrets.HARBOR_PASSWORD }}'
- name: Add Helm repository
run: helm repo add opsmill https://${{ vars.HARBOR_HOST }}/chartrepo/opsmill

- name: Package Helm Chart
run: |
helm package --dependency-update ./helm --version ${{ steps.version.outputs.version }}
Expand All @@ -73,12 +67,5 @@ jobs:
run: |
helm push infrahub-${{ steps.version.outputs.version }}.tgz oci://${{ vars.HARBOR_HOST }}/opsmill/chart
- name: Push Helm Chart to traditional repository
if: ${{ inputs.publish }}
run: >
helm cm-push -f infrahub-${{ steps.version.outputs.version }}.tgz opsmill
--username '${{ secrets.HARBOR_USERNAME }}'
--password '${{ secrets.HARBOR_PASSWORD }}'
- name: Cleanup
run: rm -f infrahub-${{ steps.version.outputs.version }}.tgz

0 comments on commit 5cf0efe

Please sign in to comment.