Skip to content

Commit

Permalink
update kube-vip to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof committed Jun 24, 2024
1 parent a3cd368 commit 7b5024e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion templates/base/kcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
imagePullPolicy: IfNotPresent
args:
- manager
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template-clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
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 @@ -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.1
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 @@ -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.1
imagePullPolicy: IfNotPresent
args:
- manager
Expand Down
2 changes: 1 addition & 1 deletion templates/clusterclass/kcpt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
imagePullPolicy: IfNotPresent
args:
- manager
Expand Down
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.4
image: ghcr.io/kube-vip/kube-vip:v0.8.1
imagePullPolicy: IfNotPresent
args:
- manager
Expand Down
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.4
image: ghcr.io/kube-vip/kube-vip:v0.8.1
imagePullPolicy: IfNotPresent
args:
- manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,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.8.1
imagePullPolicy: IfNotPresent
args:
- manager
Expand Down

0 comments on commit 7b5024e

Please sign in to comment.