Skip to content

Commit

Permalink
feat: bump version to support user scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam committed Jan 11, 2024
1 parent 26eff96 commit 90603ee
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gitops/components/kubevirt/kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ kind: Kustomization

resources:
- https://github.com/kubevirt/kubevirt/releases/download/v1.1.1/kubevirt-cr.yaml
- https://github.com/kubevirt/common-instancetypes/VirtualMachineClusterInstancetypes
- https://github.com/kubevirt/common-instancetypes/VirtualMachineClusterPreferences
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.58.0/cdi-cr.yaml
- ../operators-crds

images:
- name: quay.io/kubevirt/virt-operator:v1.1.1
newName: ghcr.io/chomatdam/kubevirt/virt-operator
newTag: 1.1-modified
newTag: latest

patches:
- target:
Expand All @@ -26,7 +24,7 @@ patches:
value: false
- op: add
path: /spec/configuration/developerConfiguration/featureGates
value: ["NUMA", "CPUManager", "Sidecar"]
value: ["NUMA", "CPUManager", "Sidecar", "CommonInstancetypesDeploymentGate"]
- op: add
path: /spec/workloads
value:
Expand All @@ -44,4 +42,4 @@ patches:
patch: |-
- op: replace
path: /spec/template/spec/containers/0/env/0/value
value: ghcr.io/chomatdam/kubevirt/virt-operator:1.1-modified
value: ghcr.io/chomatdam/kubevirt/virt-operator:latest

0 comments on commit 90603ee

Please sign in to comment.