Urls not getting updated properly for Helm repo index.yaml file

11/6/2019

I am new to helm. I have created a dummy helm chart and packaged and deployed it to Artifactory. The problem I am facing is the urls field in index.yaml file of the helm repo is getting updated as local://<helm-package>.tgz and because of this if this chart is added as a dependency to another chart, helm dependency update fails complaining the URL is not correct. Can somebody help me here?

  test-package:
  - apiVersion: v1
    appVersion: "1.0"
    created: 2019-11-06T02:27:56.610Z
    description: A Helm chart for Kubernetes
    digest: 5897439721fd0e8de0766fdc47b0d6566a487f21672d59bee549f5eb3e6372a2
    name: test-package
    **urls:
    - local://test-package-0.1.0.tgz**
    version: 0.1.0
-- Prabhat
artifactory
kubernetes-helm

0 Answers