Skip to content

shellclear/helm

Repository files navigation

Helm Repo

This repository stores the Helm charts used to deploy sample applications in Kubernetes.

Requirements

  • Openshift/Minikube
  • Nginx Ingress (Minikube)
  • Helm (v3.8.0)
  • ArgoCD (Optional)

NOTE: I'm using the GitHub Pages as a Helm repository and you'll find all the instructions to install the packages here -> https://shellclear.github.io/helm/

GitOps - ArgoCD

Use the top-level-chart folder to deploy applications using ArgoCD.

Argo CD UI

How to use

$ cd top-level-chart
$ helm dep up && helm template --validate --release-name meetup-demo . | oc apply -f -

Ref: