From a7b2216ef731538b5c1cd707cce0bfb986053540 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste JOLY Date: Wed, 18 Dec 2019 15:40:39 +0100 Subject: [PATCH] feat: update hpa helm version from 2.9.0 to 2.10.0 --- base_deploy_hpa_chart_stage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base_deploy_hpa_chart_stage.yml b/base_deploy_hpa_chart_stage.yml index 76e9e11e..f7a8c80e 100644 --- a/base_deploy_hpa_chart_stage.yml +++ b/base_deploy_hpa_chart_stage.yml @@ -7,9 +7,9 @@ script: - helm init --client-only - kubectl config set-context --current --namespace=${K8S_NAMESPACE} - - curl -L https://github.com/SocialGouv/helm-charts/releases/download/v2.9.0/helm-just-linux-2.9.0.tgz | tar -C $(helm home) -xzv - - helm repo add socialgouv https://github.com/SocialGouv/helm-charts/releases/download/v2.9.0 - - helm just fetch "socialgouv/hpa#2.9.0" + - curl -L https://github.com/SocialGouv/helm-charts/releases/download/v2.10.0/helm-just-linux-2.10.0.tgz | tar -C $(helm home) -xzv + - helm repo add socialgouv https://github.com/SocialGouv/helm-charts/releases/download/v2.10.0 + - helm just fetch "socialgouv/hpa#2.10.0" - envsubst < $VALUES_FILE > ./values.yaml - helm just render ${CONTEXT} hpa ${HELM_RENDER_ARGS}