From 3739050db3685cc18abbbc1db431619383c0d5e3 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Sun, 18 Aug 2024 18:48:07 +0200 Subject: [PATCH] Add k8s capi 1.31 image (#1000) 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 0be4d514..ddaed466 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.28", "1.29", "1.30"] +SUPPORTED_CLUSTERAPI_K8S_IMAGES = ["1.28", "1.29", "1.30", "1.31"] class ImageClusterapi(Command):