ModestTG / heliod-cluster

Test Cluster
MIT License
0 stars 0 forks source link

fix(container): update image ghcr.io/kube-vip/kube-vip to v0.6.3 #149

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/kube-vip/kube-vip patch v0.6.2 -> v0.6.3

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



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago
--- kubernetes/apps/kube-system/kube-vip/app Kustomization: flux-system/cluster-apps-kube-vip DaemonSet: kube-system/kube-vip

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

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

         - name: vip_renewdeadline
           value: '10'
         - name: vip_retryperiod
           value: '2'
         - name: address
           value: ${KUBE_VIP_ADDR}
-        image: ghcr.io/kube-vip/kube-vip:v0.6.2
+        image: ghcr.io/kube-vip/kube-vip:v0.6.3
         imagePullPolicy: IfNotPresent
         name: kube-vip
         securityContext:
           capabilities:
             add:
             - NET_ADMIN