You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running nebari upgrade ... on a file that includes match image tags will prompt the user separately to upgrade each image tag found for each upgrade step incurred. For example, upgrading from 2023.4.1 to 2023.7.2 with default_images and custom profiles[].kubespawner_override fields can result in 8 or more y/n prompts. The final version is the only one that matters in this context, and its arguable that the individual images are also redundant. These prompts should be minimized.
Expected behavior
Only prompt to upgrade to the final image in the upgrade path, skipping intermediate steps.
Maybe just assume a single y/n is sufficient to upgrade them all, rather than individually.
OS and architecture in which you are running Nebari
Ubuntu Linux, x64
How to Reproduce the problem?
Run nebari upgrade -c nebari-config.yaml with something resembling the following in the file.
Describe the bug
Running
nebari upgrade ...
on a file that includes match image tags will prompt the user separately to upgrade each image tag found for each upgrade step incurred. For example, upgrading from 2023.4.1 to 2023.7.2 withdefault_images
and customprofiles[].kubespawner_override
fields can result in 8 or more y/n prompts. The final version is the only one that matters in this context, and its arguable that the individual images are also redundant. These prompts should be minimized.Expected behavior
OS and architecture in which you are running Nebari
Ubuntu Linux, x64
How to Reproduce the problem?
Run
nebari upgrade -c nebari-config.yaml
with something resembling the following in the file.Command output
No response
Versions and dependencies used.
Nebari: 2023.7.2.dev
Compute environment
None
Integrations
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: