Helm: when to push a chart

5/14/2020

I don't quite to figure out when a helm chart has to be pushed on a chartmuseum or any other repo.

I mean:

  • each time an app version changes, regardless of whether internal resources and values have not changed? For example, a new image version has changed.
  • or each time chart handles a new (or remove, or change) resource, or add a new value...?

I hope I've explained so well.

-- Jordi
kubernetes-helm

1 Answer

5/27/2020

In general, it is up to chart maintainers to push chart in any of that cases. More info about charts and verioning.

In your case, you will:

Make sure you follow SemVer 2 standard when modifying any of those.

-- edbighead
Source: StackOverflow