stefanprodan / kube-tools

Kubernetes tools for GitHub Actions CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm is giving helm 3 instead of helm 2

cfontes opened this issue · comments

Hi, thanks for this actions!

I have one issue though, when using helm, I get helm 3 instead of helm 2

  run6s
version.BuildInfo***Version:"v3.1.1", GitCommit:"afe70585407b420d0097d07b21c47dc511525ac8", GitTreeState:"clean", GoVersion:"go1.13.8"***
Run helm version
version.BuildInfo***Version:"v3.1.1", GitCommit:"afe70585407b420d0097d07b21c47dc511525ac8", GitTreeState:"clean", GoVersion:"go1.13.8"***
  install helm push1s
Installed plugin: push
Run helm plugin install https://github.com/chartmuseum/helm-push.git
Downloading and installing helm-push v0.8.1 ...
https://github.com/chartmuseum/helm-push/releases/download/v0.8.1/helm-push_0.8.1_linux_amd64.tar.gz
Installed plugin: push
  Initializing client helm0s
##[error]Process completed with exit code 1.
Run helm init --client-only
Error: unknown flag: --client-only
##[error]Process completed with exit code 1.

I think the issue it that ubuntu latest now ships with helm 3