parodos-dev / orchestrator-helm-chart

Helm chart to deploy the Orchestrator solution suite.
https://parodos.dev/orchestrator-helm-chart/
Apache License 2.0
2 stars 22 forks source link

Parameterize external plugins #137

Closed masayag closed 5 months ago

masayag commented 5 months ago

Plugins that are delivered via npm registry, unlike other plugins that are delivered by the backstage image, require different package name, integrity values and npm registry secret.

For that purpose, those plugins are being parameterize to allow specifying the plugins from different sources, based on target release of the chart.

masayag commented 5 months ago

cc @batzionb

batzionb commented 5 months ago

@masayag The script for updating the plugin versions needs to be updated

masayag commented 5 months ago

@masayag The script for updating the plugin versions needs to be updated

Sure, I'll adapt similar approach to the script suggested in your PR.