-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: get images on main #124
Conversation
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. - Removed outdated get-images-1.7-stable.sh script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although this works on track/3.3
, it breaks on main
following the changes introduced here:
More specifically, running the script on main will now return:
argoproj/workflow-controller:v3.3.8
argoproj/argocli:v3.3.8
sel.model.conig[executor-image]
This is to be expected, since the image is no more hardcoded in the charm, but is rather exposed as an option in the config.
BTW, it's a bit weird that we bumped the argo images in track/3.3
(to 3.3.9), but not on main
.
…33-feat-get-images-script-main
Summary of changes: - Updated script to get image from config.
…nical/argo-operators into kf-4233-feat-get-images-script-main
Updated. @phoevos please review.
|
For more details refer to: canonical/bundle-kubeflow#679
Summary of changes:
NOTE: Script replaced outdated get-images-1.7-stable.sh script.