Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

helm3 / function "lookup" not defined

I recently installed microk8s, and enabled helm3 and dns addons on microk8s. Deployment from stable/chart works fine but any deployment from bitnami/chart fails.

OS: Ubuntu 20.04.1 LTS -- microk8s: 1.19/stable

microk8s.helm3 install my-release bitnami/jenkins
=> Error: parse error at (jenkins/charts/common/templates/_secrets.tpl:84): function "lookup" not defined

microk8s.helm3 install my-release bitnami/magento
=> Error: parse error at (magento/charts/elasticsearch/charts/common/templates/_secrets.tpl:84): function "lookup" not defined
like image 933
gharbi.bdr Avatar asked Oct 15 '25 01:10

gharbi.bdr


1 Answers

There was a bug reported here and here which was caused by the conditional inclusion of lookup into the function map.

A fix for it was merged here and is now available from Helm version 3.2.0.

So, in order to fix this issue you should update your Helm to version 3.2.0 or newer.

like image 150
Wytrzymały Wiktor Avatar answered Oct 17 '25 17:10

Wytrzymały Wiktor



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!