To install the chart with the release name my-release
at version 0.1.0:
helm repo add colearendt https://colearendt.github.io/helm
helm install my-release colearendt/regcred --version=0.1.0
This chart simplifies the creation of "Registry Credentials" for use authenticating a Kubernetes cluster to a Container Registry for pulling images.
This is very important for (1) private images and (2) DockerHub, because of their unfortunate rate limit.
Each helm deployment only creates a single secret, but that secret can have multiple credentials within it.
Use this chart to automate away the annoying parts of registry credentials.
ghcr.io
registryCredentials:
- url: ghcr.io
username: 'colearendt'
password: 'my-github-pat'
docker.io
(DockerHub)
registryCredentials:
- url: docker.io
username: 'colearendt'
password: 'my-password-or-token'
Key | Type | Default | Description |
---|---|---|---|
extraLabels | object | {} |
|
fullnameOverride | string | "" |
|
nameOverride | string | "" |
|
registryCredentials | list | [] |
Autogenerated from chart metadata using helm-docs v1.5.0