Skip to content

Commit dfb7c50

Browse files
authored
Merge pull request #220 from meyskens/chart-up
Use Chart version 1.0.1
2 parents ad3e14b + ccd1508 commit dfb7c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
- make packages
6060
- DOCKER_PUSH_MASTER=true make docker-push
6161
#HELM_RELEASE name is also harcoded in the .helm_staging file in order to use the AntiAffinity Rules.
62-
- HELM_RELEASE=play HELM_CHART=bblfsh-web K8S_NAMESPACE=default HELM_ARGS="--repo https://src-d.github.io/charts/stable/ --version 1.0.0 --set image.tag=dev-$(git rev-parse --short HEAD) -f .helm_staging.yml" make deploy
62+
- HELM_RELEASE=play HELM_CHART=bblfsh-web K8S_NAMESPACE=default HELM_ARGS="--repo https://src-d.github.io/charts/stable/ --version 1.0.1 --set image.tag=dev-$(git rev-parse --short HEAD) -f .helm_staging.yml" make deploy
6363
- name: 'Deploy to production'
6464
stage: release-helm
6565
script:
6666
#HELM_RELEASE name is also harcoded in the .helm_production file in order to use the AntiAffinity Rules.
67-
- B64_CA_CRT=$B64_CA_CRT_PROD SERVICE_ACCOUNT_TOKEN=$SERVICE_ACCOUNT_TOKEN_PROD CLUSTER_ENDPOINT=$CLUSTER_ENDPOINT_PROD HELM_RELEASE=play HELM_CHART=bblfsh-web K8S_NAMESPACE=default HELM_ARGS="--repo https://src-d.github.io/charts/stable/ --version 1.0.0 --set image.tag=$TRAVIS_TAG -f .helm_production.yml" make deploy
67+
- B64_CA_CRT=$B64_CA_CRT_PROD SERVICE_ACCOUNT_TOKEN=$SERVICE_ACCOUNT_TOKEN_PROD CLUSTER_ENDPOINT=$CLUSTER_ENDPOINT_PROD HELM_RELEASE=play HELM_CHART=bblfsh-web K8S_NAMESPACE=default HELM_ARGS="--repo https://src-d.github.io/charts/stable/ --version 1.0.1 --set image.tag=$TRAVIS_TAG -f .helm_production.yml" make deploy

0 commit comments

Comments
 (0)