mirror of https://github.com/helm/helm
Merge pull request #9824 from sathieu/fix_helm_chart_download_without_trailing_slash
Fix URL with encoded path support for ChartDownloaderpull/11414/head
commit
792450129f
@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
entries:
|
||||
foobar:
|
||||
- name: foobar
|
||||
description: Foo Chart With Encoded URL
|
||||
home: https://helm.sh/helm
|
||||
keywords: []
|
||||
maintainers: []
|
||||
sources:
|
||||
- https://github.com/helm/charts
|
||||
urls:
|
||||
- charts/foobar-4.2.1.tgz
|
||||
version: 4.2.1
|
||||
checksum: 0e6661f193211d7a5206918d42f5c2a9470b737d
|
||||
apiVersion: v2
|
Loading…
Reference in new issue