Skip to content

fix: Update digest to Helmv3 hash format

Thong Kuah requested to merge helm3-hash into beta

Done with helm dep update.

Fixes the following warning:

$ helm dep build
manager.go:107: warning: a valid Helm v3 hash was not found. Checking against Helm v2 hash...
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "ingress-nginx" chart repository
...Successfully got an update from the "prometheus-community" chart repository
...Successfully got an update from the "stable" chart repository
...Successfully got an update from the "gitlab" chart repository
...Successfully got an update from the "bitnami" chart repository
...Successfully got an update from the "stable-copy" chart repository
...Successfully got an update from the "center" chart repository
Update Complete. ⎈Happy Helming!⎈
Saving 1 charts
Downloading postgresql from repo https://kubernetes-charts.storage.googleapis.com/
Deleting outdated charts

Merge request reports