Skip to content
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

Merged
merged 6 commits into from
Sep 2, 2023
Merged

Conversation

i-chvets
Copy link
Contributor

@i-chvets i-chvets commented Aug 28, 2023

For more details refer to: 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.

NOTE: Script replaced outdated get-images-1.7-stable.sh script.

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.
Copy link

@phoevos phoevos left a 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.

Ivan Chvets added 3 commits September 1, 2023 14:30
Summary of changes:
- Updated script to get image from config.
…nical/argo-operators into kf-4233-feat-get-images-script-main
@i-chvets
Copy link
Contributor Author

i-chvets commented Sep 1, 2023

Updated. @phoevos please review.
Tested:

$ ./tools/get-images.sh 
argoproj/workflow-controller:v3.3.8
argoproj/argocli:v3.3.8
argoproj/argoexec:v3.3.8

@i-chvets i-chvets merged commit cd6890c into main Sep 2, 2023
12 checks passed
@i-chvets i-chvets deleted the kf-4233-feat-get-images-script-main branch September 2, 2023 16:10
orfeas-k added a commit that referenced this pull request Sep 26, 2023
Get script up-to-date with `main` branch. This summarizes changes
introduced in PRs #106 and #124.
orfeas-k added a commit that referenced this pull request Sep 26, 2023
Get script up-to-date with `main` branch. This summarizes changes
introduced in PRs #106 and #124.
orfeas-k added a commit that referenced this pull request Sep 26, 2023
Get script up-to-date with `main` branch. This summarizes changes
introduced in PRs #106 and #124.
orfeas-k added a commit that referenced this pull request Sep 26, 2023
Get script up-to-date with `main` branch. This summarizes changes
introduced in PRs #106 and #124.
orfeas-k added a commit that referenced this pull request Sep 27, 2023
Get script up-to-date with `main` branch. This summarizes changes
introduced in PRs #106 and #124.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants