From 3ffa3bca0e42c92c53cde5fa2b0e56d1554474d5 Mon Sep 17 00:00:00 2001 From: Virasack Date: Thu, 19 Dec 2019 16:29:56 +0100 Subject: [PATCH] feat: use helm chart version 2.11.0 (#21) --- base_deploy_hpa_chart_stage.yml | 6 +++--- base_deploy_nodejs_chart_stage.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/base_deploy_hpa_chart_stage.yml b/base_deploy_hpa_chart_stage.yml index f7a8c80e..4d114cbb 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.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" + - curl -L https://github.com/SocialGouv/helm-charts/releases/download/v2.11.0/helm-just-linux-2.11.0.tgz | tar -C $(helm home) -xzv + - helm repo add socialgouv https://github.com/SocialGouv/helm-charts/releases/download/v2.11.0 + - helm just fetch "socialgouv/hpa#2.11.0" - envsubst < $VALUES_FILE > ./values.yaml - helm just render ${CONTEXT} hpa ${HELM_RENDER_ARGS} diff --git a/base_deploy_nodejs_chart_stage.yml b/base_deploy_nodejs_chart_stage.yml index 53c053a3..312383c4 100644 --- a/base_deploy_nodejs_chart_stage.yml +++ b/base_deploy_nodejs_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.8.0/helm-just-linux-2.8.0.tgz | tar -C $(helm home) -xzv - - helm repo add socialgouv https://github.com/SocialGouv/helm-charts/releases/download/v2.8.0 - - helm just fetch "socialgouv/nodejs#2.8.0" + - curl -L https://github.com/SocialGouv/helm-charts/releases/download/v2.11.0/helm-just-linux-2.11.0.tgz | tar -C $(helm home) -xzv + - helm repo add socialgouv https://github.com/SocialGouv/helm-charts/releases/download/v2.11.0 + - helm just fetch "socialgouv/nodejs#2.11.0" - envsubst < $VALUES_FILE > ./values.yaml # Set own wildcard when deploying in dev environment - >-