Skip to content

Commit 558c67b

Browse files
authored
Merge pull request #222 from carlosms/rename-web-chart
Rename to Web: helm chart
2 parents d6ea642 + c355c04 commit 558c67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ helm_deploy: &helm_deploy
3030
image: quay.io/ipedrazas/drone-helm:master-9b37211
3131
skip_tls_verify: true
3232
helm_repos: srcd-charts=https://src-d.github.io/charts/
33-
chart: srcd-charts/gitbase-playground
33+
chart: srcd-charts/gitbase-web
3434
release: gp
3535
tiller_ns: kube-system
3636
wait: true
@@ -63,7 +63,7 @@ pipeline:
6363
<<: *helm_deploy
6464
prefix: STG
6565
secrets: [ STG_API_SERVER, STG_KUBERNETES_TOKEN ]
66-
values: gitbasePlayground.image.tag=commit-${DRONE_COMMIT_SHA:0:7},ingress.globalStaticIpName=gitbase-playground-staging,ingress.hostname=gitbase-playground-staging.srcd.run
66+
values: gitbaseWeb.image.tag=commit-${DRONE_COMMIT_SHA:0:7},ingress.globalStaticIpName=gitbase-playground-staging,ingress.hostname=gitbase-playground-staging.srcd.run
6767
values_files: [.helm-staging.yml]
6868
when:
6969
branch: [master]

0 commit comments

Comments
 (0)