Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.06 KB

helm-base-image

This image is meant to be used as a runner in birdiecare/helm-eks-action. It bundles common utilities needed for managing helm deployments in a pipeline.

  • AWS CLI v2
  • Helm v3
  • SOPS

Versions can be configured using build args

Arg Default
AWS_CLI_VERSION "2.1.26"
KUBECTL_VERSION "1.20.2"
HELM_VERSION "3.5.0"
SOPS_VERSION "3.6.1"

It accepts 3 environment variables

Variable Description Example
KUBE_CONFIG_DATA base64 encoded kube config
INPUT_REPOS '\n' separated list of name url pairs "stable https://charts.helm.sh/stable"
INPUT_PLUGINS '\n' separated list of plugin repos "https://github.com/jkroepke/[email protected]"