File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : external-dns
33description : ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
44type : application
5- version : 1.13.0-20230727-1700 -adobe
5+ version : 1.13.0-20230808-0900 -adobe
66appVersion : 0.13.5-20230727-1700-adobe
77keywords :
88 - kubernetes
Original file line number Diff line number Diff line change @@ -68,5 +68,5 @@ Create the name of the service account to use
6868The image to use
6969*/} }
7070{ {- define " external-dns.image" -} }
71- { {- printf " %s:%s" .Values.image.repository (default (printf " v%s " .Chart.AppVersion) .Values.image.tag) } }
71+ { {- printf " %s:%s" .Values.image.repository (default ( .Chart.AppVersion) .Values.image.tag) } }
7272{ {- end } }
Original file line number Diff line number Diff line change 7676 {{- if .Values.awsPreferCname }}
7777 - --aws-prefer-cname
7878 {{- end }}
79+ {{- if or .Values.namespaced .Values.watchNamespaces }}
7980 {{- if .Values.watchNamespaces }}
8081 - --namespace={{ .Values.watchNamespaces | join "," }}
82+ {{- else }}
83+ - --namespace={{ .Release.Namespace }}
84+ {{- end }}
85+ {{- end }}
8186 {{- end }}
8287 {{- range .Values.sources }}
8388 - --source={{ . }}
9398 {{- if and (eq .Values.txtPrefix "") (ne .Values.txtSuffix "") }}
9499 - --txt-suffix={{ .Values.txtSuffix }}
95100 {{- end }}
96- {{- if .Values.namespaced }}
97- - --namespace={{ .Release.Namespace }}
98- {{- end }}
99101 {{- range .Values.domainFilters }}
100102 - --domain-filter={{ . }}
101103 {{- end }}
You can’t perform that action at this time.
0 commit comments