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 chart external-dns ( 1.14.5 β†’ 1.15.0 ) #986

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

kireque-bot[bot]
Copy link
Contributor

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

This PR contains the following updates:

Package Update Change
external-dns minor 1.14.5 -> 1.15.0

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.

| datasource | package      | from   | to     |
| ---------- | ------------ | ------ | ------ |
| helm       | external-dns | 1.14.5 | 1.15.0 |
@kireque-bot kireque-bot bot added renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Sep 11, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Sep 11, 2024

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

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

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

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

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

@@ -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
@@ -98,29 +98,26 @@

             secretKeyRef:
               key: external_dns_password
               name: external-dns-internal-secrets
         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
+            port: http-webhook
           initialDelaySeconds: 10
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
         readinessProbe:
           failureThreshold: 6
           httpGet:
             path: /readyz
-            port: http-wh-metrics
+            port: http-webhook
           initialDelaySeconds: 10
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
 
--- HelmRelease: network/external-dns-internal ServiceMonitor: network/external-dns-internal

+++ HelmRelease: network/external-dns-internal ServiceMonitor: network/external-dns-internal

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

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

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

@@ -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: cloudflare_api_token

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Sep 11, 2024

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

+++ kubernetes/main/apps/network/external-dns/external Kustomization: flux-system/externaldns-external HelmRelease: network/external-dns-external

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

       chart: external-dns
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: kubernetes-sigs-external-dns
         namespace: flux-system
-      version: 1.14.5
+      version: 1.15.0
   install:
     crds: CreateReplace
   interval: 30m
   postRenderers:
   - kustomize:
       patches:
--- kubernetes/main/apps/network/external-dns/internal Kustomization: flux-system/externaldns-internal HelmRelease: network/external-dns-internal

+++ kubernetes/main/apps/network/external-dns/internal Kustomization: flux-system/externaldns-internal HelmRelease: network/external-dns-internal

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

       chart: external-dns
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: kubernetes-sigs-external-dns
         namespace: flux-system
-      version: 1.14.5
+      version: 1.15.0
   interval: 30m
   postRenderers:
   - kustomize:
       patches:
       - patch: |
           - op: add
@@ -55,19 +55,19 @@

         image:
           repository: ghcr.io/kashalls/external-dns-unifi-webhook
           tag: v0.2.3
         livenessProbe:
           httpGet:
             path: /healthz
-            port: http-wh-metrics
+            port: http-webhook
           initialDelaySeconds: 10
           timeoutSeconds: 5
         readinessProbe:
           httpGet:
             path: /readyz
-            port: http-wh-metrics
+            port: http-webhook
           initialDelaySeconds: 10
           timeoutSeconds: 5
     resources:
       limits:
         memory: 90M
       requests:

@kireque kireque merged commit 86e26bd into main Sep 12, 2024
15 checks passed
@kireque kireque deleted the renovate/main-external-dns-1.x branch September 12, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant