Skip to content

chore(chart-deps): update external-dns to version 8.8.0 #2090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1ffbad4
chore(chart-deps): update external-dns to version 8.8.0
svcAPLBot Apr 25, 2025
1679ba1
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 25, 2025
2560451
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 25, 2025
b44f1f4
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 25, 2025
bdc9f33
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 25, 2025
3bfb7dc
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 28, 2025
2359e2f
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 28, 2025
6a0ec45
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 28, 2025
40d6397
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 28, 2025
8be3928
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 28, 2025
ad95755
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 29, 2025
5e7d0e4
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 29, 2025
f25c2ef
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 29, 2025
c5481c5
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 30, 2025
eb8dd75
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 30, 2025
f184163
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot Apr 30, 2025
c520fc9
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot May 1, 2025
a49c49e
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot May 1, 2025
7473c2b
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot May 1, 2025
5dfcaea
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot May 6, 2025
7d89529
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot May 6, 2025
ee25cfc
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot May 6, 2025
7aa7718
Merge remote-tracking branch 'origin/main' into ci-update-external-dn…
svcAPLBot May 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
version: 0.23.0
repository: https://cloudnative-pg.github.io/charts
- name: external-dns
version: 8.7.8
version: 8.8.0
repository: https://charts.bitnami.com/bitnami
- name: falco
version: 3.8.5
Expand Down
4 changes: 2 additions & 2 deletions charts/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotations:
category: DeveloperTools
images: |
- name: external-dns
image: docker.io/bitnami/external-dns:0.16.1-debian-12-r0
image: docker.io/bitnami/external-dns:0.16.1-debian-12-r5
licenses: Apache-2.0
tanzuCategory: clusterUtility
apiVersion: v2
Expand All @@ -27,4 +27,4 @@ maintainers:
name: external-dns
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/external-dns
version: 8.7.8
version: 8.8.0
1 change: 1 addition & 0 deletions charts/external-dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ helm install my-release \
| `registry` | Registry method to use (options: txt, aws-sd, dynamodb, noop) | `txt` |
| `txtPrefix` | When using the TXT registry, a prefix for ownership records that avoids collision with CNAME entries (optional)<CNAME record> (Mutual exclusive with txt-suffix) | `""` |
| `txtSuffix` | When using the TXT registry, a suffix for ownership records that avoids collision with CNAME entries (optional)<CNAME record>.suffix (Mutual exclusive with txt-prefix) | `""` |
| `txtNewFormatOnly` | When using the TXT registry, use only the new format for ownership records (optional) | `false` |
| `txtOwnerId` | A name that identifies this instance of ExternalDNS. Currently used by registry types: txt & aws-sd (optional) | `""` |
| `forceTxtOwnerId` | (backward compatibility) When using the non-TXT registry, it will pass the value defined by `txtOwnerId` down to the application (optional) | `false` |
| `txtEncrypt.enabled` | Enable TXT record encryption | `false` |
Expand Down
1 change: 1 addition & 0 deletions charts/external-dns/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ rules:
- cis.f5.com
resources:
- virtualservers
- transportservers
verbs:
- get
- watch
Expand Down
5 changes: 5 additions & 0 deletions charts/external-dns/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ spec:
{{- if .Values.txtSuffix }}
- --txt-suffix={{ .Values.txtSuffix }}
{{- end }}
{{- if .Values.txtNewFormatOnly }}
- --txt-new-format-only
{{- end }}
{{- end }}
{{- if .Values.annotationFilter }}
- --annotation-filter={{ .Values.annotationFilter }}
Expand Down Expand Up @@ -635,6 +638,7 @@ spec:
key: infoblox_wapi_password
{{- end }}
{{- end }}
{{- if eq .Values.provider "rfc2136" }}
{{- if .Values.rfc2136.tsigSecret | or (and .Values.rfc2136.kerberosUsername .Values.rfc2136.kerberosPassword) | or .Values.rfc2136.secretName }}
# RFC 2136 environment variables
{{- if .Values.rfc2136.rfc3645Enabled }}
Expand All @@ -656,6 +660,7 @@ spec:
key: rfc2136_tsig_secret
{{- end }}
{{- end }}
{{- end }}
{{- if eq .Values.provider "pdns" }}
# PowerDNS environment variables
- name: PDNS_API_KEY
Expand Down
6 changes: 5 additions & 1 deletion charts/external-dns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ kubeVersion: ""
image:
registry: docker.io
repository: bitnami/external-dns
tag: 0.16.1-debian-12-r0
tag: 0.16.1-debian-12-r5
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -822,6 +822,10 @@ txtPrefix: ""
## @param txtSuffix When using the TXT registry, a suffix for ownership records that avoids collision with CNAME entries (optional)<CNAME record>.suffix (Mutual exclusive with txt-prefix)
##
txtSuffix: ""
## @param txtNewFormatOnly When using the TXT registry, use only the new format for ownership records (optional)
## ref: https://github.com/kubernetes-sigs/external-dns/blob/master/docs/registry/txt.md#record-format-options
##
txtNewFormatOnly: false
## @param txtOwnerId A name that identifies this instance of ExternalDNS. Currently used by registry types: txt & aws-sd (optional)
## But other registry types might be added in the future.
##
Expand Down