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 to 1.15.0 #100

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2024

This PR contains the following updates:

Package Update Change
external-dns minor 1.13.1 -> 1.15.0

Warning

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


Release Notes

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

v1.15.0

v1.14.5

Added
Changed
Fixed

v1.14.3

Fixed

v1.14.2

Fixed
  • Restore template support in .Values.provider and .Values.provider.name

v1.14.1

Fixed
  • Fixed webhook install failure: "http-webhook-metrics": must be no more than 15 characters. (#​4173) @​gabe565

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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

github-actions bot commented Jan 13, 2024

--- kubernetes/apps/networking/external-dns/app Kustomization: flux-system/cluster-apps-external-dns HelmRelease: networking/external-dns

+++ kubernetes/apps/networking/external-dns/app Kustomization: flux-system/cluster-apps-external-dns HelmRelease: networking/external-dns

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

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

Copy link

github-actions bot commented Jan 13, 2024

--- kubernetes HelmRelease: networking/external-dns ServiceAccount: networking/external-dns

+++ kubernetes HelmRelease: networking/external-dns ServiceAccount: networking/external-dns

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

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

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

@@ -24,25 +24,28 @@

       annotations:
         secret.reloader.stakater.com/reload: external-dns-secret
     spec:
       serviceAccountName: external-dns
       securityContext:
         fsGroup: 65534
+        runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault
       containers:
       - name: external-dns
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
+          privileged: false
           readOnlyRootFilesystem: true
+          runAsGroup: 65532
           runAsNonRoot: true
-          runAsUser: 65534
-        image: registry.k8s.io/external-dns/external-dns:v0.13.6
+          runAsUser: 65532
+        image: registry.k8s.io/external-dns/external-dns:v0.15.0
         imagePullPolicy: IfNotPresent
         env:
         - name: CF_API_TOKEN
           valueFrom:
             secretKeyRef:
               key: api-token
--- kubernetes HelmRelease: networking/external-dns ServiceMonitor: networking/external-dns

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

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

   namespace: networking
   labels:
     app.kubernetes.io/name: external-dns
     app.kubernetes.io/instance: external-dns
     app.kubernetes.io/managed-by: Helm
 spec:
-  jobLabel: external-dns
+  jobLabel: app.kubernetes.io/instance
   namespaceSelector:
     matchNames:
     - networking
   selector:
     matchLabels:
       app.kubernetes.io/name: external-dns

@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from e8a9b32 to b0adf85 Compare January 22, 2024 11:56
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.14.1 feat(helm): update chart external-dns to 1.14.2 Jan 22, 2024
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from b0adf85 to d51eca9 Compare January 26, 2024 18:04
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.14.2 feat(helm): update chart external-dns to 1.14.3 Jan 26, 2024
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.14.3 feat(helm): update chart external-dns to 1.14.4 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from d51eca9 to 87b303a Compare April 5, 2024 17:30
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.14.4 feat(helm): update chart external-dns to 1.14.5 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from 87b303a to bfa8fb2 Compare June 10, 2024 16:48
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from bfa8fb2 to 7238f1c Compare September 11, 2024 17:06
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.14.5 feat(helm): update chart external-dns to 1.15.0 Sep 11, 2024
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