You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error syncing some charts from HELM to OCI repo - have seen with kuberhealthy being pulled from https://kuberhealthy.github.io/kuberhealthy/helm-repos and kube-prometheus-stack from https://prometheus-community.github.io/helm-charts
Error syncing charts: Failed to push Helm chart: failed to push Helm chart: cannot load values.yaml: error converting YAML to JSON: yaml: invalid trailing UTF-8 octet
Suspect that this is because a few characters within the values.yaml files, for example within the kuberhealthy values.yaml file contains μ
Glad not only me, the work around that, I have done is to use yq to change
to Local; and push it up with helm on a failure, it's not pretty but it
works.
Error syncing some charts from HELM to OCI repo - have seen with
kuberhealthy
being pulled fromhttps://kuberhealthy.github.io/kuberhealthy/helm-repos
andkube-prometheus-stack
fromhttps://prometheus-community.github.io/helm-charts
Error syncing charts: Failed to push Helm chart: failed to push Helm chart: cannot load values.yaml: error converting YAML to JSON: yaml: invalid trailing UTF-8 octet
Suspect that this is because a few characters within the values.yaml files, for example within the kuberhealthy values.yaml file contains
μ
Sample config file:
The text was updated successfully, but these errors were encountered: