The Mint System collection of Helm charts.
- 🚀 Install: Install Helm repository and get started with Odoo.
- 🛠️ Develop: Deploy Odoo and Postgres to a local Kubernetes cluster.
- 🏗️ Build: Fork and build your own Helm charts.
- 🚀 Deploy: Configure and deploy Helm charts to remote clusters.
You can use this project as any other Helm chart repository.
Add this Helm repository.
helm repo add kubernetes-build https://kubernetes.buildInstall a chart.
helm install "$NAME" "kubernetes-build/$NAME"List of charts:
- clusterIssuer
- odoo
- nextcloud
- postgres
- vshnPostgres
- hugo
- vuepress
- deploymentUpdater
- forgejoRunner
- taskfileBuild
You can use this project to deploy the charts to these Kubernetes clusters:
The Development covers everything to start developing the Helm charts.
Have a look at the Backup page to learn about how the services make backups.
Problems and solutions are documented in the Troubleshooting document.