-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 5.9.0
-
Component/s: None
-
Labels:None
-
Severity:Medium
Steps to reproduce:
-Create helm remote repo pointing to https://storage.googleapis.com/kubernetes-charts
-Try resolving grafana-0.6.tgz
-See the following error:
2018-02-14 09:55:39,874 [art-exec-18] [INFO ] (o.a.a.h.HelmServiceImpl:203) - Starting Helm index calculation for helm-google-remote-cache
2018-02-14 09:55:39,875 [http-nio-8081-exec-5] [INFO ] (o.a.r.HttpRepo :427) - helm-google-remote downloaded https://storage.googleapis.com/kubernetes-charts/grafana-0.6.tgz 8.38 KB at 1,066.85 KB/sec
2018-02-14 09:55:39,903 [art-exec-18] [ERROR] (o.j.r.h.HelmMetadataIndexer:92) - Error occurred while indexing: null
This seems to be due to the version of grafana (0.6, instead of 0.6.0) of the index.yaml (https://storage.googleapis.com/kubernetes-charts/index.yaml):
grafana:
- created: 2018-02-02T15:04:17.113441449Z
description: The leading tool for querying and visualizing time series and metrics.
digest: c404e73e88cd3aa20635b334b9f9df785bb644c80171691ea4bf95502a256686
engine: gotpl
home: https://grafana.net
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
maintainers: - email: zanhsieh@gmail.com<zanhsieh@gmail.com
>
name: Ming Hsieh
name: grafana
sources: - https://github.com/grafana/grafana
urls: - https://kubernetes-charts.storage.googleapis.com/grafana-0.6.1.tgz
version: 0.6.1 - created: 2018-01-28T21:04:13.090211594Z
description: The leading tool for querying and visualizing time series and metrics.
digest: 6c25c79e16df4c31637d3f8b1b379bb4c0a34157fa5b817f4c518ef50d43911b
engine: gotpl
home: https://grafana.net
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
maintainers: - email: zanhsieh@gmail.com<zanhsieh@gmail.com
>
name: Ming Hsieh
name: grafana
sources: - https://github.com/grafana/grafana
urls: - https://kubernetes-charts.storage.googleapis.com/grafana-0.6.tgz
version: "0.6"
Artifactory uses open source lib "zafarkhaja/jsemver" to do version check and compare, the version format should follow "Semantic Versioning 2.0.0" (https://semver.org/)
- is duplicated by
-
RTFACT-17061 Helm virtual fails to merge Helm remote index
- Done
- relates to
-
RTFACT-17019 Helm Virtual index resolution will frequently hang in HA deployments when concurrent requests get routed to different nodes
- Done