From 2692e004ea212db696019afe6aeb7f32b7200180 Mon Sep 17 00:00:00 2001 From: Sebastien Dupont Date: Tue, 21 Jun 2022 10:39:31 +0200 Subject: [PATCH] Bump Helm version to try fixing Circle-CI build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 886ad487..38c4aab0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,5 +10,5 @@ jobs: environment: - GITHUB_PAGES_REPO: cetic/helm-charts - HELM_CHART: nifi - - HELM_VERSION: 3.1.2 + - HELM_VERSION: 3.9.0 command: wget -O - https://raw.githubusercontent.com/cetic/helm-chart-publisher/master/publish.sh | sh