From 97181863792a4ad12a8ff20cdbc40489e0f64e3a Mon Sep 17 00:00:00 2001 From: Christophe Jauffret Date: Tue, 23 Jul 2024 14:10:28 +0200 Subject: [PATCH] update kube-vip to 0.8.2 --- templates/base/kcp.yaml | 2 +- templates/cluster-template-clusterclass.yaml | 2 +- templates/cluster-template-csi.yaml | 2 +- templates/cluster-template.yaml | 2 +- templates/clusterclass/kcpt.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/base/kcp.yaml b/templates/base/kcp.yaml index 0790a1ac54..9bb42eadea 100644 --- a/templates/base/kcp.yaml +++ b/templates/base/kcp.yaml @@ -35,7 +35,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.6.4 + image: ghcr.io/kube-vip/kube-vip:v0.8.2 imagePullPolicy: IfNotPresent args: - manager diff --git a/templates/cluster-template-clusterclass.yaml b/templates/cluster-template-clusterclass.yaml index fa23cbe144..25451af3fa 100644 --- a/templates/cluster-template-clusterclass.yaml +++ b/templates/cluster-template-clusterclass.yaml @@ -595,7 +595,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.6.4 + image: ghcr.io/kube-vip/kube-vip:v0.8.2 imagePullPolicy: IfNotPresent args: - manager diff --git a/templates/cluster-template-csi.yaml b/templates/cluster-template-csi.yaml index 427abe4f17..2580eb4639 100644 --- a/templates/cluster-template-csi.yaml +++ b/templates/cluster-template-csi.yaml @@ -2070,7 +2070,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.6.4 + image: ghcr.io/kube-vip/kube-vip:v0.8.2 imagePullPolicy: IfNotPresent args: - manager diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index f520e23149..f0288de3b2 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -438,7 +438,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.6.4 + image: ghcr.io/kube-vip/kube-vip:v0.8.2 imagePullPolicy: IfNotPresent args: - manager diff --git a/templates/clusterclass/kcpt.yaml b/templates/clusterclass/kcpt.yaml index bf676fda78..088c78d378 100644 --- a/templates/clusterclass/kcpt.yaml +++ b/templates/clusterclass/kcpt.yaml @@ -32,7 +32,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.6.4 + image: ghcr.io/kube-vip/kube-vip:v0.8.2 imagePullPolicy: IfNotPresent args: - manager