Skip to content

Commit

Permalink
update kube-vip to v0.6.2 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof authored Aug 28, 2023
1 parent ab02fee commit 7b18cce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/base/cluster-with-kcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
spec:
containers:
- name: kube-vip
image: ghcr.io/kube-vip/kube-vip:v0.6.0
image: ghcr.io/kube-vip/kube-vip:v0.6.2
imagePullPolicy: IfNotPresent
args:
- manager
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template-ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ spec:
spec:
containers:
- name: kube-vip
image: ghcr.io/kube-vip/kube-vip:v0.6.0
image: ghcr.io/kube-vip/kube-vip:v0.6.2
imagePullPolicy: IfNotPresent
args:
- manager
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ spec:
spec:
containers:
- name: kube-vip
image: ghcr.io/kube-vip/kube-vip:v0.6.0
image: ghcr.io/kube-vip/kube-vip:v0.6.2
imagePullPolicy: IfNotPresent
args:
- manager
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ spec:
spec:
containers:
- name: kube-vip
image: ghcr.io/kube-vip/kube-vip:v0.6.0
image: ghcr.io/kube-vip/kube-vip:v0.6.2
imagePullPolicy: IfNotPresent
args:
- manager
Expand Down

0 comments on commit 7b18cce

Please sign in to comment.