Skip to content

Add CAPI 1.33 image #1297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add CAPI 1.33 image #1297

wants to merge 1 commit into from

Conversation

berendt
Copy link
Member

@berendt berendt commented Apr 23, 2025

No description provided.

Signed-off-by: Christian Berendt <[email protected]>
@berendt
Copy link
Member Author

berendt commented Apr 23, 2025

Depends on osism/k8s-capi-images#278

@@ -12,7 +12,7 @@
from osism.data import TEMPLATE_IMAGE_CLUSTERAPI, TEMPLATE_IMAGE_OCTAVIA
from osism.tasks import openstack, handle_task

SUPPORTED_CLUSTERAPI_K8S_IMAGES = ["1.30", "1.31", "1.32"]
SUPPORTED_CLUSTERAPI_K8S_IMAGES = ["1.30", "1.31", "1.32", "1.33"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The list of supported Kubernetes versions for ClusterAPI is hardcoded (SUPPORTED_CLUSTERAPI_K8S_IMAGES). This approach can limit flexibility and increase maintenance overhead when versions need to be added or removed. Consider externalizing these values to a configuration file or fetching them dynamically from an API to enhance maintainability and adaptability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant