From 5fbd0d15877e30f63ee58141146500af23594866 Mon Sep 17 00:00:00 2001 From: Evan Stoner Date: Tue, 23 Jan 2024 21:18:23 +0000 Subject: [PATCH 1/3] Bump OpenShift Subscription channel to 0.9. --- docs/deployment/openshift/redhat-subscription.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/openshift/redhat-subscription.yaml b/docs/deployment/openshift/redhat-subscription.yaml index 025b7b7c..675ac476 100644 --- a/docs/deployment/openshift/redhat-subscription.yaml +++ b/docs/deployment/openshift/redhat-subscription.yaml @@ -3,7 +3,7 @@ kind: Subscription metadata: name: falcon-operator spec: - channel: certified-0.8 + channel: certified-0.9 name: falcon-operator-rhmp source: redhat-marketplace sourceNamespace: openshift-marketplace From e4cb22beda5dfe19658132b09a0c7174f3c4d39a Mon Sep 17 00:00:00 2001 From: Evan Stoner Date: Tue, 23 Jan 2024 21:32:29 +0000 Subject: [PATCH 2/3] Fix a readme link so it works from OperatorHub. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fcb5d24..1493cbd8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The CrowdStrike Falcon Operator deploys CrowdStrike Falcon to the cluster. The o ## Installation and Deployment -For installation and deployment of the CrowdStrike Falcon Operator and its Custom Resources, please read the [Installation and Deployment Guide](./docs/install_guide.md) and choose the deployment method that is right for your target environment. +For installation and deployment of the CrowdStrike Falcon Operator and its Custom Resources, please read the [Installation and Deployment Guide](docs/install_guide.md) and choose the deployment method that is right for your target environment. ## Getting Help If you encounter any issues while using the Falcon Operator, you can create an issue on our [Github repo](https://github.com/CrowdStrike/falcon-operator) for bugs, enhancements, or other requests. From 85117a5764ee1b310fec0876e0d036c16890b429 Mon Sep 17 00:00:00 2001 From: Evan Stoner Date: Tue, 23 Jan 2024 21:45:52 +0000 Subject: [PATCH 3/3] Bump channel in docs/src. --- docs/src/deployment/openshift/redhat-subscription.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/deployment/openshift/redhat-subscription.yaml b/docs/src/deployment/openshift/redhat-subscription.yaml index 025b7b7c..675ac476 100644 --- a/docs/src/deployment/openshift/redhat-subscription.yaml +++ b/docs/src/deployment/openshift/redhat-subscription.yaml @@ -3,7 +3,7 @@ kind: Subscription metadata: name: falcon-operator spec: - channel: certified-0.8 + channel: certified-0.9 name: falcon-operator-rhmp source: redhat-marketplace sourceNamespace: openshift-marketplace