Solved

Failed Helm Upgrade to 6.5.4

  • 12 February 2024
  • 2 comments
  • 143 views

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?

icon

Best answer by Satish 12 February 2024, 17:50

View original

2 comments

Userlevel 3
Badge +1

@tcrawford 

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

Userlevel 7
Badge +6

Hi, thanks so much for sharing with us @tcrawford !👏🏻

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:

Demo: Deploy an EKS cluster, Kasten, and PacMan with AWS CloudShell – Cloud and Roll (cloudnroll.com)

 

 

 

Comment