Skip to content

Commit c5610d1

Browse files
authored
RHOAIENG-717: fix image-tag-outdated annotation description in workbench-imagestreams.md (opendatahub-io#1155)
1 parent e98a63e commit c5610d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workbench-imagestreams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
- **`opendatahub.io/notebook-python-dependencies:`** - a string that represents the list of Python libraries included within the workbench image. Each library is described by its name and currently used version (e.g. `'[{"name":"Numpy","version":"1.24"},{"name":"Pandas","version":"1.5"}]'`)
4242
- **`openshift.io/imported-from:`** - a reference to the image repository where the workbench image was obtained (e.g. `quay.io/repository/opendatahub/workbench-images`)
4343
- **`opendatahub.io/workbench-image-recommended:`** - a flag that allows the ImageStream tag to be marked as Recommended (used by the UI to distinguish which tags are recommended for use, e.g., when the workbench image offers multiple tags to choose from)
44-
- **`opendatahub.io/image-tag-outdated:`** - a reference to the image version Tags that are outdated and out of regular maintaince cycle. The image tag would be eventually removed.
44+
- **`opendatahub.io/image-tag-outdated:`** - a flag to mark the ImageStream tag as outdated and out of regular maintenance cycle. The image tag will eventually be removed.
4545
- **`opendatahub.io/notebook-build-commit:`** - a reference to the build commit with the ID to look at the updated information.
4646

4747
### **ImageStream definitions for the supported out-of-the-box images in ODH**

0 commit comments

Comments
 (0)