Update versions of addons
[icn.git] / deploy / cdi / base / cdi-cr.yaml
1 apiVersion: cdi.kubevirt.io/v1beta1
2 kind: CDI
3 metadata:
4   name: cdi
5 spec:
6   imagePullPolicy: IfNotPresent
7   infra:
8     nodeSelector:
9       kubernetes.io/os: linux
10     tolerations:
11     - key: CriticalAddonsOnly
12       operator: Exists
13   workload:
14     nodeSelector:
15       kubernetes.io/os: linux