Skip to content

Commit

Permalink
upgrade to kubevirt v1.4.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorton committed Nov 1, 2024
1 parent 415cb1e commit 1a3ad99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions gitops/components/kubevirt/kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1a3ad99

Please sign in to comment.