diff --git a/container-security-operator/README.md b/container-security-operator/README.md index 41871bee..2bd86d8a 100644 --- a/container-security-operator/README.md +++ b/container-security-operator/README.md @@ -8,6 +8,7 @@ The current *overlays* available are for the following channels: * [quay-v3.5](overlays/quay-v3.5) * [stable-3.6](overlays/stable-3.6) * [stable-3.7](overlays/stable-3.7) +* [stable-3.11](overlays/stable-3.11) ## Usage diff --git a/container-security-operator/overlays/stable-3.11/kustomization.yaml b/container-security-operator/overlays/stable-3.11/kustomization.yaml new file mode 100644 index 00000000..0c35b92e --- /dev/null +++ b/container-security-operator/overlays/stable-3.11/kustomization.yaml @@ -0,0 +1,17 @@ +--- +kind: Kustomization +apiVersion: kustomize.config.k8s.io/v1beta1 + +namespace: openshift-operators + +resources: + - ../../base + +patches: + - patch: |- + - op: replace + path: /spec/channel + value: 'stable-3.11' + target: + kind: Subscription + name: container-security-operator