Skip to content

Commit 1f5c2aa

Browse files
simonswinealeks-p
authored andcommitted
chore: Enable helm release workflow and tag v1.31.2 (#4177)
* chore: Reenable helm-release workflow * Release v1.13.2 into helm chart
1 parent ea3ffea commit 1f5c2aa

File tree

2 files changed

+21
-30
lines changed

2 files changed

+21
-30
lines changed

.github/workflows/helm-release.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)