HiveBrain v1.2.0
Get Started
← Back to all entries
snippetkubernetesMinor

Original Helm chart gone - how can I find / get it from the cluster?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
canfindthechartoriginalgonegethelmhowfrom

Problem

I'm connected to a cluster which has a release, from a chart, but it was installed by someone else who I think used a tweaked, locally-stored chart.

I don't have access to their original chart/repo. Is there a way I can retrieve it from the cluster, so I can tweak/amend, and re-install it?

Or, can I find the URL of the original repo that was used? The chart name is wordpress-0.6.0, but that's of no use, since it's the same as the "official"/original one.

Solution

You can use helm get manifest to fetch the kubernets manifests and you can use helm get values to get the values.yaml from the cluster. But I don't think there is any way to get the chart files back. Sorry.

PS: Please replace `` with your release name.

Context

StackExchange DevOps Q#4344, answer score: 3

Revisions (0)

No revisions yet.