From c2abe922d3e828b25c00858000563742068ebac7 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Mon, 14 Oct 2024 18:48:40 +0200 Subject: [PATCH] fix uploading vm images using virtctl Signed-off-by: Andrei Kvapil --- .../system/kubevirt-cdi-operator/templates/cdi-operator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/system/kubevirt-cdi-operator/templates/cdi-operator.yaml b/packages/system/kubevirt-cdi-operator/templates/cdi-operator.yaml index 2698b895a..1d907ffad 100644 --- a/packages/system/kubevirt-cdi-operator/templates/cdi-operator.yaml +++ b/packages/system/kubevirt-cdi-operator/templates/cdi-operator.yaml @@ -5718,7 +5718,7 @@ spec: - name: APISERVER_IMAGE value: quay.io/kubevirt/cdi-apiserver:v1.60.2 - name: UPLOAD_SERVER_IMAGE - value: quay.io/kubevirt/cdi-uploadserver:v1.60.2 + value: ghcr.io/kvaps/cdi/cdi-uploadserver:latest@sha256:dd1a0fe1b88722a7024fa27242b1edd6235462bc9f0730b698af9dd0c71db96d - name: UPLOAD_PROXY_IMAGE value: quay.io/kubevirt/cdi-uploadproxy:v1.60.2 - name: VERBOSITY @@ -5753,4 +5753,4 @@ spec: tolerations: - key: CriticalAddonsOnly operator: Exists ---- \ No newline at end of file +---