The Mint System collection of Helm Charts. https://kubernetes.build/
  • Shell 96.6%
  • TypeScript 3.2%
  • CSS 0.2%
Find a file
2026-08-04 11:06:19 +00:00
.github/workflows
.obsidian
.prompt
.vitepress docs: exclude prompts directory from Vitepress build 2026-08-04 13:06:01 +02:00
bin
clusterIssuer
deploymentUpdater
forgejoRunner
hugo
nextcloud
odoo
postgres
prometheusAgent
prompts
public
taskfileBuild
test_values
vshnPostgres
vuepress
.env.template
.gitignore
.gitmodules
.helmignore
AGENTS.md
APPUiO.md
Backup.md
CHANGELOG.md
clusterIssuer-0.1.0.tgz feat(helm): package revision update 2026-08-04 11:06:19 +00:00
deploymentUpdater-0.1.0.tgz feat(helm): package revision update 2026-08-04 11:06:19 +00:00
Development.md
Exoscale.md
forgejoRunner-0.1.0.tgz feat(helm): package revision update 2026-08-04 11:06:19 +00:00
hugo-0.1.0.tgz feat(helm): package revision update 2026-08-04 11:06:19 +00:00
index.yaml
Infomaniak.md
K3s.md
LICENSE
Migration.md
Monitor.md
nextcloud-0.1.0.tgz feat(helm): package revision update 2026-08-04 11:06:19 +00:00
odoo-0.1.0.tgz feat(helm): package revision update 2026-08-04 11:06:19 +00:00
package.json
pnpm-lock.yaml
postgres-0.1.0.tgz feat(helm): package revision update 2026-08-04 11:06:19 +00:00
prometheusAgent-0.1.0.tgz feat(helm): package revision update 2026-08-04 11:06:19 +00:00
README.md
task
taskfileBuild-0.1.0.tgz feat(helm): package revision update 2026-08-04 11:06:19 +00:00
Troubleshooting.md
vshnPostgres-0.1.0.tgz feat(helm): package revision update 2026-08-04 11:06:19 +00:00
vuepress-0.1.0.tgz feat(helm): package revision update 2026-08-04 11:06:19 +00:00

Kubernetes Build

Vercel

.github/workflows/package.yml

.github/workflows/test.yml

matrix-badge

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.
  • Bootstrap: Bootstrap new Kubernetes clusters.

Requirements

Usage

You can use this project as any other Helm chart repository.

Add this Helm repository.

helm repo add kubernetes-build https://kubernetes.build

Install a chart.

helm install "$NAME" "kubernetes-build/$NAME"

Charts

List of charts:

Deploy

You can use this project to deploy the charts to these Kubernetes clusters:

Develop

The Development covers everything to start developing the Helm charts.

Backup

Have a look at the Backup page to learn about how the services make backups.

Monitoring

Checkout the Monitor page to learn about how services are monitored.

Migration

To execute migrations have a look at Migration.

Troubleshooting

Problems and solutions are documented in the Troubleshooting document.