From 9b689afc6883b3f827cdf3b38df9cc68c1b1ce9d Mon Sep 17 00:00:00 2001 From: i-chvets <113444075+i-chvets@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:34:08 -0500 Subject: [PATCH] Kf 4927 fix update UI config (#314) * [KF-1471] fix: add default value for pipelines (#221) * fix: add default value for pipelines https://github.com/canonical/kfp-operators/issues/159 Fixes #159 Summary of changes: - Added back default value for pipelines access. - Added tests for default values of pipelines access and images for 1.7 release. - Modified code to check for mindspore image only not version. --------- Co-authored-by: Andrew Scribner * fix: update ui charm config https://github.com/canonical/notebook-operators/issues/312 Summary of changes: - Updated Jupyter UI charm config to point to updated ROCKs. --------- Co-authored-by: Andrew Scribner --- charms/jupyter-ui/config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charms/jupyter-ui/config.yaml b/charms/jupyter-ui/config.yaml index 9e58f270..025712c1 100644 --- a/charms/jupyter-ui/config.yaml +++ b/charms/jupyter-ui/config.yaml @@ -22,11 +22,11 @@ options: jupyter-images: type: string default: | - - charmedkubeflow/jupyter-scipy:v1.7.0_20.04_1 - - charmedkubeflow/jupyter-pytorch-full:v1.7.0_20.04_1 - - charmedkubeflow/jupyter-pytorch-cuda-full:v1.7.0_20.04_1 - - charmedkubeflow/jupyter-tensorflow-full:v1.7.0_20.04_1 - - charmedkubeflow/jupyter-tensorflow-cuda-full:v1.7.0_20.04_1 + - charmedkubeflow/jupyter-scipy:v1.7.0-20.04-1_ad4e002 + - charmedkubeflow/jupyter-pytorch-full:v1.7.0-20.04-1_ad4e002 + - charmedkubeflow/jupyter-pytorch-cuda-full:v1.7.0-20.04-1_ad4e002 + - charmedkubeflow/jupyter-tensorflow-full:v1.7.0-20.04-1_ad4e002 + - charmedkubeflow/jupyter-tensorflow-cuda-full:v1.7.0-20.04-1_ad4e002 description: list of image options for Jupyter Notebook rstudio-images: type: string