Skip to content

Commit

Permalink
Merge pull request #401 from gkurz/fix-csv-for-1.5.3
Browse files Browse the repository at this point in the history
Fix CSV for 1.5.3
  • Loading branch information
gkurz committed Apr 10, 2024
2 parents fc29f5b + b019e4a commit 398d12e
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -13,9 +13,15 @@ metadata:
}
]
capabilities: Seamless Upgrades
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
olm.skipRange: '>=1.1.0 <1.5.3'
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
Platform Plus"]'
operators.operatorframework.io/builder: operator-sdk-v1.20.1+git
Expand Down Expand Up @@ -365,6 +371,7 @@ spec:
maturity: beta
provider:
name: Red Hat
replaces: sandboxed-containers-operator.v1.5.2
version: 1.5.3
webhookdefinitions:
- admissionReviewVersions:
Expand Down

0 comments on commit 398d12e

Please sign in to comment.