chaijunkin / home-ops

K3s Cluster powered by proxmox
Do What The F*ck You Want To Public License
3 stars 0 forks source link

feat(helm): update chart external-dns ( 1.14.4 → 1.15.0 ) #198

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Update Change
external-dns minor 1.14.4 -> 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`](https://redirect.github.com/kubernetes-sigs/external-dns/compare/external-dns-helm-chart-1.14.5...external-dns-helm-chart-1.15.0) ### [`v1.14.5`](https://redirect.github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.14.5) ##### Added - Added support for `extraContainers` argument. ([#​4432](https://redirect.github.com/kubernetes-sigs/external-dns/pull/4432)) *[@​omerap12](https://redirect.github.com/omerap12)* - Added support for setting `excludeDomains` argument. ([#​4380](https://redirect.github.com/kubernetes-sigs/external-dns/pull/4380)) *[@​bford-evs](https://redirect.github.com/bford-evs)* ##### Changed - Updated *ExternalDNS* OCI image version to [v0.14.2](https://redirect.github.com/kubernetes-sigs/external-dns/releases/tag/v0.14.2). ([#​4541](https://redirect.github.com/kubernetes-sigs/external-dns/pull/4541)) *[@​stevehipwell](https://redirect.github.com/stevehipwell)* - Updated `DNSEndpoint` CRD. ([#​4541](https://redirect.github.com/kubernetes-sigs/external-dns/pull/4541)) *[@​stevehipwell](https://redirect.github.com/stevehipwell)* - Changed the implementation for `revisionHistoryLimit` to be more generic. ([#​4541](https://redirect.github.com/kubernetes-sigs/external-dns/pull/4541)) *[@​stevehipwell](https://redirect.github.com/stevehipwell)* ##### Fixed - Fixed the `ServiceMonitor` job name to correctly use the instance label. ([#​4541](https://redirect.github.com/kubernetes-sigs/external-dns/pull/4541)) *[@​stevehipwell](https://redirect.github.com/stevehipwell)*

Configuration

📅 Schedule: Branch creation - "on saturday" in timezone Asia/Kuala_Lumpur, 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.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 5 months ago
--- HelmRelease: network/external-dns Deployment: network/external-dns

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

@@ -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.1
+        image: registry.k8s.io/external-dns/external-dns:v0.15.0
         imagePullPolicy: IfNotPresent
         env:
         - name: CF_API_TOKEN
           valueFrom:
             secretKeyRef:
               key: api-token
--- HelmRelease: network/external-dns ServiceMonitor: network/external-dns

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

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

   namespace: network
   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:
     - network
   selector:
     matchLabels:
       app.kubernetes.io/name: external-dns
github-actions[bot] commented 5 months ago
--- kubernetes/apps/network/external-dns/app Kustomization: flux-system/external-dns HelmRelease: network/external-dns

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

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

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