SUSE / rookcheck

Apache License 2.0
4 stars 11 forks source link

raise error when unable to query the latest helm version #255

Open mgfritch opened 1 year ago

mgfritch commented 1 year ago

raise an error if the http get request fails to query api.github.com for the latest helm version

also use the latest helm feature release (v3.11.0) rather than hard-coding the the prior pre-release (v3.9.0-rc.1)

Signed-off-by: Michael Fritch mfritch@suse.com

mgfritch commented 1 year ago

see also https://github.com/SUSE/rookcheck/pull/256 which should fix the failing python 3.6 tox github action