File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments