Skip to content

feat(helm): update chart external-dns ( 1.15.2 → 1.16.1 ) #1062

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

botty-hill[bot]
Copy link
Contributor

@botty-hill botty-hill bot commented Mar 22, 2025

This PR contains the following updates:

Package Update Change
external-dns minor 1.15.2 -> 1.16.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@botty-hill
Copy link
Contributor Author

botty-hill bot commented Mar 22, 2025

--- kubernetes/core/network/external-dns/cloudflare Kustomization: network/core-external-dns-cloudflare HelmRelease: network/external-dns-cloudflare

+++ kubernetes/core/network/external-dns/cloudflare Kustomization: network/core-external-dns-cloudflare HelmRelease: network/external-dns-cloudflare

@@ -14,13 +14,13 @@

     spec:
       chart: external-dns
       sourceRef:
         kind: HelmRepository
         name: external-dns
         namespace: flux-system
-      version: 1.15.2
+      version: 1.16.1
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 3
   releaseName: external-dns-cloudflare
--- kubernetes/core/network/external-dns/pihole Kustomization: network/core-external-dns-pihole HelmRelease: network/external-dns-pihole

+++ kubernetes/core/network/external-dns/pihole Kustomization: network/core-external-dns-pihole HelmRelease: network/external-dns-pihole

@@ -14,13 +14,13 @@

     spec:
       chart: external-dns
       sourceRef:
         kind: HelmRepository
         name: external-dns
         namespace: flux-system
-      version: 1.15.2
+      version: 1.16.1
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 3
   releaseName: external-dns-pihole

| datasource | package      | from   | to     |
| ---------- | ------------ | ------ | ------ |
| helm       | external-dns | 1.15.2 | 1.16.1 |
@botty-hill botty-hill bot force-pushed the renovate/cluster-external-dns-1.x branch from fcf2252 to 146b292 Compare April 11, 2025 10:03
@botty-hill botty-hill bot changed the title feat(helm): update chart external-dns ( 1.15.2 → 1.16.0 ) feat(helm): update chart external-dns ( 1.15.2 → 1.16.1 ) Apr 11, 2025
@botty-hill
Copy link
Contributor Author

botty-hill bot commented Apr 11, 2025

--- HelmRelease: network/external-dns-pihole ServiceAccount: network/external-dns-pihole

+++ HelmRelease: network/external-dns-pihole ServiceAccount: network/external-dns-pihole

@@ -5,8 +5,8 @@

   name: external-dns-pihole
   namespace: network
   labels:
     app.kubernetes.io/name: external-dns
     app.kubernetes.io/instance: external-dns-pihole
     app.kubernetes.io/managed-by: Helm
-automountServiceAccountToken: null
+automountServiceAccountToken: true
 
--- HelmRelease: network/external-dns-pihole Deployment: network/external-dns-pihole

+++ HelmRelease: network/external-dns-pihole Deployment: network/external-dns-pihole

@@ -23,12 +23,13 @@

         app.kubernetes.io/instance: external-dns-pihole
         egress.home.arpa/apiserver: allow
         monitoring.home.arpa/prometheus: allow
       annotations:
         reloader.stakater.com/auto: null
     spec:
+      automountServiceAccountToken: true
       serviceAccountName: external-dns-pihole
       securityContext:
         fsGroup: 65534
         runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault
@@ -41,13 +42,13 @@

             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsGroup: 65532
           runAsNonRoot: true
           runAsUser: 65532
-        image: registry.k8s.io/external-dns/external-dns:v0.15.1
+        image: registry.k8s.io/external-dns/external-dns:v0.16.1
         imagePullPolicy: IfNotPresent
         env:
         - name: EXTERNAL_DNS_PIHOLE_SERVER
           value: http://lilnas:3001
         - name: EXTERNAL_DNS_PIHOLE_PASSWORD
           valueFrom:
--- HelmRelease: network/external-dns-cloudflare ServiceAccount: network/external-dns-cloudflare

+++ HelmRelease: network/external-dns-cloudflare ServiceAccount: network/external-dns-cloudflare

@@ -5,8 +5,8 @@

   name: external-dns-cloudflare
   namespace: network
   labels:
     app.kubernetes.io/name: external-dns
     app.kubernetes.io/instance: external-dns-cloudflare
     app.kubernetes.io/managed-by: Helm
-automountServiceAccountToken: null
+automountServiceAccountToken: true
 
--- HelmRelease: network/external-dns-cloudflare Deployment: network/external-dns-cloudflare

+++ HelmRelease: network/external-dns-cloudflare Deployment: network/external-dns-cloudflare

@@ -24,12 +24,13 @@

         egress.home.arpa/apiserver: allow
         egress.home.arpa/kubedns: allow
         monitoring.home.arpa/prometheus: allow
       annotations:
         reloader.stakater.com/auto: null
     spec:
+      automountServiceAccountToken: true
       serviceAccountName: external-dns-cloudflare
       securityContext:
         fsGroup: 65534
         runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault
@@ -42,13 +43,13 @@

             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsGroup: 65532
           runAsNonRoot: true
           runAsUser: 65532
-        image: registry.k8s.io/external-dns/external-dns:v0.15.1
+        image: registry.k8s.io/external-dns/external-dns:v0.16.1
         imagePullPolicy: IfNotPresent
         env:
         - name: CF_API_TOKEN
           valueFrom:
             secretKeyRef:
               key: api_token

@botty-hill
Copy link
Contributor Author

botty-hill bot commented Apr 11, 2025

✅ Linting PASSED!

pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants