Merge pull request #4532 from grafana/dev

dev -> main
This commit is contained in:
Joey Orlando 2024-06-13 16:19:37 -04:00 committed by GitHub
commit ebb5122463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 12 deletions

View file

@ -0,0 +1,18 @@
name: Update grafana/helm-charts repo
on:
push:
branches:
- main
paths:
- helm/oncall/Chart.yaml
jobs:
call-update-helm-repo:
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main
with:
charts_dir: helm
cr_configfile: helm/cr.yaml
ct_configfile: helm/ct.yaml
secrets:
helm_repo_token: ${{ secrets.GH_HELM_RELEASE }}

View file

@ -139,15 +139,3 @@ jobs:
with:
github-token: ${{ env.GITHUB_API_KEY }}
number: ${{ needs.create-helm-release-pr.outputs.helm_release_pr_number }}
update-helm-repo:
name: Update Helm Repo
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main
needs:
- merge-helm-release-pr
with:
charts_dir: helm
cr_configfile: helm/cr.yaml
ct_configfile: helm/ct.yaml
secrets:
helm_repo_token: ${{ secrets.GH_HELM_RELEASE }}