- Home
- All questions
- Question 110
CKA study material · question 110 of 1000
How does helm upgrade treat a chart whose templates are largely unchanged?
Show the answer
Answer: D. It updates only what has changed since the previous release
Helm tries the least invasive upgrade, updating only what differs from the last release.
Source: Using Helm | Helm (Helm) — 'helm upgrade' and 'helm rollback'