From c10d9ade1182c114ea2f1cbe63c683a6c0ffaa20 Mon Sep 17 00:00:00 2001 From: yebyen Date: Sun, 22 Apr 2018 14:10:44 -0400 Subject: [PATCH] WIP: do not merge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is temporary while we exercise the staging and publish jobs and not meant to be merged The eventual home of charts will be: https charts.teamhephy.com (Not .info – the charts.teamhephy.info domain is for staging artifacts and seeding the initial set of charts for the first release) That change will be merged through a separate PR, this one will be discarded. --- charts/workflow/requirements.yaml | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/charts/workflow/requirements.yaml b/charts/workflow/requirements.yaml index 0fdf22e14..5f438d3dc 100644 --- a/charts/workflow/requirements.yaml +++ b/charts/workflow/requirements.yaml @@ -1,52 +1,52 @@ dependencies: - name: builder version: - repository: https://charts.deis.com/builder + repository: http://charts.teamhephy.info/builder - name: slugbuilder version: - repository: https://charts.deis.com/slugbuilder + repository: http://charts.teamhephy.info/slugbuilder - name: dockerbuilder version: - repository: https://charts.deis.com/dockerbuilder + repository: http://charts.teamhephy.info/dockerbuilder - name: controller version: - repository: https://charts.deis.com/controller + repository: http://charts.teamhephy.info/controller - name: slugrunner version: - repository: https://charts.deis.com/slugrunner + repository: http://charts.teamhephy.info/slugrunner - name: database version: - repository: https://charts.deis.com/database + repository: http://charts.teamhephy.info/database - name: fluentd version: - repository: https://charts.deis.com/fluentd + repository: http://charts.teamhephy.info/fluentd - name: redis version: - repository: https://charts.deis.com/redis + repository: http://charts.teamhephy.info/redis - name: logger version: - repository: https://charts.deis.com/logger + repository: http://charts.teamhephy.info/logger - name: minio version: - repository: https://charts.deis.com/minio + repository: http://charts.teamhephy.info/minio - name: monitor version: - repository: https://charts.deis.com/monitor + repository: http://charts.teamhephy.info/monitor - name: nsqd version: - repository: https://charts.deis.com/nsqd + repository: http://charts.teamhephy.info/nsqd - name: registry version: - repository: https://charts.deis.com/registry + repository: http://charts.teamhephy.info/registry - name: registry-proxy version: - repository: https://charts.deis.com/registry-proxy + repository: http://charts.teamhephy.info/registry-proxy - name: registry-token-refresher version: - repository: https://charts.deis.com/registry-token-refresher + repository: http://charts.teamhephy.info/registry-token-refresher - name: router version: - repository: https://charts.deis.com/router + repository: http://charts.teamhephy.info/router - name: workflow-manager version: - repository: https://charts.deis.com/workflow-manager + repository: http://charts.teamhephy.info/workflow-manager