-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
The current development process for the orchestrator chart for OCP is managed in the orchestrator-helm-chart repository. After development, the chart version is released to a hosted Helm repository. However, our primary release and installation mechanism is through a Helm-based operator located in the orchestrator-helm-operator repository.
To release a new operator version, the charts must be manually copied from the Helm chart repository to the operator repository. This process is cumbersome and introduces unnecessary complexity.
Moving the chart development directly into the operator repository would streamline the workflow, ensuring that chart versions are automatically aligned with operator versions.
Tasks to be completed:
- Cease new updates to the OCP chart in the orchestrator-helm-chart repository.
- Transfer all documentation (READMEs and GitHub Pages) from the orchestrator-helm-chart repository to the operator repository.
- Relocate setup scripts from the orchestrator-helm-chart repository to the operator repository.
- Update any references in blogs and on the website to reflect this change.