stefanprodan / hrval-action

Flux Helm Release validation GitHub action
Apache License 2.0
60 stars 44 forks source link

fix for Helmv3 download #37

Closed mksh closed 4 years ago

mksh commented 4 years ago

This fixes downloading charts with Helm version 3.

Before this patch, validation was not working for Helm Releases, which specify charts in http repositories, while do not have path property in their spec.

Might be related to https://github.com/stefanprodan/hrval-action/issues/27

Also adds openssh-client install, since garethr/kubeval:latest was missing that.