From dd0c1944f01bc9f7e511d45b22f64cd13b474f00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 18:50:32 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20ghcr.io/kub?= =?UTF-8?q?e-vip/kube-vip=20(=20v0.7.1=20=E2=86=92=20v0.8.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/storage/playbooks/templates/custom-kube-vip-ds.yaml | 2 +- kubernetes/storage/apps/kube-system/kube-vip/app/daemonset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/storage/playbooks/templates/custom-kube-vip-ds.yaml b/ansible/storage/playbooks/templates/custom-kube-vip-ds.yaml index 829f4462..1b16827c 100644 --- a/ansible/storage/playbooks/templates/custom-kube-vip-ds.yaml +++ b/ansible/storage/playbooks/templates/custom-kube-vip-ds.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.7.1 + image: ghcr.io/kube-vip/kube-vip:v0.8.0 imagePullPolicy: IfNotPresent args: ["manager"] env: diff --git a/kubernetes/storage/apps/kube-system/kube-vip/app/daemonset.yaml b/kubernetes/storage/apps/kube-system/kube-vip/app/daemonset.yaml index 829f4462..1b16827c 100644 --- a/kubernetes/storage/apps/kube-system/kube-vip/app/daemonset.yaml +++ b/kubernetes/storage/apps/kube-system/kube-vip/app/daemonset.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.7.1 + image: ghcr.io/kube-vip/kube-vip:v0.8.0 imagePullPolicy: IfNotPresent args: ["manager"] env: