Details
-
Type:
Improvement
-
Status: New
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.0.0
-
Fix Version/s: None
-
Component/s: helm
-
Labels:
Description
With a test helm chart, nexus3 generates a index.yaml :
apiVersion: v1 entries: test-datasource: - appVersion: 1.0.0-SNAPSHOT created: 2020-12-11T09:38:09.268Z description: Container and helm chart for test datasource digest: a17bbef971bbde4b2cbdb40b7945c3743c9148e6923c38a5fd755c621af432ac icon: https://symbols.getvecta.com/stencil_98/9_tibco-icon.7673703698.svg name: test-datasource urls: - test-datasource-1.0.0-SNAPSHOT.tgz version: 1.0.0-SNAPSHOT generated: 2020-12-11T09:38:10.383Z
However, with the same chart, the helm command ( helm repo index ) generates :
apiVersion: v1 entries: test-datasource: - annotations: foo: bar apiVersion: v2 appVersion: 1.0.0-SNAPSHOT created: "2020-12-11T09:42:53.560874Z" description: Container and helm chart for test datasource digest: a17bbef971bbde4b2cbdb40b7945c3743c9148e6923c38a5fd755c621af432ac icon: https://symbols.getvecta.com/stencil_98/9_tibco-icon.7673703698.svg keywords: - datachannel - source name: test-datasource urls: - test-datasource-1.0.0-SNAPSHOT.tgz version: 1.0.0-SNAPSHOT generated: "2020-12-11T09:42:53.559145Z"
ie the nexus version misses annotations and keywords.