This repository holds all the Helm charts for the geOrchestra project.
Here is the list:
- geOrchestra: Official Helm chart to install geOrchestra in Kubernetes.
- Maelstro: For deploying Maelstro
The geOrchestra helm is now under a subfolder and the GitHub repository name has changed.
-
Make sure to change the git remote if you are using the helm chart as a submodule. And now point to the subfolder "georchestra".
-
When using OCI, change from:
oci://ghcr.io/georchestra/helm-georchestra/georchestra
to:
oci://ghcr.io/georchestra/helm-charts/georchestra
Consult the README.md located in the Helm chart directory.
- Create a new branch.
- Create a new folder with the name of your helm chart.
- Do your changes inside the folder.
- Make sure to add it to dependabot: dependabot.yml
- Make a commit and create a pull request. Wait for someone to review it.