From 39cb231857a38818a0990e8d173c22a3be4f0f9e Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 3 Jul 2024 19:56:43 +0200 Subject: [PATCH] Remove k8s clusterapi 1.27 images (#944) EOL date: 2024-06-28 Signed-off-by: Christian Berendt --- osism/commands/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osism/commands/manage.py b/osism/commands/manage.py index c9427c19..44c4a37f 100644 --- a/osism/commands/manage.py +++ b/osism/commands/manage.py @@ -13,7 +13,7 @@ from osism.data import TEMPLATE_IMAGE_CLUSTERAPI, TEMPLATE_IMAGE_OCTAVIA -SUPPORTED_CLUSTERAPI_K8S_IMAGES = ["1.27", "1.28", "1.29", "1.30"] +SUPPORTED_CLUSTERAPI_K8S_IMAGES = ["1.28", "1.29", "1.30"] class ImageClusterapi(Command):