We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3ffea commit 1f5c2aaCopy full SHA for 1f5c2aa
.github/workflows/helm-release.yml
@@ -0,0 +1,21 @@
1
+name: helm-release
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ - "release-[0-9]+.[0-9]+"
8
9
+jobs:
10
+ call-update-helm-repo:
11
+ permissions:
12
+ contents: "write"
13
+ id-token: "write"
14
+ packages: "write"
15
+ uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@64b1c8260d69a9b1d9a186df25c51358b92f7662
16
+ with:
17
+ charts_dir: operations/pyroscope/helm/
18
+ cr_configfile: operations/pyroscope/helm/cr.yaml
19
+ ct_configfile: operations/pyroscope/helm/ct.yaml
20
+ secrets:
21
+ vault_repo_secret_name: grafana-pyroscope-bot
.github/workflows_disabled/helm-release.yml
0 commit comments