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: |-