From daec53827aca650613f06a53e85c25b54d4a3a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Tue, 13 Aug 2024 09:04:23 +0200 Subject: [PATCH] CI: Freeze kata-containers repo to workaround deploy bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the CI is currently blocked due to recent change in kata-containers as described here: https://github.com/confidential-containers/operator/issues/391 let's restore the testing with latest-known-to-work kata-containers to allow the CI to run Signed-off-by: Lukáš Doktor --- config/samples/ccruntime/default/kustomization.yaml | 3 ++- config/samples/ccruntime/s390x/kustomization.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/samples/ccruntime/default/kustomization.yaml b/config/samples/ccruntime/default/kustomization.yaml index c8b7b32b..96a9300b 100644 --- a/config/samples/ccruntime/default/kustomization.yaml +++ b/config/samples/ccruntime/default/kustomization.yaml @@ -11,7 +11,8 @@ images: newTag: latest - name: quay.io/kata-containers/kata-deploy newName: quay.io/kata-containers/kata-deploy-ci - newTag: kata-containers-latest + # FIXME: Remove this once https://github.com/confidential-containers/operator/issues/391 is resolved + newTag: kata-containers-43dca8deb4891678f8a62c112749ac0938b373c6-amd64 patches: - patch: |- diff --git a/config/samples/ccruntime/s390x/kustomization.yaml b/config/samples/ccruntime/s390x/kustomization.yaml index 046a8a54..2768f0ad 100644 --- a/config/samples/ccruntime/s390x/kustomization.yaml +++ b/config/samples/ccruntime/s390x/kustomization.yaml @@ -11,7 +11,8 @@ images: newTag: latest - name: quay.io/kata-containers/kata-deploy newName: quay.io/kata-containers/kata-deploy-ci - newTag: kata-containers-latest + # FIXME: Remove this once https://github.com/confidential-containers/operator/issues/391 is resolved + newTag: kata-containers-43dca8deb4891678f8a62c112749ac0938b373c6-s390x patches: - patch: |-