From c355c04e182a09c1989e273731fb5cae8cbd1e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Fri, 17 Aug 2018 12:19:19 +0100 Subject: [PATCH] Rename to Web: helm chart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Martín --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1f3646e..cd5b854 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 @@ -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]