File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ helm_deploy: &helm_deploy
30
30
image : quay.io/ipedrazas/drone-helm:master-9b37211
31
31
skip_tls_verify : true
32
32
helm_repos : srcd-charts=https://src-d.github.io/charts/
33
- chart : srcd-charts/gitbase-playground
33
+ chart : srcd-charts/gitbase-web
34
34
release : gp
35
35
tiller_ns : kube-system
36
36
wait : true
@@ -63,7 +63,7 @@ pipeline:
63
63
<< : *helm_deploy
64
64
prefix : STG
65
65
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
67
67
values_files : [.helm-staging.yml]
68
68
when :
69
69
branch : [master]
You can’t perform that action at this time.
0 commit comments