Skip to content

Commit f1e2f79

Browse files
committed
chore(charts): change registry proxy port format
1 parent 015024e commit f1e2f79

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

charts/builder/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ env:
9696
- name: "DRYCC_REGISTRY_HOST"
9797
value: {{ printf "drycc-registry.%s.svc.%s:5000" .Release.Namespace .Values.global.clusterDomain }}
9898
- name: "DRYCC_REGISTRY_PROXY_HOST"
99-
value: {{ print "127.0.0.1" ":" .Values.registry.proxyPort }}
99+
value: {{ print "127.0.0.1" ":" .Values.registry.proxy.port }}
100100
- name: "DRYCC_REGISTRY_USERNAME"
101101
valueFrom:
102102
secretKeyRef:

charts/builder/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ storage:
7575
# host port for the registry proxy in the daemonset
7676
registry:
7777
enabled: true
78-
proxyPort: 5555
78+
proxy:
79+
port: 5555

0 commit comments

Comments
 (0)