I try to install listmonk via helm:
helm upgrade \
--create-namespace \
--install listmonk listmonk \
--namespace listmonk-test \
--repo https://th0th.github.io/helm-charts \
--values values.yaml \
--version 5.0.3-3
but got:
Release "listmonk" does not exist. Installing it now.
Error: values don't meet the specifications of the schema(s) in the following chart(s):
listmonk:
failing loading "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/refs/heads/master/v1.31.6/resourcerequirements.json": invalid file url: https://raw.githubusercontent.com/yannh/kubernetes-json-schema/refs/heads/master/v1.31.6/resourcerequirements.json
I can open the resourcerequirements.json file in the browser.
I try to install listmonk via helm:
but got:
I can open the resourcerequirements.json file in the browser.