devops-nirvana/Kubernetes Helm Multi-Deploy (No Docker)

Deploys helm charts in a 'deployment' folder. Pass helm-chart-name for a single chart, otherwise deploys all.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
image-tagThe image tag to use in the deployments.yes
k8s-namespaceDeployment namespace in kubernetes.yes
environment-slugShort name of deployment environment. Should be like 'dev', 'prod'. Set this if you have a values-<env>.yaml.no
helm-extra-argsAdd additional/custom helm arguments/commands.no
helm-chart-nameDeploy a single specific chart by name instead of all charts in the deployment folder.no
helm-chart-name-prefixAdd string to prefix helm chart name (eg: dev-)no
helm-chart-name-suffixAdd string to suffix helm chart name (eg: -dev)no
dry-runSkip the actual deployment and just show a diff.nofalse
timeoutThe timeout time for helm operations.no300s
waitWait for deployment to complete and be healthy before returning (uses helm --wait option).nofalse

no outputs