Skip to content

Commit

Permalink
feat(nodejs_chart): update chart to socialgouv/nodejs#2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Nov 25, 2019
1 parent 09ee268 commit 9e6ffa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base_deploy_nodejs_chart_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0/helm-just-linux-2.7.0.tgz | tar -C $(helm home) -xzv
- helm repo add socialgouv https://github.com/SocialGouv/helm-charts/releases/download/v2.7.0
- helm just fetch "socialgouv/nodejs#2.7.0"
- 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"
- envsubst < $VALUES_FILE > ./values.yaml
- helm just render ${CONTEXT} nodejs
${HELM_RENDER_ARGS}
Expand Down

0 comments on commit 9e6ffa3

Please sign in to comment.