Skip to content

Commit 398d12e

Browse files
authored
Merge pull request #401 from gkurz/fix-csv-for-1.5.3
Fix CSV for 1.5.3
2 parents fc29f5b + b019e4a commit 398d12e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config/manifests/bases/sandboxed-containers-operator.clusterserviceversion.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@ metadata:
1313
}
1414
]
1515
capabilities: Seamless Upgrades
16+
features.operators.openshift.io/disconnected: "true"
17+
features.operators.openshift.io/fips-compliant: "false"
18+
features.operators.openshift.io/proxy-aware: "false"
19+
features.operators.openshift.io/tls-profiles: "false"
20+
features.operators.openshift.io/token-auth-aws: "false"
21+
features.operators.openshift.io/token-auth-azure: "false"
22+
features.operators.openshift.io/token-auth-gcp: "false"
1623
olm.skipRange: '>=1.1.0 <1.5.3'
1724
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
18-
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
1925
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
2026
Platform Plus"]'
2127
operators.operatorframework.io/builder: operator-sdk-v1.20.1+git
@@ -365,6 +371,7 @@ spec:
365371
maturity: beta
366372
provider:
367373
name: Red Hat
374+
replaces: sandboxed-containers-operator.v1.5.2
368375
version: 1.5.3
369376
webhookdefinitions:
370377
- admissionReviewVersions:

0 commit comments

Comments
 (0)