Skip to content

Commit b5e8ecc

Browse files
dzemanovchristoph-jerolimov
authored andcommitted
Fix pre-installed annotation
Co-authored-by: Christoph Jerolimov <[email protected]>
1 parent 6535bd3 commit b5e8ecc

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

catalog-entities/marketplace/plugins/ibm-apiconnect-backstage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: apiconnect
77
title: API Connect Backstage Plugin
88
annotations:
9-
extensions.backstage.io/pre-installed: 'false' # For plugins contained in the RHDH image
9+
extensions.backstage.io/pre-installed: 'true' # this means the plugin yaml is preinstalled, not the plugin itself
1010
extensions.backstage.io/certified-by: Red Hat # For certified plugins
1111
links:
1212
- title: Plugin Overview (README)

catalog-entities/marketplace/plugins/orchestrator-scaffolder-actions.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ metadata:
66
namespace: rhdh
77
title: Orchestrator Scaffolder Actions For Red Hat Developer Hub
88
annotations:
9-
# temporarily set to 'true' to remove the 'custom plugin' badge, change this to 'false' when RHDHBUGS-1945 gets resolved
10-
extensions.backstage.io/pre-installed: 'true' # For plugins contained in the RHDH image
9+
extensions.backstage.io/pre-installed: 'true' # this means the plugin yaml is preinstalled, not the plugin itself
1110
links:
1211
- title: Homepage
1312
url: https://www.rhdhorchestrator.io/

catalog-entities/marketplace/plugins/orchestrator.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ metadata:
66
namespace: rhdh
77
title: Orchestrator For Red Hat Developer Hub
88
annotations:
9-
# temporarily set to 'true' to remove the 'custom plugin' badge, change this to 'false' when RHDHBUGS-1945 gets resolved
10-
extensions.backstage.io/pre-installed: 'true' # For plugins contained in the RHDH image
9+
extensions.backstage.io/pre-installed: 'true' # this means the plugin yaml is preinstalled, not the plugin itself
1110
links:
1211
- title: Homepage
1312
url: https://www.rhdhorchestrator.io/

0 commit comments

Comments
 (0)