Skip to content
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

feat(helm): update external-dns ( 1.14.5 → 1.15.0 ) - autoclosed #387

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2024

This PR contains the following updates:

Package Update Change
external-dns minor 1.14.5 -> 1.15.0

Release Notes

kubernetes-sigs/external-dns (external-dns)

v1.15.0

Changed
Fixed

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Los_Angeles, 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 was generated by Mend Renovate. View the repository job log.

Copy link

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

+++ kubernetes/apps/network/external-dns/cloudflare Kustomization: flux-system/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.14.5
+      version: 1.15.0
   driftDetection:
     mode: enabled
   install:
     crds: CreateReplace
     remediation:
       retries: 3
--- kubernetes/apps/network/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: network/external-dns-unifi

+++ kubernetes/apps/network/external-dns/unifi Kustomization: flux-system/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.14.5
+      version: 1.15.0
   driftDetection:
     mode: enabled
   install:
     remediation:
       retries: 3
   interval: 30m

Copy link

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

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

@@ -16,7 +16,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: network/external-dns-unifi Deployment: network/external-dns-unifi

+++ HelmRelease: network/external-dns-unifi Deployment: network/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=info
         - --log-format=text
         - --interval=1m
         - --source=ingress
@@ -97,15 +97,12 @@

             secretKeyRef:
               key: password
               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: network/external-dns-unifi ServiceMonitor: network/external-dns-unifi

+++ HelmRelease: network/external-dns-unifi ServiceMonitor: network/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: network/external-dns-cloudflare Deployment: network/external-dns-cloudflare

+++ HelmRelease: network/external-dns-cloudflare Deployment: network/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_TOKEN
           valueFrom:
             secretKeyRef:
               key: api-token

@renovate renovate bot changed the title feat(helm): update external-dns ( 1.14.5 → 1.15.0 ) feat(helm): update external-dns ( 1.14.5 → 1.15.0 ) - autoclosed Sep 12, 2024
@renovate renovate bot closed this Sep 12, 2024
@renovate renovate bot deleted the renovate/external-dns-1.x branch September 12, 2024 16:25
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