Skip to content

Commit c2b82fb

Browse files
authored
Merge pull request #11 from fbladilo/fix_bundle_4
More bundle fixes #3
2 parents b0ae2ce + 5218497 commit c2b82fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

bundle/art.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ updates:
4343
# IDK where else to fix olm.SkipRange?
4444
- search: ">=0.0.0 <99.0.0"
4545
replace: ">=7.3.0 <8.0.99"
46-
- search: "features.operators.openshift.io/fips-compliant: 'false'"
47-
replace: "features.operators.openshift.io/fips-compliant: 'true'"
46+
- search: "features.operators.openshift.io/fips-compliant: \"false\""
47+
replace: "features.operators.openshift.io/fips-compliant: \"true\""
4848
- search: "support: https://github.com/konveyor/tackle2-operator/issues"
4949
replace: "support: Red Hat"
5050
- search: "Modernization & Migration"
@@ -57,8 +57,8 @@ updates:
5757
replace: "name: Red Hat"
5858
- search: "url: https://www.konveyor.io"
5959
replace: "url: https://www.redhat.com"
60-
- search: "https://konveyor.github.io/tackle"
61-
replace: "https://access.redhat.com/documentation/en-us/migration_toolkit_for_applications"
60+
- search: "url: https://konveyor.github.io/tackle"
61+
replace: "url: https://access.redhat.com/documentation/en-us/migration_toolkit_for_applications"
6262
- search: "name: Operator"
6363
replace: "name: Developers"
6464
- search: "url: https://github.com/konveyor/tackle2-operator"
@@ -71,6 +71,8 @@ updates:
7171
replace: image/svg+xml
7272
- search: "Konveyor is an open-source"
7373
replace: "Migration Toolkit for Applications is an"
74+
- search: "to Kubernetes"
75+
replace: "to OpenShift"
7476
- search: "Documentation can be found on our [website](https://konveyor.github.io/tackle)."
7577
replace: "Documentation can be found on our [website](https://access.redhat.com/documentation/en-us/migration_toolkit_for_applications)."
7678
- search: "If you encounter any issues while using Konveyor operator, you can create an issue

0 commit comments

Comments
 (0)