From 9ebba60c3e760b0de2926f659ec7e1d6cd864a64 Mon Sep 17 00:00:00 2001 From: Christophe Jauffret Date: Tue, 23 Jul 2024 19:41:50 +0200 Subject: [PATCH] update kube-vip to 0.8.2 (#450) --- 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 b9ce571b89..ff429ee80b 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 0d07f21053..35a388572c 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