Skip to content

feat(helm): update chart external-dns to 1.15.0 #2882

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

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Sep 11, 2024

This PR contains the following updates:

Package Update Change
external-dns minor 1.14.5 -> 1.15.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.

@layla-bot layla-bot bot requested a review from kashalls as a code owner September 11, 2024 17:04
@layla-bot layla-bot bot added the type/minor label Sep 11, 2024
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/storage labels Sep 11, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Sep 11, 2024

--- kubernetes/main/apps/networking/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: networking/external-dns-unifi

+++ kubernetes/main/apps/networking/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: networking/external-dns-unifi

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

     spec:
       chart: external-dns
       sourceRef:
         kind: HelmRepository
         name: external-dns
         namespace: flux-system
-      version: 1.14.5
+      version: 1.15.0
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true
--- kubernetes/main/apps/networking/external-dns/cloudflare Kustomization: flux-system/external-dns-cloudflare HelmRelease: networking/external-dns-cloudflare

+++ kubernetes/main/apps/networking/external-dns/cloudflare Kustomization: flux-system/external-dns-cloudflare HelmRelease: networking/external-dns-cloudflare

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

     spec:
       chart: external-dns
       sourceRef:
         kind: HelmRepository
         name: external-dns
         namespace: flux-system
-      version: 1.14.5
+      version: 1.15.0
   install:
     remediation:
       retries: 3
   interval: 30m
   uninstall:
     keepHistory: false

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Sep 11, 2024

--- HelmRelease: networking/external-dns-unifi Service: networking/external-dns-unifi

+++ HelmRelease: networking/external-dns-unifi Service: networking/external-dns-unifi

@@ -15,7 +15,11 @@

     app.kubernetes.io/instance: external-dns-unifi
   ports:
   - name: http
     port: 7979
     targetPort: http
     protocol: TCP
+  - name: http-webhook
+    port: 8080
+    targetPort: http-webhook
+    protocol: TCP
 
--- HelmRelease: networking/external-dns-unifi Deployment: networking/external-dns-unifi

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

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

             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsGroup: 65532
           runAsNonRoot: true
           runAsUser: 65532
-        image: registry.k8s.io/external-dns/external-dns:v0.14.2
+        image: registry.k8s.io/external-dns/external-dns:v0.15.0
         imagePullPolicy: IfNotPresent
         args:
         - --log-level=debug
         - --log-format=text
         - --interval=1m
         - --source=ingress
@@ -99,15 +99,12 @@

             secretKeyRef:
               key: UNIFI_PASS
               name: external-dns-unifi-secret
         ports:
         - name: http-webhook
           protocol: TCP
-          containerPort: 8888
-        - name: http-wh-metrics
-          protocol: TCP
           containerPort: 8080
         livenessProbe:
           failureThreshold: 2
           httpGet:
             path: /healthz
             port: http-wh-metrics
--- HelmRelease: networking/external-dns-unifi ServiceMonitor: networking/external-dns-unifi

+++ HelmRelease: networking/external-dns-unifi ServiceMonitor: networking/external-dns-unifi

@@ -17,9 +17,9 @@

     matchLabels:
       app.kubernetes.io/name: external-dns
       app.kubernetes.io/instance: external-dns-unifi
   endpoints:
   - port: http
     path: /metrics
-  - port: webhook-metrics
+  - port: http-webhook
     path: /metrics
 
--- HelmRelease: networking/external-dns-cloudflare Deployment: networking/external-dns-cloudflare

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

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

             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsGroup: 65532
           runAsNonRoot: true
           runAsUser: 65532
-        image: registry.k8s.io/external-dns/external-dns:v0.14.2
+        image: registry.k8s.io/external-dns/external-dns:v0.15.0
         imagePullPolicy: IfNotPresent
         env:
         - name: CF_API_EMAIL
           valueFrom:
             secretKeyRef:
               key: email

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Sep 11, 2024

--- kubernetes/storage/apps/networking/external-dns/cloudflare Kustomization: flux-system/external-dns-cloudflare HelmRelease: networking/external-dns-cloudflare

+++ kubernetes/storage/apps/networking/external-dns/cloudflare Kustomization: flux-system/external-dns-cloudflare HelmRelease: networking/external-dns-cloudflare

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

     spec:
       chart: external-dns
       sourceRef:
         kind: HelmRepository
         name: external-dns
         namespace: flux-system
-      version: 1.14.5
+      version: 1.15.0
   install:
     remediation:
       retries: 3
   interval: 30m
   uninstall:
     keepHistory: false
--- kubernetes/storage/apps/networking/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: networking/external-dns-unifi

+++ kubernetes/storage/apps/networking/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: networking/external-dns-unifi

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

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

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Sep 11, 2024

--- HelmRelease: networking/external-dns-unifi Service: networking/external-dns-unifi

+++ HelmRelease: networking/external-dns-unifi Service: networking/external-dns-unifi

@@ -15,7 +15,11 @@

     app.kubernetes.io/instance: external-dns-unifi
   ports:
   - name: http
     port: 7979
     targetPort: http
     protocol: TCP
+  - name: http-webhook
+    port: 8080
+    targetPort: http-webhook
+    protocol: TCP
 
--- HelmRelease: networking/external-dns-unifi Deployment: networking/external-dns-unifi

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

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

             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsGroup: 65532
           runAsNonRoot: true
           runAsUser: 65532
-        image: registry.k8s.io/external-dns/external-dns:v0.14.2
+        image: registry.k8s.io/external-dns/external-dns:v0.15.0
         imagePullPolicy: IfNotPresent
         args:
         - --log-level=debug
         - --log-format=text
         - --interval=1m
         - --source=ingress
@@ -99,15 +99,12 @@

             secretKeyRef:
               key: UNIFI_PASS
               name: external-dns-unifi-secret
         ports:
         - name: http-webhook
           protocol: TCP
-          containerPort: 8888
-        - name: http-wh-metrics
-          protocol: TCP
           containerPort: 8080
         livenessProbe:
           failureThreshold: 2
           httpGet:
             path: /healthz
             port: http-wh-metrics
--- HelmRelease: networking/external-dns-unifi ServiceMonitor: networking/external-dns-unifi

+++ HelmRelease: networking/external-dns-unifi ServiceMonitor: networking/external-dns-unifi

@@ -17,9 +17,9 @@

     matchLabels:
       app.kubernetes.io/name: external-dns
       app.kubernetes.io/instance: external-dns-unifi
   endpoints:
   - port: http
     path: /metrics
-  - port: webhook-metrics
+  - port: http-webhook
     path: /metrics
 
--- HelmRelease: networking/external-dns-cloudflare Deployment: networking/external-dns-cloudflare

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

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

             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsGroup: 65532
           runAsNonRoot: true
           runAsUser: 65532
-        image: registry.k8s.io/external-dns/external-dns:v0.14.2
+        image: registry.k8s.io/external-dns/external-dns:v0.15.0
         imagePullPolicy: IfNotPresent
         env:
         - name: CF_API_EMAIL
           valueFrom:
             secretKeyRef:
               key: email

@kashalls kashalls merged commit 2efdc65 into main Sep 12, 2024
13 of 14 checks passed
@layla-bot layla-bot bot deleted the renovate/external-dns-1.x branch September 12, 2024 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant