Skip to content

Commit db774f5

Browse files
author
Matthew Fisher
authored
Merge pull request #734 from bacongobbler/kube-registry-proxy
feat(charts): introduce kube-registry-proxy
2 parents 9ecea1f + 785b4de commit db774f5

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

charts/workflow/requirements.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ dependencies:
3838
- name: registry
3939
version: <registry-tag>
4040
repository: https://charts.deis.com/registry
41-
- name: registry-proxy
42-
version: <registry-proxy-tag>
43-
repository: https://charts.deis.com/registry-proxy
41+
- name: kube-registry-proxy
42+
version: 0.1.0
43+
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
4444
- name: registry-token-refresher
4545
version: <registry-token-refresher-tag>
4646
repository: https://charts.deis.com/registry-token-refresher

charts/workflow/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ fluentd:
137137
# external syslog endpoint port
138138
port: ""
139139

140+
kube-registry-proxy:
141+
registry:
142+
host: "$(DEIS_REGISTRY_SERVICE_HOST)"
143+
port: "$(DEIS_REGISTRY_SERVICE_PORT)"
144+
140145
monitor:
141146
grafana:
142147
user: "admin"

0 commit comments

Comments
 (0)