mirror of https://github.com/helm/helm
`helm package`, `helm template` and `helm install` will now work if a subchart from chartcenter is used. This fixes #8537 Signed-off-by: Jonas Rutishauser <jonas.rutishauser@alumni.ethz.ch>pull/8875/head
parent
fc9b46067f
commit
8c14aa9a7f
@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: A Helm chart for Kubernetes
|
||||
name: chartcenter
|
||||
version: 0.1.0
|
||||
dependencies:
|
||||
- name: stable/mariadb
|
||||
version: 4.x.x
|
||||
repository: "https://repo.chartcenter.io"
|
Binary file not shown.
Loading…
Reference in new issue