Skip to content

Commit 80984fe

Browse files
authored
docs: updating kubevirt example to v1.32.1 (#203)
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent bd48769 commit 80984fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/providers-kubevirt.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
serviceType: LoadBalancer
6969
deployment:
7070
replicas: 2
71-
version: 1.23.10
71+
version: 1.32.1
7272
---
7373
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1
7474
kind: KubevirtMachineTemplate
@@ -101,7 +101,7 @@ spec:
101101
evictionStrategy: External
102102
volumes:
103103
- containerDisk:
104-
image: quay.io/capk/ubuntu-2004-container-disk:v1.23.10
104+
image: quay.io/capk/ubuntu-2404-container-disk:v1.32.1
105105
name: containervolume
106106
---
107107
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
@@ -140,7 +140,7 @@ spec:
140140
kind: KubevirtMachineTemplate
141141
name: capi-quickstart-md-0
142142
namespace: default
143-
version: v1.23.10
143+
version: v1.32.1
144144
```
145145
146146
## Technical considerations

0 commit comments

Comments
 (0)