canonical / bundle-kubeflow

Charmed Kubeflow
Apache License 2.0
104 stars 50 forks source link

Fix bundle versions being given to the scheduled workflows for testing on AKS and EKS. #1122

Closed mvlassis closed 1 month ago

mvlassis commented 1 month ago

Closes #1119.

This PR updates the "Deploy to AKS" and "Deploy to EKS" actions to properly receive the bundle versions when running on schedule.

We have implemented this idea from @DnPlas. Note that I have made a slight modification: I assume that we don't want to test unsupported versions (1.7 at the moment of writing), so I am including a TARGET_VERSIONS variable that includes the versions we do want to test