Skip to content

Latest commit

 

History

History

regcred

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

regcred

Version: 0.1.0 Type: application AppVersion: 0.1.0

Installing the Chart

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

Description

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.

Examples

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'

Values

Key Type Default Description
extraLabels object {}
fullnameOverride string ""
nameOverride string ""
registryCredentials list []

Autogenerated from chart metadata using helm-docs v1.5.0