Skip to content

Commit f8ffe81

Browse files
Merge pull request #2998 from sebsoto/fixSkipVersion
Adjust skipRange for 10.20
2 parents bc21c85 + b3f1b8c commit f8ffe81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
features.operators.openshift.io/token-auth-aws: "false"
1919
features.operators.openshift.io/token-auth-azure: "false"
2020
features.operators.openshift.io/token-auth-gcp: "false"
21-
olm.skipRange: '>=10.18.0 <10.19.0'
21+
olm.skipRange: '>=10.19.0 <10.20.0'
2222
operatorframework.io/cluster-monitoring: "true"
2323
operatorframework.io/suggested-namespace: openshift-windows-machine-config-operator
2424
operators.openshift.io/valid-subscription: '["Red Hat OpenShift support for Windows

config/manifests/bases/windows-machine-config-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
features.operators.openshift.io/token-auth-aws: "false"
1919
features.operators.openshift.io/token-auth-azure: "false"
2020
features.operators.openshift.io/token-auth-gcp: "false"
21-
olm.skipRange: '>=10.18.0 <10.19.0'
21+
olm.skipRange: '>=10.19.0 <10.20.0'
2222
operatorframework.io/cluster-monitoring: "true"
2323
operatorframework.io/suggested-namespace: openshift-windows-machine-config-operator
2424
operators.openshift.io/valid-subscription: '["Red Hat OpenShift support for Windows

0 commit comments

Comments
 (0)