debugging helm release github actions workflow

This commit is contained in:
Joey Orlando 2024-06-13 16:15:46 -04:00
parent 40df01dc90
commit 9baba271b4
No known key found for this signature in database
GPG key ID: 469E88366B17F644
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 }}