From 545d18d5c5874ed938d0131baf39374be617822a Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Thu, 22 Dec 2022 17:22:10 +0100 Subject: [PATCH] Disable v0.6.0-rc.1 in CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20f2762..123705d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,8 @@ jobs: - v0.3.9 - v0.4.0 - v0.5.0 - - v0.6.0-rc.1 + # expected data needs to be updated, since 0.6 supports helm charts in target customizations + #- v0.6.0-rc.1 steps: -