Skip to content

Commit

Permalink
Merge pull request #43 from pelotech/version-bump-kubevirt
Browse files Browse the repository at this point in the history
Version bump KubeVirt to 1.2.0 with Pelotech patch
  • Loading branch information
chomatdam authored Mar 11, 2024
2 parents 9a66289 + c9f4dc0 commit 6c2f433
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gitops/components/kubevirt/kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- https://github.com/kubevirt/kubevirt/releases/download/v1.1.1/kubevirt-cr.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.58.0/cdi-cr.yaml
- https://github.com/kubevirt/kubevirt/releases/download/v1.2.0/kubevirt-cr.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.58.1/cdi-cr.yaml
- ../operators-crds

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

patches:
- target:
Expand Down Expand Up @@ -42,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:1.2.0-modified
4 changes: 2 additions & 2 deletions gitops/components/kubevirt/operators-crds/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- https://github.com/kubevirt/kubevirt/releases/download/v1.1.1/kubevirt-operator.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.58.0/cdi-operator.yaml
- https://github.com/kubevirt/kubevirt/releases/download/v1.2.0/kubevirt-operator.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.58.1/cdi-operator.yaml

commonAnnotations:
argocd.argoproj.io/sync-wave: "-10"

0 comments on commit 6c2f433

Please sign in to comment.