Helm, AWS CLI, Kubectl, and Docker all packed into a single container.
This image is primarily aimed to serve as an environment for running deploy jobs, e.g.
deploy:
image: liquidjs/helm-aws-docker:latest
variables:
AWS_ACCESS_KEY_ID: "..."
AWS_SECRET_ACCESS_KEY: "..."
AWS_DEFAULT_REGION: "..."
KUBECONFIG: "..."
script:
- aws s3 sync [...]
- helm install [...]