This Docker image includes helm
along with:
yc
- CLI Yandex.Cloudkubectl
envsubst
jq
And helm
plugins:
viglesiasce/helm-gcs.git
databus23/helm-diff
helm/helm-2to3
Docker images are automatically build on Docker Hub:
You can use github packages:
- Pull image from the command line:
docker pull docker.pkg.github.com/mtizima/yc-helm/ycli-helm:<version>
- Use as base image in DockerFile:
FROM docker.pkg.github.com/mtizima/yc-helm/ycli-helm:<version>
For local build:
docker build -t mtizima/ycli-helm .