Skip to content

Commit

Permalink
feat: add release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Oct 14, 2024
1 parent ad5cc70 commit 2bffe7e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v4

- name: Add Helm repos
run: |
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 2bffe7e

Please sign in to comment.