Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8 octet causes error in pushing to repo #215

Open
jamesdavismf opened this issue Jul 5, 2024 · 2 comments
Open

UTF-8 octet causes error in pushing to repo #215

jamesdavismf opened this issue Jul 5, 2024 · 2 comments

Comments

@jamesdavismf
Copy link

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 μ

Sample config file:

source:
  repo:
    kind: HELM
    url: https://kuberhealthy.github.io/kuberhealthy/helm-repos
target:
  repo: 
    kind: OCI
    url: oci://registry-1.docker.io/docker
charts:
  - kuberhealthy
@TimMnz09
Copy link

I am facing the same issue, after upgrading from v0.20.3.
@jamesdavismf did you find a workaround for this?

@jamesdavismf
Copy link
Author

jamesdavismf commented Aug 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants