koslib / helm-eks-action

The simplest Github Action for executing Helm commands on EKS - cluster authentication included
MIT License
59 stars 61 forks source link

fix: updated KUBECTL_VERSION to latest stable #51

Closed dAverk closed 1 year ago

dAverk commented 1 year ago

fix for issue #50

dAverk commented 1 year ago

@koslib you pinned kubectl version for better docker cache using?

koslib commented 1 year ago

@koslib you pinned kubectl version for better docker cache using?

Yes exactly. The base image (hosted in Dockerhub) is there for not building it every time a pipeline step runs, instead it's just pulled from the public registry.

dAverk commented 1 year ago

Ooh, sorry - forgot to update README too :) Fixed

koslib commented 1 year ago

Published v1.26.0 - thanks :)