Skip to content

Commit

Permalink
Merge pull request #388 from jstourac/codeServerTypo
Browse files Browse the repository at this point in the history
[Fix] of typo of the code-server package in the relevant manifest
  • Loading branch information
openshift-merge-bot[bot] authored Jan 23, 2024
2 parents 9ff9e55 + e449b5c commit 07c31a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/base/code-server-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
# N Version of the image
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.9"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"code-sever","version":"4.16"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"code-server","version":"4.16"}]'
openshift.io/imported-from: quay.io/opendatahub/workbench-images
opendatahub.io/workbench-image-recommended: 'true'
opendatahub.io/notebook-build-commit: $(odh-codeserver-notebook-image-commit-n)
Expand All @@ -30,7 +30,7 @@ spec:
# N - 1 Version of the image
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.9"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"code-sever","version":"4.11"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"code-server","version":"4.11"}]'
openshift.io/imported-from: quay.io/opendatahub/workbench-images
opendatahub.io/workbench-image-recommended: 'false'
opendatahub.io/notebook-build-commit: $(odh-codeserver-notebook-image-commit-n-1)
Expand Down

0 comments on commit 07c31a1

Please sign in to comment.