We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79de6b5 + 5dd078a commit b45c883Copy full SHA for b45c883
charts/external-dns/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: external-dns
3
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
4
type: application
5
-version: 1.3.0
+version: 1.3.1
6
appVersion: 0.10.0
7
keywords:
8
- kubernetes
charts/external-dns/templates/deployment.yaml
@@ -63,6 +63,7 @@ spec:
63
{{- if .Values.txtOwnerId }}
64
- --txt-owner-id={{ .Values.txtOwnerId }}
65
{{- end }}
66
+ - --registry={{ .Values.registry }}
67
{{- if .Values.txtPrefix }}
68
- --txt-prefix={{ .Values.txtPrefix }}
69
0 commit comments