Skip to content

Commit

Permalink
Merge pull request #782 from src-d/new-chart-repo
Browse files Browse the repository at this point in the history
Deploy the Helm chart from the new stable charts repo
  • Loading branch information
zurk authored Jun 25, 2019
2 parents 4fca695 + 47de99d commit d98e34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ matrix:
install:
- make install-helm
script:
- HELM_RELEASE=lookout-style-analyzer HELM_CHART=lookout-style-analyzer K8S_NAMESPACE=lookout HELM_ARGS="--tiller-namespace=lookout --repo https://src-d.github.io/charts/ --set image.tag=$TRAVIS_TAG -f .helm_staging_format.yml" make deploy
- HELM_RELEASE=lookout-style-analyzer HELM_CHART=lookout-style-analyzer K8S_NAMESPACE=lookout HELM_ARGS="--tiller-namespace=lookout --repo https://src-d.github.io/charts/stable/ --set image.tag=$TRAVIS_TAG -f .helm_staging_format.yml" make deploy
- name: 'Deploy typos to staging'
stage: deploy-k8s
python: 3.5
install:
- make install-helm
script:
- HELM_RELEASE=lookout-typos-analyzer HELM_CHART=lookout-typos-analyzer K8S_NAMESPACE=lookout HELM_ARGS="--tiller-namespace=lookout --repo https://src-d.github.io/charts/ --set image.tag=$TRAVIS_TAG -f .helm_staging_typos.yml" make deploy
- HELM_RELEASE=lookout-typos-analyzer HELM_CHART=lookout-typos-analyzer K8S_NAMESPACE=lookout HELM_ARGS="--tiller-namespace=lookout --repo https://src-d.github.io/charts/stable/ --set image.tag=$TRAVIS_TAG -f .helm_staging_typos.yml" make deploy
fast_finish: true
notifications:
email: false

0 comments on commit d98e34a

Please sign in to comment.