Open
Description
Before proceeding
- I didn't find a similar issue
Version
2.13.1
How to reproduce
$ werf helm upgrade --install --wait --wait-for-jobs cert-manager https://charts.jetstack.io/charts/cert-manager-v1.16.2.tgz --namespace cert-manager --create-namespace --set installCRDs=true
Error: UPGRADE FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
cert-manager:
- (root): Additional property werf is not allowed
Result
See above.
Expected result
To work, as it works without werf
.
Additional information
No response