Hi,
I’am trying to upgrade my kong ingress from version 0.8.0 to the latest version but I get the following error:
Error: UPGRADE FAILED: parse error at (kong/templates/ingress-class.yaml:2): function "lookup" not defined
I executed the helm repo upgrade command:
helm repo update
And after that I used the following upgrade command from the docs (https://docs.konghq.com/kubernetes-ingress-controller/2.0.x/guides/upgrade/):
helm upgrade ${YOUR_RELEASE_NAME} kong/kong \
--namespace ${YOUR_NAMESPACE} \
-f ${PATH_TO_YOUR_VALUES_FILE}
Any suggestions how fix this?
Best Tom