Skip to content

Helm Repositories⚓︎

Note

This section identifies some helm chart repositories that can be referenced (for convenience) via helm add.
Nevertheless, all helm commands included in the guide specifically reference the source helm repository via the --repo argument to the helm install command - and thus it is not specifically necessary to add these repositories in advance.

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, a variety of third party helm repositories are relied upon, as identified below.

Cert Manager⚓︎

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

Nginx Ingress Controller⚓︎

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

Minio⚓︎

helm repo add minio https://charts.min.io/

Sealed Secrets (Bitnami)⚓︎

helm repo add sealed-secrets https://bitnami-labs.github.io/sealed-secrets

Harbor⚓︎

helm repo add harbor https://helm.goharbor.io

Repo Update⚓︎

Refresh the local repo cache, after helm repo add

helm repo update