From 1a3ad991f213690c024bd3c4200b1bb119c0195f Mon Sep 17 00:00:00 2001 From: Sean Morton Date: Fri, 1 Nov 2024 10:56:42 -0500 Subject: [PATCH] upgrade to kubevirt v1.4.0-rc.0 --- .../kubevirt/kustomize/kustomization.yaml | 14 -------------- .../kustomize/operators/kustomization.yaml | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/gitops/components/kubevirt/kustomize/kustomization.yaml b/gitops/components/kubevirt/kustomize/kustomization.yaml index 0a152c5..fddf822 100644 --- a/gitops/components/kubevirt/kustomize/kustomization.yaml +++ b/gitops/components/kubevirt/kustomize/kustomization.yaml @@ -7,11 +7,6 @@ resources: - https://github.com/kubevirt/common-instancetypes//VirtualMachineClusterPreferences?ref=v0.4.0 - ./vm-preferences-v1 -images: - - name: quay.io/kubevirt/virt-operator:v1.3.1 - newName: ghcr.io/pelotech/kubevirt/virt-operator - newTag: v1.3.1x - patches: - target: group: apps @@ -31,12 +26,3 @@ patches: - op: add path: /spec/template/spec/hostNetwork value: true - - target: - group: apps - version: v1 - kind: Deployment - name: virt-operator - patch: |- - - op: replace - path: /spec/template/spec/containers/0/env/0/value - value: ghcr.io/pelotech/kubevirt/virt-operator:v1.3.1x diff --git a/gitops/components/kubevirt/kustomize/operators/kustomization.yaml b/gitops/components/kubevirt/kustomize/operators/kustomization.yaml index b9a25de..050b830 100644 --- a/gitops/components/kubevirt/kustomize/operators/kustomization.yaml +++ b/gitops/components/kubevirt/kustomize/operators/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://github.com/kubevirt/kubevirt/releases/download/v1.3.1/kubevirt-operator.yaml + - https://github.com/kubevirt/kubevirt/releases/download/v1.4.0-rc.0/kubevirt-operator.yaml - https://github.com/kubevirt/containerized-data-importer/releases/download/v1.60.3/cdi-operator.yaml commonAnnotations: