Skip to content

Commit 0066b06

Browse files
authored
Merge pull request #4 from cloudcap10/renovate/ghcr.io-kube-vip-kube-vip-0.x
feat(container): update image ghcr.io/kube-vip/kube-vip to v0.8.0
2 parents 203906b + 4177caa commit 0066b06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/playbooks/templates/custom-kube-vip-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: kube-vip
20-
image: ghcr.io/kube-vip/kube-vip:v0.7.1
20+
image: ghcr.io/kube-vip/kube-vip:v0.8.0
2121
imagePullPolicy: IfNotPresent
2222
args: ["manager"]
2323
env:

kubernetes/apps/kube-system/kube-vip/app/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: kube-vip
20-
image: ghcr.io/kube-vip/kube-vip:v0.7.1
20+
image: ghcr.io/kube-vip/kube-vip:v0.8.0
2121
imagePullPolicy: IfNotPresent
2222
args: ["manager"]
2323
env:

0 commit comments

Comments
 (0)