From f898d7614c41e17c7059f620df3fb1cb4a73d177 Mon Sep 17 00:00:00 2001 From: Erik Schubert Date: Mon, 26 Jun 2023 18:30:28 +0200 Subject: [PATCH] Bump Helm version in pipeline (#817) --- ci/task_helm_kubernikus-dex.yaml | 2 +- ci/task_helm_kubernikus.yaml | 2 +- ci/task_helm_seed.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/task_helm_kubernikus-dex.yaml b/ci/task_helm_kubernikus-dex.yaml index 6033302afc..f57086c23e 100644 --- a/ci/task_helm_kubernikus-dex.yaml +++ b/ci/task_helm_kubernikus-dex.yaml @@ -53,7 +53,7 @@ params: KUBELOGON_PASSWORD: KUBERNIKUS_NAME: KUBERNIKUS_URL: - HELM_VERSION: 3.9.0 + HELM_VERSION: 3.12.1 VAULT_ADDR: https://vault.global.cloud.sap # DO NOT CHANGE VAULT_KV_ENGINE: secrets # DO NOT CHANGE VAULT_ROLE_ID: # (required) set this to ((auth.role_id)) to receive credentials automatically from Concourse diff --git a/ci/task_helm_kubernikus.yaml b/ci/task_helm_kubernikus.yaml index 6dbab23806..b1af8d0d51 100644 --- a/ci/task_helm_kubernikus.yaml +++ b/ci/task_helm_kubernikus.yaml @@ -72,7 +72,7 @@ params: KUBELOGON_PASSWORD: KUBERNIKUS_NAME: KUBERNIKUS_URL: - HELM_VERSION: 3.9.0 + HELM_VERSION: 3.12.1 VAULT_ADDR: https://vault.global.cloud.sap # DO NOT CHANGE VAULT_KV_ENGINE: secrets # DO NOT CHANGE VAULT_ROLE_ID: # (required) set this to ((auth.role_id)) to receive credentials automatically from Concourse diff --git a/ci/task_helm_seed.yaml b/ci/task_helm_seed.yaml index 710adf39b8..646efc6b01 100644 --- a/ci/task_helm_seed.yaml +++ b/ci/task_helm_seed.yaml @@ -30,7 +30,7 @@ params: KUBELOGON_PASSWORD: NAMESPACE: monsoon3 RELEASE: kubernikus - HELM_VERSION: 3.9.0 + HELM_VERSION: 3.12.1 VAULT_ADDR: https://vault.global.cloud.sap # DO NOT CHANGE VAULT_KV_ENGINE: secrets # DO NOT CHANGE VAULT_ROLE_ID: # (required) set this to ((auth.role_id)) to receive credentials automatically from Concourse