Skip to content

Commit

Permalink
Use helm 3.9.0 in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jknipper committed Jul 7, 2022
1 parent f44c922 commit b86795f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/task_helm_kubernikus-dex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/task_helm_kubernikus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/task_helm_seed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b86795f

Please sign in to comment.