diff --git a/bitnami/external-dns/Chart.yaml b/bitnami/external-dns/Chart.yaml index d08f843bace185..c86ae7163141ea 100644 --- a/bitnami/external-dns/Chart.yaml +++ b/bitnami/external-dns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: external-dns -version: 3.2.0 +version: 3.2.1 appVersion: 0.7.2 description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable. keywords: diff --git a/bitnami/external-dns/templates/deployment.yaml b/bitnami/external-dns/templates/deployment.yaml index 24e6c5adc4dc78..89d6fe7acbf352 100755 --- a/bitnami/external-dns/templates/deployment.yaml +++ b/bitnami/external-dns/templates/deployment.yaml @@ -159,8 +159,10 @@ spec: {{- end }} {{- if eq .Values.provider "google" }} # Google Arguments + {{- if .Values.google.project }} - --google-project={{ .Values.google.project }} {{- end }} + {{- end }} {{- if eq .Values.provider "infoblox" }} # Infloblox Arguments - --infoblox-grid-host={{ .Values.infoblox.gridHost }} diff --git a/bitnami/external-dns/values-production.yaml b/bitnami/external-dns/values-production.yaml index b22cef6afc4861..6386ab81d470d9 100644 --- a/bitnami/external-dns/values-production.yaml +++ b/bitnami/external-dns/values-production.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/external-dns - tag: 0.7.2-debian-10-r6 + tag: 0.7.2-debian-10-r13 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/bitnami/external-dns/values.yaml b/bitnami/external-dns/values.yaml index c5aec3ae645440..e2c0ca07158148 100644 --- a/bitnami/external-dns/values.yaml +++ b/bitnami/external-dns/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/external-dns - tag: 0.7.2-debian-10-r6 + tag: 0.7.2-debian-10-r13 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images