Skip to content

Commit

Permalink
feat(nodejs): use helm chart version 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Dec 31, 2019
1 parent f576cb6 commit b368202
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.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"
- curl -L https://github.com/SocialGouv/helm-charts/releases/download/v2.12.0/helm-just-linux-2.13.0.tgz | tar -C $(helm home) -xzv
- helm repo add socialgouv https://github.com/SocialGouv/helm-charts/releases/download/v2.13.0
- helm just fetch "socialgouv/nodejs#2.13.0"
- envsubst < $VALUES_FILE > ./values.yaml
# Set own wildcard when deploying in dev environment
- >-
Expand Down

0 comments on commit b368202

Please sign in to comment.