From 0725e72ae022dfd8184fe09c304747b7c558d315 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Mon, 4 Oct 2021 20:39:38 +0100 Subject: [PATCH] ci: disable chart version bump check (#870) --- charts/.ci/ct-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/.ci/ct-config.yaml b/charts/.ci/ct-config.yaml index a4cee368..38351c90 100644 --- a/charts/.ci/ct-config.yaml +++ b/charts/.ci/ct-config.yaml @@ -2,3 +2,4 @@ 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