File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ spec:
173173 - name: address
174174 value: '{{ .Address }}'
175175 - name: prometheus_server
176- image: ghcr.io/kube-vip/kube-vip:v0.8.9
176+ image: ghcr.io/kube-vip/kube-vip:v0.8.10
177177 imagePullPolicy: IfNotPresent
178178 name: kube-vip
179179 resources: {}
@@ -182,6 +182,8 @@ spec:
182182 add:
183183 - NET_ADMIN
184184 - NET_RAW
185+ drop:
186+ - ALL
185187 volumeMounts:
186188 - mountPath: /etc/kubernetes/admin.conf
187189 name: kubeconfig
Original file line number Diff line number Diff line change 3737 - name : address
3838 value : ' {{ .Address }}'
3939 - name : prometheus_server
40- image : ghcr.io/kube-vip/kube-vip:v0.8.9
40+ image : ghcr.io/kube-vip/kube-vip:v0.8.10
4141 imagePullPolicy : IfNotPresent
4242 name : kube-vip
4343 resources : {}
4646 add :
4747 - NET_ADMIN
4848 - NET_RAW
49+ drop :
50+ - ALL
4951 volumeMounts :
5052 - mountPath : /etc/kubernetes/admin.conf
5153 name : kubeconfig
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export AWS_CCM_VERSION_132 := v1.32.1
1919
2020export NUTANIX_CCM_CHART_VERSION := 0.5.0
2121
22- export KUBE_VIP_VERSION := v0.8.9
22+ export KUBE_VIP_VERSION := v0.8.10
2323
2424export METALLB_CHART_VERSION := 0.14.9
2525
You can’t perform that action at this time.
0 commit comments