helm-charts

Helm charts prepared by u2i LLC

This repository contains and builds Helm charts that support our apps.

How to deploy new charts

  1. You need to build new chart version (using RetroTool as example):
    helm package retrotool
    
  2. Update repository index file:
    helm repo index . --url https://u2i.github.io/helm-charts --merge index.yaml
    
  3. Commit and push created .tgz file and updated index.yaml - the repository is updated now.

RetroTool

This chart allows you to install RetroTool into a Kubernetes cluster. It supports certificates (through Cert-Manager), backups (through Velero) and automatically installs MongoDB replicaset (configurable).

Install with:

  1. helm repo add u2i https://u2i.github.io/helm-charts
  2. helm install u2i/retrotool

Supported versions

MongoDB Kubernetes Operator

This chart allows you to install MongoDB Community Kubernetes Operator into a Kubernetes cluster.

It is a copy of official chart, just packaged and published for ease of use.

Install with:

  1. helm repo add u2i https://u2i.github.io/helm-charts
  2. helm install u2i/mongodb-kubernetes-operator

Supported versions

Next.js

This chart allows you to deploy a Next.js app into a Kubernetes cluster. It supports certificates (through Cert-Manager) and CDN with Google Kubernetes Engine (GKE) deployment.

Install with:

  1. helm repo add u2i https://u2i.github.io/helm-charts
  2. helm install u2i/nextjs

Supported versions