Vendor update mimir-prometheus at cb322705289fa0660f4c93df82dcd8815f4… #4950
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: helm-release | |
on: | |
push: | |
branches: | |
- main | |
- "mimir-distributed-release-[0-9]+.[0-9]+" | |
jobs: | |
call-update-helm-repo: | |
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main | |
with: | |
charts_dir: operations/helm/charts | |
cr_configfile: operations/helm/cr.yaml | |
ct_configfile: operations/helm/ct.yaml | |
secrets: | |
github_app_id: ${{ secrets.MIMIR_HELM_RELEASE_APP_ID }} | |
github_app_pem: ${{ secrets.MIMIR_HELM_RELEASE_APP_KEY_PEM }} |