Skip to content

Commit b45c883

Browse files
authored
Merge pull request #2352 from kubernetes-sigs/helm-registry-flag
Add registry as a flag for helm chart
2 parents 79de6b5 + 5dd078a commit b45c883

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/external-dns/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: external-dns
33
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
44
type: application
5-
version: 1.3.0
5+
version: 1.3.1
66
appVersion: 0.10.0
77
keywords:
88
- kubernetes

charts/external-dns/templates/deployment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ spec:
6363
{{- if .Values.txtOwnerId }}
6464
- --txt-owner-id={{ .Values.txtOwnerId }}
6565
{{- end }}
66+
- --registry={{ .Values.registry }}
6667
{{- if .Values.txtPrefix }}
6768
- --txt-prefix={{ .Values.txtPrefix }}
6869
{{- end }}

0 commit comments

Comments
 (0)