Skip to content

Commit fd8e94a

Browse files
committed
fix kube-vip image ref
Signed-off-by: Marques Johansson <[email protected]>
1 parent 89d4c57 commit fd8e94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/controller_pool/controller-primary.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ EOF
108108
}
109109

110110
function kube_vip {
111-
alias kube-vip="docker run --network host --rm ghcr.io/kube-vip/kube-vip:0.3.8"
111+
alias kube-vip="docker run --network host --rm ghcr.io/kube-vip/kube-vip:v0.3.8"
112112
kube-vip manifest daemonset \
113113
--interface lo \
114114
--services \

0 commit comments

Comments
 (0)