From eeee2b15fffb69220c396e83245b95ac8307cf27 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Tue, 26 Nov 2024 15:27:13 +0000 Subject: [PATCH] version: Pin operator version Pin the operator version to v0.11.0 to ensure that people deploying this release get a fixed and compatible version of the kata runtime deployed. Signed-off-by: stevenhorsman --- src/cloud-api-adaptor/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud-api-adaptor/versions.yaml b/src/cloud-api-adaptor/versions.yaml index 6422d1a10..62b9c710a 100644 --- a/src/cloud-api-adaptor/versions.yaml +++ b/src/cloud-api-adaptor/versions.yaml @@ -30,7 +30,7 @@ tools: git: coco-operator: url: https://github.com/confidential-containers/operator - reference: main + reference: v0.11.0 umoci: url: https://github.com/opencontainers/umoci reference: v0.4.7