Failed to deploy clamav chart with HPA memory
I try to configure HPA with memory limits, but Chart is invalid due to values.schema.json https://github.com/wiremind/wiremind-helm-charts/blob/main/charts/clamav/values.schema.json#L216
Both values are null and we have an error like : Error: values don't meet the specifications of the schema(s) in the following chart(s): clamav: - hpa.memory: Invalid type. Expected: null, given: string
I deploy with argocd
Indeed, schema is wrong here... PR accepted!
Looks like PR #227 is in place now.
For reference: https://github.com/wiremind/wiremind-helm-charts/pull/230 has been merged, but not the schema yet.