From deee11fee398a0d539173795206978238676d564 Mon Sep 17 00:00:00 2001 From: Damien Chomat Date: Fri, 15 Nov 2024 14:05:21 -0600 Subject: [PATCH] chore: bump to v1.4.0x --- gitops/components/kubevirt/kustomize/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitops/components/kubevirt/kustomize/kustomization.yaml b/gitops/components/kubevirt/kustomize/kustomization.yaml index c1720d7..2a6f221 100644 --- a/gitops/components/kubevirt/kustomize/kustomization.yaml +++ b/gitops/components/kubevirt/kustomize/kustomization.yaml @@ -10,7 +10,7 @@ resources: images: - name: quay.io/kubevirt/virt-operator:v1.4.0-rc.0 newName: ghcr.io/pelotech/kubevirt/virt-operator - newTag: v1.4.0-rc.0x + newTag: v1.4.0x patches: - target: @@ -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