Skip to content

Commit

Permalink
chore: bump to v1.4.0x
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam committed Nov 15, 2024
1 parent 2f7e77b commit 8e891ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gitops/components/kubevirt/kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ resources:
- ./vm-preferences-v1

images:
- name: quay.io/kubevirt/virt-operator:v1.4.0-rc.0
- name: quay.io/kubevirt/virt-operator:v1.4.0
newName: ghcr.io/pelotech/kubevirt/virt-operator
newTag: v1.4.0-rc.0x
newTag: v1.4.0x

patches:
- target:
Expand Down Expand Up @@ -39,4 +39,4 @@ patches:
patch: |-
- op: replace
path: /spec/template/spec/containers/0/env/0/value
value: ghcr.io/pelotech/kubevirt/virt-operator:v1.4.0-rc.0x
value: ghcr.io/pelotech/kubevirt/virt-operator:v1.4.0x
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.4.0-rc.0/kubevirt-operator.yaml
- https://github.com/kubevirt/kubevirt/releases/download/v1.4.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 8e891ed

Please sign in to comment.