Skip to content

Helm Repositories⚓︎

EOEPCA Helm Charts⚓︎

The EOEPCA building-blocks are engineered as containers for deployment to a Kubernetes cluster. Each building block defines a Helm Chart to facilitate its deployment.

The EOEPCA Helm Chart Repository is configured with helm as follows…

helm repo add eoepca https://eoepca.github.io/helm-charts/

Third-party Helm Charts⚓︎

In addition to the EOEPCA Helm Chart Repository, the following repositories are also relied upon, and should be configured…

Cert Manager⚓︎

helm repo add jetstack https://charts.jetstack.io

Nginx Ingress Controller⚓︎

helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx

Repo Update⚓︎

Refresh the local repo cache, after helm repo add

helm repo update
Back to top