From b86795f535d4d0f196892314aabe5ebd1516067e Mon Sep 17 00:00:00 2001 From: Jan Knipper Date: Thu, 7 Jul 2022 16:37:31 +0200 Subject: [PATCH] Use helm 3.9.0 in pipeline --- ci/pipeline.yaml | 6 +++--- ci/task_helm_kubernikus-dex.yaml | 2 +- ci/task_helm_kubernikus.yaml | 2 +- ci/task_helm_seed.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/pipeline.yaml b/ci/pipeline.yaml index f2b335f752..638a542dfe 100644 --- a/ci/pipeline.yaml +++ b/ci/pipeline.yaml @@ -933,7 +933,7 @@ task_helm_kubernikus-dex: &task_helm_kubernikus-dex KUBELOGON_PASSWORD: KUBERNIKUS_NAME: KUBERNIKUS_URL: - HELM_VERSION: 3.2.4 + HELM_VERSION: 3.9.0 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 @@ -996,7 +996,7 @@ task_helm_kubernikus: &task_helm_kubernikus KUBELOGON_PASSWORD: KUBERNIKUS_NAME: KUBERNIKUS_URL: - HELM_VERSION: 3.2.4 + HELM_VERSION: 3.9.0 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 @@ -1034,7 +1034,7 @@ task_helm_seed: &task_helm_seed KUBELOGON_PASSWORD: NAMESPACE: monsoon3 RELEASE: kubernikus - HELM_VERSION: 3.2.4 + HELM_VERSION: 3.9.0 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-dex.yaml b/ci/task_helm_kubernikus-dex.yaml index 61ec9803b4..5626a4e683 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.2.4 + HELM_VERSION: 3.9.0 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 4785eb3bd2..87fd241858 100644 --- a/ci/task_helm_kubernikus.yaml +++ b/ci/task_helm_kubernikus.yaml @@ -53,7 +53,7 @@ params: KUBELOGON_PASSWORD: KUBERNIKUS_NAME: KUBERNIKUS_URL: - HELM_VERSION: 3.2.4 + HELM_VERSION: 3.9.0 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 f0569b48dd..d5aeac5fde 100644 --- a/ci/task_helm_seed.yaml +++ b/ci/task_helm_seed.yaml @@ -28,7 +28,7 @@ params: KUBELOGON_PASSWORD: NAMESPACE: monsoon3 RELEASE: kubernikus - HELM_VERSION: 3.2.4 + HELM_VERSION: 3.9.0 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