Skip to content

Commit

Permalink
Merge pull request #2352 from kubernetes-sigs/helm-registry-flag
Browse files Browse the repository at this point in the history
Add registry as a flag for helm chart
  • Loading branch information
k8s-ci-robot authored Oct 6, 2021
2 parents 79de6b5 + 5dd078a commit b45c883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: external-dns
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
type: application
version: 1.3.0
version: 1.3.1
appVersion: 0.10.0
keywords:
- kubernetes
Expand Down
1 change: 1 addition & 0 deletions charts/external-dns/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ spec:
{{- if .Values.txtOwnerId }}
- --txt-owner-id={{ .Values.txtOwnerId }}
{{- end }}
- --registry={{ .Values.registry }}
{{- if .Values.txtPrefix }}
- --txt-prefix={{ .Values.txtPrefix }}
{{- end }}
Expand Down

0 comments on commit b45c883

Please sign in to comment.