-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Description
I'm trying to replicate what's possible to do with helm package --app-version but with the new OCI experimental commands helm chart save. My understanding is that's not possible today, but is it possible to accomplish this at some point?
I'm finding #3196 very useful especially in a CI/CD pipeline where the appVersion doesn't reside in the Chart.yaml and has to be dynamically injected while building the chart package. There is maybe more flags to take into consideration which are available today via the helm package -h command too.
Alternatively, could we use first helm package --app-version and then use helm chart save with the generated .tgz file?
Note: I have also seen this thread #3196 where it's mentioned that adding --app-version while doing helm install|updgrade is not possible by design.
Thanks for any thought and guidance here.
- Output of
helm version: 3.0.0 - Output of
kubectl version: N/A - Cloud Provider/Platform (AKS, GKE, Minikube etc.): N/A