We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01c58e commit 0f20894Copy full SHA for 0f20894
test/e2e/data/cluster-templates/vsphere-kubeadm-topology.yaml
@@ -68,7 +68,7 @@ spec:
68
value: ${CONTROL_PLANE_ENDPOINT_IP}
69
- name: prometheus_server
70
value: :2112
71
- image: ghcr.io/kube-vip/kube-vip:v0.6.4
+ image: ghcr.io/kube-vip/kube-vip:v0.8.10
72
imagePullPolicy: IfNotPresent
73
name: kube-vip
74
resources: {}
test/e2e/data/cluster-templates/vsphere-rke2-topology.yaml
@@ -111,7 +111,7 @@ spec:
111
value: "10"
112
- name: vip_retryperiod
113
value: "2"
114
- image: ghcr.io/kube-vip/kube-vip:v0.5.5
115
116
117
@@ -1303,4 +1303,4 @@ data:
1303
kind: ConfigMap
1304
metadata:
1305
name: cpi-manifests
1306
- namespace: '${NAMESPACE}'
+ namespace: '${NAMESPACE}'
0 commit comments