Skip to content

Commit 96dab15

Browse files
committed
NO-ISSUE: fix the manifest definitions software versions for images
After recent updates, there were some small glitches in the announced versions of the linked images.
1 parent 1f9b227 commit 96dab15

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

manifests/base/jupyter-minimal-notebook-imagestream.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ spec:
4646
# language=json
4747
opendatahub.io/notebook-python-dependencies: |
4848
[
49-
{"name": "JupyterLab","version": "3.6"},
50-
{"name": "Notebook","version": "6.5"}
49+
{"name": "JupyterLab","version": "4.2"}
5150
]
5251
openshift.io/imported-from: quay.io/opendatahub/workbench-images
5352
opendatahub.io/workbench-image-recommended: 'false'

manifests/base/rstudio-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
opendatahub.io/notebook-software: |
4343
[
4444
{"name": "R", "version": "v4.4"},
45-
{"name": "Python", "version": "v3.9"}
45+
{"name": "Python", "version": "v3.11"}
4646
]
4747
# language=json
4848
opendatahub.io/notebook-python-dependencies: |

0 commit comments

Comments
 (0)