Skip to content

Commit

Permalink
ci: consolidate helm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu committed Apr 9, 2024
1 parent df5beab commit d54db9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/package-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,10 @@ jobs:
- name: Package and push helm chart
run: |
helm package ./charts/aks-store-demo --version ${{ steps.set-variables.outputs.VERSION }}
helm push ./aks-store-demo-chart-${{ steps.set-variables.outputs.VERSION }}.tgz oci://${{ steps.set-variables.outputs.REPOSITORY }}/charts
helm push ./aks-store-demo-chart-${{ steps.set-variables.outputs.VERSION }}.tgz oci://${{ steps.set-variables.outputs.REPOSITORY }}/charts
- name: Publish Helm chart to GitHub Pages
uses: stefanprodan/helm-gh-pages@0ad2bb377311d61ac04ad9eb6f252fb68e207260 # v1.7.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
linting: off
19 changes: 0 additions & 19 deletions .github/workflows/release-helm-chart.yaml

This file was deleted.

0 comments on commit d54db9a

Please sign in to comment.