Skip to content

Commit

Permalink
Update release-helm-chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinibach authored Oct 4, 2023
1 parent 5ff0812 commit 6b84d55
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,21 @@ jobs:
with:
version: '3.7.0'

# Add Helm repo and update dependencies
- name: Add Helm repositories and update dependencies
run: |
helm repo add incubator https://charts.helm.sh/incubator
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add elastic https://helm.elastic.co
helm repo add grafana https://grafana.github.io/helm-charts
helm dependency update .
- name: Lint and Test Chart
run: helm lint .

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
with:
version: v1.2.0
version: v1.2.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 6b84d55

Please sign in to comment.