Skip to content

Commit

Permalink
Merge pull request #222 from carlosms/rename-web-chart
Browse files Browse the repository at this point in the history
Rename to Web: helm chart
  • Loading branch information
carlosms authored Aug 17, 2018
2 parents d6ea642 + c355c04 commit 558c67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ helm_deploy: &helm_deploy
image: quay.io/ipedrazas/drone-helm:master-9b37211
skip_tls_verify: true
helm_repos: srcd-charts=https://src-d.github.io/charts/
chart: srcd-charts/gitbase-playground
chart: srcd-charts/gitbase-web
release: gp
tiller_ns: kube-system
wait: true
Expand Down Expand Up @@ -63,7 +63,7 @@ pipeline:
<<: *helm_deploy
prefix: STG
secrets: [ STG_API_SERVER, STG_KUBERNETES_TOKEN ]
values: gitbasePlayground.image.tag=commit-${DRONE_COMMIT_SHA:0:7},ingress.globalStaticIpName=gitbase-playground-staging,ingress.hostname=gitbase-playground-staging.srcd.run
values: gitbaseWeb.image.tag=commit-${DRONE_COMMIT_SHA:0:7},ingress.globalStaticIpName=gitbase-playground-staging,ingress.hostname=gitbase-playground-staging.srcd.run
values_files: [.helm-staging.yml]
when:
branch: [master]
Expand Down

0 comments on commit 558c67b

Please sign in to comment.