haraldkoch / kochhaus-home

Experimental homelab configuration for running things on kubernetes
MIT License
114 stars 14 forks source link

fix(container): update ghcr.io/kube-vip/kube-vip ( v0.8.3 → v0.8.4 ) [network] #5601

Closed doug-piranha-bot[bot] closed 1 week ago

doug-piranha-bot[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/kube-vip/kube-vip patch v0.8.3 -> v0.8.4

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 these updates again.



This PR has been generated by Renovate Bot.

doug-piranha-bot[bot] commented 1 week ago
--- kubernetes/network/apps/kube-system/kube-vip/app Kustomization: flux-system/kube-vip DaemonSet: kube-system/kube-vip

+++ kubernetes/network/apps/kube-system/kube-vip/app Kustomization: flux-system/kube-vip DaemonSet: kube-system/kube-vip

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

         - name: vip_renewdeadline
           value: '10'
         - name: vip_retryperiod
           value: '2'
         - name: prometheus_server
           value: :2112
-        image: ghcr.io/kube-vip/kube-vip:v0.8.3
+        image: ghcr.io/kube-vip/kube-vip:v0.8.4
         name: kube-vip
         securityContext:
           capabilities:
             add:
             - NET_ADMIN
             - NET_RAW