Skip to content

Commit 02ee490

Browse files
author
Vaughn Dice
authored
Revert "feat(charts): introduce kube-registry-proxy" (#765)
1 parent 0cdc5dc commit 02ee490

2 files changed

Lines changed: 3 additions & 8 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: kube-registry-proxy
42-
version: 0.1.0
43-
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
41+
- name: registry-proxy
42+
version: <registry-proxy-tag>
43+
repository: https://charts.deis.com/registry-proxy
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: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,6 @@ 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-
145140
monitor:
146141
grafana:
147142
user: "admin"

0 commit comments

Comments
 (0)