Hello guys, the following command, ends in an erro...
# ask-community
m
Hello guys, the following command, ends in an error:
Copy code
helm upgrade prefect-worker prefect/prefect-worker --version 2024.2.15205711 \
  --namespace=prefect \
  -f values.yaml --set-file worker.config.baseJobTemplate.configuration=base-job-template.json
Copy code
Error: UPGRADE FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
prefect-worker:
- worker.config.baseJobTemplate: Invalid type. Expected: [string,null], given: object
NVM this version uses a different schema where it should be like this
Copy code
--set-file worker.config.baseJobTemplate=base-job-template.json