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…
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⚓︎
Nginx Ingress Controller⚓︎
Minio⚓︎
Sealed Secrets (Bitnami)⚓︎
Harbor⚓︎
Repo Update⚓︎
Refresh the local repo cache, after helm repo add
…