Skip to content

mtizima/yc-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Yandex.Cloud Helm Docker

Docker Pulls

Usage

This Docker image includes helm along with:

And helm plugins:

  • viglesiasce/helm-gcs.git
  • databus23/helm-diff
  • helm/helm-2to3

Docker

Docker images are automatically build on Docker Hub:

GitHub Packages

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>

Building

For local build:

docker build -t mtizima/ycli-helm .