From 03bf7062c588d69d75a7b60b67c268628ccd3677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 16 Aug 2024 07:31:54 +0200 Subject: [PATCH] Revert "CI: Freeze kata-containers repo to workaround deploy bug" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit daec53827aca650613f06a53e85c25b54d4a3a92, as the issue with kata-deploy has been fixed. Signed-off-by: Fabiano FidĂȘncio --- config/samples/ccruntime/default/kustomization.yaml | 3 +-- config/samples/ccruntime/s390x/kustomization.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config/samples/ccruntime/default/kustomization.yaml b/config/samples/ccruntime/default/kustomization.yaml index 96a9300b..c8b7b32b 100644 --- a/config/samples/ccruntime/default/kustomization.yaml +++ b/config/samples/ccruntime/default/kustomization.yaml @@ -11,8 +11,7 @@ images: newTag: latest - name: quay.io/kata-containers/kata-deploy newName: quay.io/kata-containers/kata-deploy-ci - # FIXME: Remove this once https://github.com/confidential-containers/operator/issues/391 is resolved - newTag: kata-containers-43dca8deb4891678f8a62c112749ac0938b373c6-amd64 + newTag: kata-containers-latest patches: - patch: |- diff --git a/config/samples/ccruntime/s390x/kustomization.yaml b/config/samples/ccruntime/s390x/kustomization.yaml index 2768f0ad..046a8a54 100644 --- a/config/samples/ccruntime/s390x/kustomization.yaml +++ b/config/samples/ccruntime/s390x/kustomization.yaml @@ -11,8 +11,7 @@ images: newTag: latest - name: quay.io/kata-containers/kata-deploy newName: quay.io/kata-containers/kata-deploy-ci - # FIXME: Remove this once https://github.com/confidential-containers/operator/issues/391 is resolved - newTag: kata-containers-43dca8deb4891678f8a62c112749ac0938b373c6-s390x + newTag: kata-containers-latest patches: - patch: |-