Michael Kotten
Michael Kotten
@leqnam Don‘t you miss something with this old chart version?
My workaround was to download the latest helm chart and remove the kubeVersion restriction from Chart.yaml. ```Shell $ helm repo add rancher https://releases.rancher.com/server-charts/latest $ helm repo update $ helm pull...
is there any progress on this? In air-gapped evironments this can be crucial.
Is there any progress on this?
Thanks for your work. We have to discuss if this change can be made because there is still a major change in SunGather coming.
From the error message I would think that there's a problem with any of the 3 objects: `inverter.inverter_config | inverter.client_config | inverter.latest_scrape`. If you have the possibility to debug the...
Once you have the output please post it here.
Another guess would be to update your python version to > 3.9
I think `TypeError: unsupported operand type(s) for |: 'dict' and 'dict'` means that your python version doesn't support merging multiple json objects using the `|` operand.
`pip install --no-cache-dir --upgrade pycryptodomex==3.11.0 -r requirements.txt` should do the trick. You have to install the dependencies first.