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