wiremind-helm-charts icon indicating copy to clipboard operation
wiremind-helm-charts copied to clipboard

Failed to deploy clamav chart with HPA memory

Open mblanloeil opened this issue 4 years ago • 3 comments

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

mblanloeil avatar Dec 10 '21 07:12 mblanloeil

Indeed, schema is wrong here... PR accepted!

desaintmartin avatar Apr 01 '22 08:04 desaintmartin

Looks like PR #227 is in place now.

juris avatar Jan 16 '23 11:01 juris

For reference: https://github.com/wiremind/wiremind-helm-charts/pull/230 has been merged, but not the schema yet.

desaintmartin avatar Jan 31 '23 09:01 desaintmartin