onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

fix(container): update ghcr.io/kashalls/external-dns-unifi-webhook ( v0.2.1 → v0.2.2 ) #7973

Closed bot-ross[bot] closed 2 months ago

bot-ross[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/kashalls/external-dns-unifi-webhook patch v0.2.1 -> v0.2.2

Release Notes

kashalls/external-dns-unifi-webhook (ghcr.io/kashalls/external-dns-unifi-webhook) ### [`v0.2.2`](https://togithub.com/kashalls/external-dns-unifi-webhook/releases/tag/v0.2.2) [Compare Source](https://togithub.com/kashalls/external-dns-unifi-webhook/compare/v0.2.1...v0.2.2) #### What's Changed - Update README.md by [@​bcrochet](https://togithub.com/bcrochet) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/42](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/42) - fix(deps): update module github.com/caarlos0/env/v11 to v11.2.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/43](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/43) - fix(deps): update module golang.org/x/net to v0.28.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/45](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/45) - chore(deps): update dependency go to v1.22.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/44](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/44) #### New Contributors - [@​bcrochet](https://togithub.com/bcrochet) made their first contribution in [https://github.com/kashalls/external-dns-unifi-webhook/pull/42](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/42) **Full Changelog**: https://github.com/kashalls/external-dns-unifi-webhook/compare/v0.2.1...v0.2.2

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.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 2 months ago
--- kubernetes/main/apps/network/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: network/external-dns-unifi

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

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

           valueFrom:
             secretKeyRef:
               key: EXTERNAL_DNS_UNIFI_PASS
               name: external-dns-unifi-secret
         image:
           repository: ghcr.io/kashalls/external-dns-unifi-webhook
-          tag: v0.2.1@sha256:5690d19149103e1f9fa7bed6783e5e9c7935fd347487d0e3cafe02589b2173f2
+          tag: v0.2.2@sha256:7778b1e932e920181007be34bb03306722e85fc8ded34cd87c0f16060b9f07e3
         livenessProbe:
           httpGet:
             path: /healthz
             port: http-wh-metrics
           initialDelaySeconds: 10
           timeoutSeconds: 5
bot-ross[bot] commented 2 months ago
--- HelmRelease: network/external-dns-unifi Deployment: network/external-dns-unifi

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

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

             port: http
           initialDelaySeconds: 5
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
       - name: webhook
-        image: ghcr.io/kashalls/external-dns-unifi-webhook:v0.2.1@sha256:5690d19149103e1f9fa7bed6783e5e9c7935fd347487d0e3cafe02589b2173f2
+        image: ghcr.io/kashalls/external-dns-unifi-webhook:v0.2.2@sha256:7778b1e932e920181007be34bb03306722e85fc8ded34cd87c0f16060b9f07e3
         imagePullPolicy: IfNotPresent
         env:
         - name: UNIFI_HOST
           value: https://192.168.1.1
         - name: UNIFI_USER
           valueFrom: