Skip to content

feat(helm): update chart external-dns ( 1.15.2 → 1.20.0 )#288

Open
flkr-23[bot] wants to merge 1 commit intomainfrom
renovate/external-dns-1.x
Open

feat(helm): update chart external-dns ( 1.15.2 → 1.20.0 )#288
flkr-23[bot] wants to merge 1 commit intomainfrom
renovate/external-dns-1.x

Conversation

@flkr-23
Copy link
Contributor

@flkr-23 flkr-23 bot commented Mar 21, 2025

This PR contains the following updates:

Package Update Change
external-dns minor 1.15.21.20.0

Warning

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@flkr-23
Copy link
Contributor Author

flkr-23 bot commented Mar 21, 2025

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

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

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

     spec:
       chart: external-dns
       sourceRef:
         kind: HelmRepository
         name: external-dns
         namespace: flux-system
-      version: 1.15.2
+      version: 1.20.0
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 30m
   upgrade:
--- kubernetes/apps/network/internal/external-dns Kustomization: network/external-dns-unifi HelmRelease: network/external-dns-unifi

+++ kubernetes/apps/network/internal/external-dns Kustomization: network/external-dns-unifi HelmRelease: network/external-dns-unifi

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

     spec:
       chart: external-dns
       sourceRef:
         kind: HelmRepository
         name: external-dns
         namespace: flux-system
-      version: 1.15.2
+      version: 1.20.0
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

@flkr-23 flkr-23 bot force-pushed the renovate/external-dns-1.x branch from 7f1e543 to 2a07ee2 Compare March 23, 2025 16:02
@flkr-23 flkr-23 bot force-pushed the renovate/external-dns-1.x branch from 2a07ee2 to a255c79 Compare April 11, 2025 10:02
@flkr-23 flkr-23 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
@flkr-23
Copy link
Contributor Author

flkr-23 bot commented Apr 11, 2025

--- 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

@@ -21,12 +21,13 @@

       labels:
         app.kubernetes.io/name: external-dns
         app.kubernetes.io/instance: external-dns-cloudflare
       annotations:
         secret.reloader.stakater.com/reload: external-dns-cloudflare-secret
     spec:
+      automountServiceAccountToken: true
       serviceAccountName: external-dns-cloudflare
       securityContext:
         fsGroup: 65534
         runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault
@@ -39,13 +40,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.20.0
         imagePullPolicy: IfNotPresent
         env:
         - name: CF_API_TOKEN
           valueFrom:
             secretKeyRef:
               key: CF_API_TOKEN
--- HelmRelease: network/external-dns-unifi ServiceAccount: network/external-dns-unifi

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

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

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

+++ HelmRelease: network/external-dns-unifi ClusterRole: network/external-dns-unifi

@@ -24,13 +24,20 @@

   - watch
   - list
 - apiGroups:
   - ''
   resources:
   - services
-  - endpoints
+  verbs:
+  - get
+  - watch
+  - list
+- apiGroups:
+  - discovery.k8s.io
+  resources:
+  - endpointslices
   verbs:
   - get
   - watch
   - list
 - apiGroups:
   - extensions
--- HelmRelease: network/external-dns-unifi Deployment: network/external-dns-unifi

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

@@ -21,12 +21,13 @@

       labels:
         app.kubernetes.io/name: external-dns
         app.kubernetes.io/instance: external-dns-unifi
       annotations:
         secret.reloader.stakater.com/reload: external-dns-unifi-secret
     spec:
+      automountServiceAccountToken: true
       serviceAccountName: external-dns-unifi
       securityContext:
         fsGroup: 65534
         runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault
@@ -39,13 +40,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.20.0
         imagePullPolicy: IfNotPresent
         args:
         - --log-level=info
         - --log-format=text
         - --interval=1m
         - --events

@flkr-23 flkr-23 bot force-pushed the renovate/external-dns-1.x branch from a255c79 to 85e4381 Compare June 17, 2025 20:03
@flkr-23 flkr-23 bot changed the title feat(helm): update chart external-dns ( 1.15.2 → 1.16.1 ) feat(helm): update chart external-dns ( 1.15.2 → 1.17.0 ) Jun 17, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/external-dns-1.x branch from 85e4381 to 4431007 Compare July 15, 2025 09:08
@flkr-23 flkr-23 bot changed the title feat(helm): update chart external-dns ( 1.15.2 → 1.17.0 ) feat(helm): update chart external-dns ( 1.15.2 → 1.18.0 ) Jul 15, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/external-dns-1.x branch from 4431007 to 13cbdc5 Compare September 8, 2025 13:13
@flkr-23 flkr-23 bot changed the title feat(helm): update chart external-dns ( 1.15.2 → 1.18.0 ) feat(helm): update chart external-dns ( 1.15.2 → 1.19.0 ) Sep 8, 2025
@flkr-23 flkr-23 bot changed the title feat(helm): update chart external-dns ( 1.15.2 → 1.19.0 ) feat(helm): update chart external-dns ( 1.15.2 → 1.19.0 ) - autoclosed Nov 8, 2025
@flkr-23 flkr-23 bot closed this Nov 8, 2025
@flkr-23 flkr-23 bot deleted the renovate/external-dns-1.x branch November 8, 2025 17:04
@flkr-23 flkr-23 bot changed the title feat(helm): update chart external-dns ( 1.15.2 → 1.19.0 ) - autoclosed feat(helm): update chart external-dns ( 1.15.2 → 1.19.0 ) Nov 8, 2025
@flkr-23 flkr-23 bot reopened this Nov 8, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/external-dns-1.x branch 2 times, most recently from 13cbdc5 to 7e74244 Compare November 8, 2025 21:03
@flkr-23 flkr-23 bot force-pushed the renovate/external-dns-1.x branch from 7e74244 to 3f35022 Compare January 2, 2026 16:04
@flkr-23 flkr-23 bot changed the title feat(helm): update chart external-dns ( 1.15.2 → 1.19.0 ) feat(helm): update chart external-dns ( 1.15.2 → 1.20.0 ) Jan 2, 2026
@flkr-23 flkr-23 bot force-pushed the renovate/external-dns-1.x branch from 3f35022 to e179f4f Compare January 22, 2026 14:12
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