diff --git a/.github/workflows/helm-ci.yml b/.github/workflows/helm-ci.yml index 010661c..9cb9746 100644 --- a/.github/workflows/helm-ci.yml +++ b/.github/workflows/helm-ci.yml @@ -6,7 +6,7 @@ on: - "charts/meta-monitoring/**" env: - CT_CONFIGFILE: charts/meta-monitoring/src/ct.yaml + CT_CONFIGFILE: charts/meta-monitoring/ct.yaml jobs: call-lint: diff --git a/charts/meta-monitoring/ct.yaml b/charts/meta-monitoring/ct.yaml new file mode 100644 index 0000000..57a1cab --- /dev/null +++ b/charts/meta-monitoring/ct.yaml @@ -0,0 +1,11 @@ +--- +remote: origin +target-branch: main +chart-dirs: + - charts/meta-monitoring +chart-repos: + - grafana=https://grafana.github.io/helm-charts + - minio=https://charts.min.io +helm-extra-args: --timeout 600s +check-version-increment: false +validate-maintainers: false \ No newline at end of file