Skip to content

Commit

Permalink
fix uploading vm images using virtctl
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
  • Loading branch information
kvaps committed Oct 16, 2024
1 parent 16d3979 commit 17e9213
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/aenix-io/cozystack/cdi/cdi-uploadserver:v1.60.2-fix@sha256:2c0cfae427861521a204d020e2981fdb23c8b32b66261c03b2a2cdcd7089ac64
- name: UPLOAD_PROXY_IMAGE
value: quay.io/kubevirt/cdi-uploadproxy:v1.60.2
- name: VERBOSITY
Expand Down Expand Up @@ -5753,4 +5753,4 @@ spec:
tolerations:
- key: CriticalAddonsOnly
operator: Exists
---
---

0 comments on commit 17e9213

Please sign in to comment.