From fcc440c3bce5a82d9466c53c85bad46e6a228ee2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:43:47 +0000 Subject: [PATCH] chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.7.2 --- cluster/apps/kube-system/kube-vip/daemon-set.yaml | 2 +- .../ansible/playbooks/templates/kube-vip-daemonset.yaml.j2 | 2 +- tmpl/cluster/kube-vip-daemonset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/kube-system/kube-vip/daemon-set.yaml b/cluster/apps/kube-system/kube-vip/daemon-set.yaml index be8d433..2fd14a6 100644 --- a/cluster/apps/kube-system/kube-vip/daemon-set.yaml +++ b/cluster/apps/kube-system/kube-vip/daemon-set.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.5.0 + image: ghcr.io/kube-vip/kube-vip:v0.7.2 imagePullPolicy: IfNotPresent args: - manager diff --git a/provision/ansible/playbooks/templates/kube-vip-daemonset.yaml.j2 b/provision/ansible/playbooks/templates/kube-vip-daemonset.yaml.j2 index d36a034..d5e792e 100644 --- a/provision/ansible/playbooks/templates/kube-vip-daemonset.yaml.j2 +++ b/provision/ansible/playbooks/templates/kube-vip-daemonset.yaml.j2 @@ -20,7 +20,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.5.0 + image: ghcr.io/kube-vip/kube-vip:v0.7.2 imagePullPolicy: IfNotPresent args: - manager diff --git a/tmpl/cluster/kube-vip-daemonset.yaml b/tmpl/cluster/kube-vip-daemonset.yaml index 48b0be2..afe7f63 100644 --- a/tmpl/cluster/kube-vip-daemonset.yaml +++ b/tmpl/cluster/kube-vip-daemonset.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.5.0 + image: ghcr.io/kube-vip/kube-vip:v0.7.2 imagePullPolicy: IfNotPresent args: - manager