Bruno Macedo
Bruno Macedo

Reputation: 150

How made umbrella chart update existing helm deployment

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

Upvotes: 0

Views: 461

Answers (1)

coderanger
coderanger

Reputation: 54249

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.

Upvotes: 3

Related Questions