Skip to content

Commit

Permalink
feat: use helm chart version 2.11.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Virasack authored Dec 19, 2019
1 parent 3ff4fbe commit 3ffa3bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions base_deploy_hpa_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.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}
Expand Down
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.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
- >-
Expand Down

0 comments on commit 3ffa3bc

Please sign in to comment.