We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef97494 commit fd721ceCopy full SHA for fd721ce
.github/workflows/release.yaml
@@ -27,6 +27,7 @@ jobs:
27
helm repo add stable https://charts.helm.sh/stable
28
helm repo add influxdb2 https://helm.influxdata.com/
29
helm repo add bitnami https://charts.bitnami.com/bitnami
30
+ helm repo add graphite file://../graphite
31
32
- name: Set up chart-testing
33
uses: helm/chart-testing-action@v2.0.1
ct.yaml
@@ -4,6 +4,7 @@ chart-repos:
4
- stable=https://charts.helm.sh/stable
5
- bitnami=https://charts.bitnami.com/bitnami
6
- influxdata=https://helm.influxdata.com/
7
+ - graphite=file://../graphite
8
target-branch: main
9
validate-maintainers: false
10
helm-extra-args: '--timeout 30m'
0 commit comments