Skip to content

Commit

Permalink
Add stable-3.11 channel for the Container Security Operator
Browse files Browse the repository at this point in the history
  • Loading branch information
martineg committed May 28, 2024
1 parent e323c18 commit ab922fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions container-security-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ab922fe

Please sign in to comment.