Skip to content

Add ingester downscaling docs (#9208) #12

Add ingester downscaling docs (#9208)

Add ingester downscaling docs (#9208) #12

Workflow file for this run

name: helm-release
on:
push:
branches:
- main
- "mimir-distributed-release-[0-9]+.[0-9]+"
jobs:
call-update-helm-repo:

Check failure on line 10 in .github/workflows/helm-release.yaml

View workflow run for this annotation

GitHub Actions / helm-release

Invalid workflow file

The workflow is not valid. .github/workflows/helm-release.yaml (Line: 10, Col: 3): Error calling workflow 'grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main'. The nested job 'release' is requesting 'contents: write, packages: write', but is only allowed 'contents: read, packages: read'.
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 }}