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

Fix reference mismatch for orchestrator.sonata{flow|}Platform #215

Closed jordigilh closed 2 months ago

jordigilh commented 2 months ago

The key references used in the values-rc.yaml that point to the beaker images are not consistent with the values in the values.yaml for the orchestrator.sonataPlatform sub-structure. This PR aligns the name to match the values-rc.yaml so that it is consistent across files. https://github.com/parodos-dev/orchestrator-helm-chart/blob/82ada07ad87b855b736a1383fe7f12790fb1c7e0/charts/orchestrator/values.yaml#L82-L86

versus

https://github.com/parodos-dev/orchestrator-helm-chart/blob/82ada07ad87b855b736a1383fe7f12790fb1c7e0/charts/orchestrator/values-rc.yaml#L37-L41

@masayag PTAL.

@chadcrum @y-first FYI.