What is the effect of using `helm upgrade --install` when a release does not yet exist?
-
A
It throws an error because the release must exist first
-
B
It performs an install instead of an upgrade
-
C
It creates the release in a pending state awaiting approval
-
D
It upgrades the chart version only, not the configuration