[cdi] Update CDI v1.62.0

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil
2025-07-09 18:58:06 +02:00
parent ab5eae3fbc
commit f2fffb03e4

View File

@@ -110,9 +110,9 @@ spec:
description: CDIConfig at CDI level
properties:
dataVolumeTTLSeconds:
description: DataVolumeTTLSeconds is the time in seconds after
DataVolume completion it can be garbage collected. Disabled
by default.
description: |-
DataVolumeTTLSeconds is the time in seconds after DataVolume completion it can be garbage collected. Disabled by default.
Deprecated: Removed in v1.62.
format: int32
type: integer
featureGates:
@@ -2642,9 +2642,9 @@ spec:
description: CDIConfig at CDI level
properties:
dataVolumeTTLSeconds:
description: DataVolumeTTLSeconds is the time in seconds after
DataVolume completion it can be garbage collected. Disabled
by default.
description: |-
DataVolumeTTLSeconds is the time in seconds after DataVolume completion it can be garbage collected. Disabled by default.
Deprecated: Removed in v1.62.
format: int32
type: integer
featureGates:
@@ -5683,6 +5683,8 @@ spec:
strategy: {}
template:
metadata:
annotations:
openshift.io/required-scc: restricted-v2
labels:
cdi.kubevirt.io: cdi-operator
name: cdi-operator
@@ -5706,27 +5708,27 @@ spec:
- name: DEPLOY_CLUSTER_RESOURCES
value: "true"
- name: OPERATOR_VERSION
value: v1.61.0
value: v1.62.0
- name: CONTROLLER_IMAGE
value: quay.io/kubevirt/cdi-controller:v1.61.0
value: quay.io/kubevirt/cdi-controller:v1.62.0
- name: IMPORTER_IMAGE
value: quay.io/kubevirt/cdi-importer:v1.61.0
value: quay.io/kubevirt/cdi-importer:v1.62.0
- name: CLONER_IMAGE
value: quay.io/kubevirt/cdi-cloner:v1.61.0
value: quay.io/kubevirt/cdi-cloner:v1.62.0
- name: OVIRT_POPULATOR_IMAGE
value: quay.io/kubevirt/cdi-importer:v1.61.0
value: quay.io/kubevirt/cdi-importer:v1.62.0
- name: APISERVER_IMAGE
value: quay.io/kubevirt/cdi-apiserver:v1.61.0
value: quay.io/kubevirt/cdi-apiserver:v1.62.0
- name: UPLOAD_SERVER_IMAGE
value: quay.io/kubevirt/cdi-uploadserver:v1.61.0
value: quay.io/kubevirt/cdi-uploadserver:v1.62.0
- name: UPLOAD_PROXY_IMAGE
value: quay.io/kubevirt/cdi-uploadproxy:v1.61.0
value: quay.io/kubevirt/cdi-uploadproxy:v1.62.0
- name: VERBOSITY
value: "1"
- name: PULL_POLICY
value: IfNotPresent
- name: MONITORING_NAMESPACE
image: quay.io/kubevirt/cdi-operator:v1.61.0
image: quay.io/kubevirt/cdi-operator:v1.62.0
imagePullPolicy: IfNotPresent
name: cdi-operator
ports: