zegl / kube-score

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
https://kube-score.com
MIT License
2.77k stars 178 forks source link

zegl/kube-score:latest-helm3 needs update to Helm v3.7.0 #394

Closed zliebersbach closed 3 years ago

zliebersbach commented 3 years ago

As issue title.

Helm v3.7.0 Release: https://github.com/helm/helm/releases/tag/v3.7.0

zliebersbach commented 3 years ago

Temporary workaround for GitLab CI pipelines:

  before_script:
    - apk --no-cache add curl openssl
    - curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash