Have had no issues upgrading before, but now we are trying to upgrade from 6.5.2 > 6.5.4 running this command
helm repo update && \
helm get values k10 --output yaml --namespace=kasten-io-test > k10_val.yaml && \
helm upgrade k10 kasten/k10 --namespace=kasten-io-f k10_val.yaml --version=6.5.4
and then we get this error
Error: UPGRADE FAILED: parse error at (k10/templates/v0services.yaml:128): function "continue" not defined
Any have any ideas why this is now popping up?
Thanks for reaching out to us.
Upgrading Kasten K10 to 6.5.3 or greater fails with parse error
(k10/templates/v0services.yaml:128): function “continue” not defined
Problem Description :- Following error that occurs when upgrading Kasten K10 to 6.5.3 using Helm
Error: UPGRADE FAILED: parse error at (k10/templates/v0services.yaml:128): function “continue” not defined
Resolution:
-
Download the latest Helm Binary greater than 3.9.x (For example 3.14 is the current latest version)
-
Retry Upgrade to K10 6.5.3
Let me know if you have any questions.
Regards
Satish
Hi, thanks so much for sharing with us
I updated the Helm version in the script available on my GitHub to deploy an AWS EKS cluster + Kasten K10 application automatically.
https://github.com/luizeduardoserrano/eks-k10/tree/main
Link to the article + video + step-by-step:
Comment
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.