From f2fffb03e47f0b5ad89e8770a45926b17801fe48 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 9 Jul 2025 18:58:06 +0200 Subject: [PATCH] [cdi] Update CDI v1.62.0 Signed-off-by: Andrei Kvapil --- .../templates/cdi-operator.yaml | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/packages/system/kubevirt-cdi-operator/templates/cdi-operator.yaml b/packages/system/kubevirt-cdi-operator/templates/cdi-operator.yaml index a482a13d..f7b69eb0 100644 --- a/packages/system/kubevirt-cdi-operator/templates/cdi-operator.yaml +++ b/packages/system/kubevirt-cdi-operator/templates/cdi-operator.yaml @@ -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: