Skip to content

Commit

Permalink
feat(nodejs): use helm chart version 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Dec 30, 2019
1 parent 2522a25 commit 34bc606
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base_deploy_nodejs_chart_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
script:
- helm init --client-only
- kubectl config set-context --current --namespace=${K8S_NAMESPACE}
- 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
- curl -L https://github.com/SocialGouv/helm-charts/releases/download/v2.12.0/helm-just-linux-2.12.0.tgz | tar -C $(helm home) -xzv
- helm repo add socialgouv https://github.com/SocialGouv/helm-charts/releases/download/v2.12.0
- helm just fetch "socialgouv/nodejs#2.12.0"
- envsubst < $VALUES_FILE > ./values.yam1l
# Set own wildcard when deploying in dev environment
- >-
HELM_RENDER_ARGS="
Expand Down

0 comments on commit 34bc606

Please sign in to comment.