Re: [HIP] helm lock
Matt Fisher <matt.fisher@...>
> I wasn't aware you could do that. Is it common practice for someone to replace a chart for an in
place deployment?
A common use case is to migrate from a public chart repository (like one published on ArtifactHub) to an internal chart repository. The workflow is very similar to forking a git repository. A chart can be changed after it is deployed. You can test this out
yourself by installing one chart and call
helm upgrade with another chart.
The situation surrounding replacing one chart with an entirely different chart is a side-effect of this behaviour; templates can be removed and replaced at-will during an upgrade. It's important to keep in mind that Helm simply renders the templates, compares
the rendered manifests with the previous release, and creates/updates/deletes resources as requested by the user.
Matthew Fisher Caffeinated Software Engineer
Microsoft Canada From: Justin Garrison <justinleegarrison@...>
Sent: Monday, March 1, 2021 1:02 PM To: Matt Fisher <Matt.Fisher@...> Cc: cncf-helm@... <cncf-helm@...> Subject: Re: [cncf-helm] [HIP] helm lock Thanks for the link to the PR. That seems a bit different than what I had in mind.
Those are great questions to include in the proposal. Here's some basic answers and a question for clarification.
On Thu, Feb 25, 2021 at 2:23 PM Matt Fisher <Matt.Fisher@...> wrote:
|
|