This Docker image includes helm along with:
yc- CLI Yandex.Cloudkubectlenvsubstjq
And helm plugins:
viglesiasce/helm-gcs.gitdatabus23/helm-diffhelm/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 .