Skip to content

Commit d098db9

Browse files
authored
Merge pull request #33852 from ahardin-rh/file-integ-compliance-op-channels
Since version compliance-operator-0.1.35 and file-integrity-operator-0.1.16, the channel is release-0.1
2 parents 11fe7e4 + 16565a0 commit d098db9

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

modules/compliance-operator-cli-installation.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ spec:
4747
- openshift-compliance
4848
----
4949

50-
. Set the {product-title} major and minor version as an environment variable, which is used as the channel value in the next step:
51-
+
52-
[source,terminal]
53-
----
54-
$ OC_VERSION=$(oc version -o yaml | grep openshiftVersion | grep -o '[0-9]*[.][0-9]*' | head -1)
55-
----
56-
5750
. Create the `Subscription` object YAML file by running:
5851
+
5952
[source,terminal]
@@ -70,7 +63,7 @@ metadata:
7063
name: compliance-operator-sub
7164
namespace: openshift-compliance
7265
spec:
73-
channel: "${OC_VERSION}"
66+
channel: "release-0.1"
7467
installPlanApproval: Automatic
7568
name: compliance-operator
7669
source: redhat-operators

modules/file-integrity-operator-installing-cli.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ spec:
4747
- openshift-file-integrity
4848
----
4949

50-
. Set the {product-title} major and minor version as an environment variable, which is used as the channel value in the next step:
51-
+
52-
[source,terminal]
53-
----
54-
$ OC_VERSION=$(oc version -o yaml | grep openshiftVersion | grep -o '[0-9]*[.][0-9]*' | head -1)
55-
----
56-
5750
. Create the `Subscription` object YAML file:
5851
+
5952
[source,terminal]
@@ -70,7 +63,7 @@ metadata:
7063
name: file-integrity-operator
7164
namespace: openshift-file-integrity
7265
spec:
73-
channel: "${OC_VERSION}"
66+
channel: "release-0.1"
7467
installPlanApproval: Automatic
7568
name: file-integrity-operator
7669
source: redhat-operators

0 commit comments

Comments
 (0)