From e8d8c6f3579cda3eed925bbc4b258c791876ffb1 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Thu, 2 Mar 2023 03:16:40 -0500 Subject: [PATCH] Make CT test to install charts in the right order. (#2350) --- charts/.ci/ct-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/.ci/ct-config.yaml b/charts/.ci/ct-config.yaml index 28cbc0ab..64c8d1bb 100644 --- a/charts/.ci/ct-config.yaml +++ b/charts/.ci/ct-config.yaml @@ -1,6 +1,9 @@ # This file defines the config for "ct" (chart tester) used by the helm linting GitHub workflow -all: true lint-conf: charts/.ci/lint-config.yaml chart-repos: - jetstack=https://charts.jetstack.io check-version-increment: false # Disable checking that the chart version has been bumped +charts: +- charts/actions-runner-controller +- charts/gha-runner-scale-set-controller +- charts/gha-runner-scale-set \ No newline at end of file