File tree Expand file tree Collapse file tree 4 files changed +35
-4
lines changed
operations/pyroscope/helm Expand file tree Collapse file tree 4 files changed +35
-4
lines changed Original file line number Diff line number Diff line change 1919 exit 1
2020 fi
2121
22- call-lint-test :
23- uses : grafana/helm-charts/.github/workflows/lint-test.yaml@main
22+ call-lint-test-pyroscope :
23+ uses : grafana/helm-charts/.github/workflows/lint-test.yaml@d4e5b860321ac8d03b2f4c61f9b4e8482e0f27d1
2424 with :
2525 ct_configfile : operations/pyroscope/helm/ct.yaml
2626 ct_check_version_increment : false
2727 helm_version : v3.14.3
28+ call-lint-test-pyroscope-monitoring :
29+ uses : grafana/helm-charts/.github/workflows/lint-test.yaml@d4e5b860321ac8d03b2f4c61f9b4e8482e0f27d1
30+ with :
31+ ct_configfile : operations/pyroscope/helm/ct-monitoring.yaml
32+ ct_check_version_increment : false
33+ helm_version : v3.14.3
Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - " release-[0-9]+.[0-9]+"
8+ - " 20251030_fix-chart-release"
89
910jobs :
10- call-update-helm-repo :
11+ call-update-helm-repo-pyroscope :
12+ uses : grafana/helm-charts/.github/workflows/update-helm-repo.yaml@d4e5b860321ac8d03b2f4c61f9b4e8482e0f27d1
1113 permissions :
1214 contents : " write"
1315 id-token : " write"
1416 packages : " write"
15- uses : grafana/helm-charts/.github/workflows/update-helm-repo.yaml@0b2c5a7aad1a11c1516aae3972d2961d41838167
1617 with :
1718 charts_dir : operations/pyroscope/helm/
1819 cr_configfile : operations/pyroscope/helm/cr.yaml
1920 ct_configfile : operations/pyroscope/helm/ct.yaml
2021 secrets :
2122 vault_repo_secret_name : grafana-pyroscope-releases
23+ call-update-helm-repo-pyroscope-monitoring :
24+ uses : grafana/helm-charts/.github/workflows/update-helm-repo.yaml@d4e5b860321ac8d03b2f4c61f9b4e8482e0f27d1
25+ permissions :
26+ contents : " write"
27+ id-token : " write"
28+ packages : " write"
29+ with :
30+ charts_dir : operations/pyroscope/helm/
31+ cr_configfile : operations/pyroscope/helm/cr.yaml
32+ ct_configfile : operations/pyroscope/helm/ct-monitoring.yaml
33+ secrets :
34+ vault_repo_secret_name : grafana-pyroscope-releases
Original file line number Diff line number Diff line change 1+ # See https://github.com/helm/chart-testing#configuration
2+ remote : origin
3+ target-branch : main
4+ kubeVersion : " 1.23"
5+ chart-dirs :
6+ - operations/pyroscope/helm/
7+ helm-extra-args : --timeout 600s
8+ validate-maintainers : false
9+ excluded-charts :
10+ - pyroscope
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ chart-repos:
99 - grafana=https://grafana.github.io/helm-charts
1010helm-extra-args : --timeout 600s
1111validate-maintainers : false
12+ excluded-charts :
13+ - pyroscope-monitoring
You can’t perform that action at this time.
0 commit comments