How to handle dependency graph while upgrade the helm charts added as argocd applications #24108
Unanswered
surajmuthreja
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case where I have one Parent Helm chart which further has 10 child helm charts created as dependent charts in parent chart.
now when I add this parent helm chart in argocd , I can install the parent helm chart which further install all the child helm chart as well.
Now during upgrade of lets say 5 of child helm chart, is there a way i can enforce the dependency check e.g.
Child-5 chart deploying the application which is accessible by child-4 chart application. Similarly , child-4 chart's application is accessible by child-3 chart's application.
and child-2 chart's application is accessible by child-1 chart's application.
can I enforce the upgrade to be triggered based on this dependency so that first main child chart is upgraded and then do sanity check and then upgrade dependent child chart and so on?
Beta Was this translation helpful? Give feedback.
All reactions