Skip to content

chore: deletes old files (#2015) #6

chore: deletes old files (#2015)

chore: deletes old files (#2015) #6

Workflow file for this run

name: helm-release
on:
push:
branches:
- main
- next
- "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/phlare/helm/
cr_configfile: operations/phlare/helm/cr.yaml
ct_configfile: operations/phlare/helm/ct.yaml
secrets:
helm_repo_token: ${{ secrets.GH_BOT_ACCESS_TOKEN }}