More YAML problems when loading stable index
See original GitHub issueUser @seglo reports:
I’m getting a similar issue when attempting to load the stable chart repo: https://kubernetes-charts.storage.googleapis.com/index.yaml
I’m using version
2.8.2.1.1.0
Stacktrace:
java.lang.String cannot be cast to java.util.Map java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map at org.microbean.helm.chart.repository.ChartRepository$Index.loadFrom(ChartRepository.java:1560) at org.microbean.helm.chart.repository.ChartRepository$Index.loadFrom(ChartRepository.java:1528) at org.microbean.helm.chart.repository.ChartRepository.getIndex(ChartRepository.java:884) at org.microbean.helm.chart.repository.ChartRepository.getIndex(ChartRepository.java:787)
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Error: open .helm\repository\cache\local-index.yaml #2071
Unable to get an update from the "stable" chart repository (https://kubernetes-charts.storage.googleapis.com): open .helm\repository\cache\.helm\repository\ ...
Read more >How to resolve Helm index.yaml virtual repository URL ... - JFrog
yaml from your virtual repository cache by navigating to your UI's tree browser, right clicking on the virtual helm repository, and selecting ...
Read more >Artifactory can not parse Helm index.yaml - Stack Overflow
It looks like Artifactory is trying to enforce semver through some library and it's not parsing the community index.yaml file. This breaks the ......
Read more >Helm repo search not returning published charts - GitLab
All uploaded artifacts from a given name/version are in the index. The problem here is twofold. First, 20 is a too low limit...
Read more >YAML: The Missing Battery in Python
In this tutorial, you'll learn all about working with YAML in Python. By the end of it, you'll know about the available libraries, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sounds good. Thanks for the super prompt replies too!
Closed with https://github.com/microbean/microbean-helm/commit/b3147b4dc705a27641e40e2c29cc6f7081012b69 (#173).