Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crds/operators.coreos.com_catalogsources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,9 @@ spec:
will be configured as if `restricted` was specified. Otherwise, it will be configured as if `legacy` was
specified. Specifying a value other than `legacy` or `restricted` result in a validation error. When using older
catalog images, which can not run in `restricted` mode, the SecurityContextConfig should be set to `legacy`.
Important, Catalog Sources built with OPM versions < v1.21.0 will not be able to run in `restricted` mode, and should
be set to `legacy`. Catalog Sources built with OPM versions >= v1.21.0 will be able to run in `restricted` mode,
OLM releases >= v1.32.0 can only accept the restricted mode and will not accept the legacy mode.
Copy link
Contributor Author

@camilamacedo86 camilamacedo86 May 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found an issue that would be v0.32 and not v1.32
But I want the agreements and the right version to change this one. operator-framework/operator-lifecycle-manager#3526 (comment)

More information about PSA can be found here: https://kubernetes.io/docs/concepts/security/pod-security-admission/
type: string
Expand Down
Loading
Loading