Skip to content

Commit

Permalink
[RHOAIENG-15710] fix the version of codeflare-sdk shown for 2024.1
Browse files Browse the repository at this point in the history
Fix the Codeflare-SDK version for the 2024.1 images.

* [1] https://issues.redhat.com/browse/RHOAIENG-15710

(cherry picked from commit 9eba865)
  • Loading branch information
jstourac committed Nov 13, 2024
1 parent 96c8e2c commit 40c810c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
{"name": "Odh-Elyra", "version": "3.16"},
{"name": "PyMongo", "version": "4.6"},
{"name": "Pyodbc", "version": "5.1"},
{"name": "Codeflare-SDK", "version": "0.19"},
{"name": "Codeflare-SDK", "version": "0.21"},
{"name": "Sklearn-onnx", "version": "1.16"},
{"name": "Psycopg", "version": "3.1"},
{"name": "MySQL Connector/Python", "version": "8.3"}
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/jupyter-pytorch-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
{"name": "Odh-Elyra", "version": "3.16"},
{"name": "PyMongo", "version": "4.6"},
{"name": "Pyodbc", "version": "5.1"},
{"name": "Codeflare-SDK", "version": "0.19"},
{"name": "Codeflare-SDK", "version": "0.21"},
{"name": "Sklearn-onnx", "version": "1.16"},
{"name": "Psycopg", "version": "3.1"},
{"name": "MySQL Connector/Python", "version": "8.3"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
{"name": "Odh-Elyra", "version": "3.16"},
{"name": "PyMongo", "version": "4.6"},
{"name": "Pyodbc", "version": "5.1"},
{"name": "Codeflare-SDK", "version": "0.19"},
{"name": "Codeflare-SDK", "version": "0.21"},
{"name": "Sklearn-onnx", "version": "1.16"},
{"name": "Psycopg", "version": "3.1"},
{"name": "MySQL Connector/Python", "version": "8.3"}
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/jupyter-trustyai-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
{"name": "Odh-Elyra", "version": "3.16"},
{"name": "PyMongo", "version": "4.6"},
{"name": "Pyodbc", "version": "5.1"},
{"name": "Codeflare-SDK", "version": "0.19"},
{"name": "Codeflare-SDK", "version": "0.21"},
{"name": "Sklearn-onnx", "version": "1.16"},
{"name": "Psycopg", "version": "3.1"},
{"name": "MySQL Connector/Python", "version": "8.3"}
Expand Down

0 comments on commit 40c810c

Please sign in to comment.