We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toString
registry.extraEnv
1 parent be28093 commit 40a9851Copy full SHA for 40a9851
charts/docker-registry-ui/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: docker-registry-ui
3
-version: 1.1.0
+version: 1.1.1
4
appVersion: "2.5.0"
5
kubeVersion: ">=1.19.0-0"
6
description: The simplest and most complete UI for your private registry
charts/docker-registry-ui/templates/registry-deployment.yaml
@@ -38,7 +38,7 @@ spec:
38
value: {{ printf "%s:%d" "0.0.0.0" (.Values.registry.service.targetPort | int) }}
39
{{- range .Values.registry.extraEnv }}
40
- name: {{ .name }}
41
- value: {{ .value }}
+ value: {{ .value }} | toString
42
{{- end }}
43
ports:
44
- name: http
0 commit comments