Hello, I was able to follow this guide <deploying ...
# ask-community
g
Hello, I was able to follow this guide deploying dagster on helm. The last version that I deployed successfully was dagster-1.3.13. Now, when I try and use the newest version I get the following error:
Error: UPGRADE FAILED: parse error at (dagster/templates/helpers/_service-webserver.tpl:2): function "mustFromJson" not defined
I'm not sure how this function is imported. I understand there is this list of template functions provided by helm https://helm.sh/docs/chart_template_guide/function_list/ this includes (mustToJson & fromJson), this does not include "mustFromJson".
🤖 1
s
Hey Graham, what version of Helm are you using (try
helm version
). I am noticing now that
mustFromJson
appears to be undocumented but it is defined in my installation.
g
Hey, ah ok, i'm on an older version
s
did you try bumping and does it work now?
g
yes, it does, thank you 🙇
🙌 1