Skip to content

Commit

Permalink
Remove k8s clusterapi 1.27 images (#944)
Browse files Browse the repository at this point in the history
EOL date: 2024-06-28

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jul 3, 2024
1 parent b114b0f commit 39cb231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osism/commands/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 39cb231

Please sign in to comment.