How made umbrella chart update existing helm deployment

10/4/2019

I have a umbrella chart and I want to know if it's possible to update an existing helm deployment through my requirements.yaml in my umbrella chart. First app tier should be updated by my umbrella chart, not creating a new one.

First, app tier chart and second, my umbrellar chart containing app tier

-- Bruno Macedo
charts
kubernetes
kubernetes-helm
umbrella

1 Answer

10/4/2019

Not directly. If you did some kind of funky CRD with one of the existing Helm operators then maybe, but overall releases don't know about each other.

-- coderanger
Source: StackOverflow