Describe the bug
I'm trying to install the spinnaker chart with the following:
helm install --name spinnaker --namespace spinnaker stable/spinnaker --timeout 600
and I get the following error:
Error: parse error in "spinnaker/templates/configmap/service-settings.yaml": template: spinnaker/templates/configmap/service-settings.yaml:37: function "mergeOverwrite" not defined
Version of Helm and Kubernetes:
Helm :
Client: &version.Version{SemVer:"v2.11.0"
Server: &version.Version{SemVer:"v2.11.0"
Kubernetes -
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.0", GitCommit:"641856db18352033a0d96dbc99153fa3b27298e5", GitTreeState:"clean", BuildDate:"2019-03-26T00:05:06Z", GoVersion:"go1.12.1", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"12+", GitVersion:"v1.12.6-eks-d69f1b", GitCommit:"d69f1bf3669bf00b7f4a758e978e0e7a1e3a68f7", GitTreeState:"clean", BuildDate:"2019-02-28T20:26:10Z", GoVersion:"go1.10.8", Compiler:"gc", Platform:"linux/amd64"}
Which chart:
chart/spinnaker
What happened:
Error: parse error in "spinnaker/templates/configmap/service-settings.yaml": template: spinnaker/templates/configmap/service-settings.yaml:37: function "mergeOverwrite" not defined
How to reproduce it (as minimally and precisely as possible):
Just run helm install --name spinnaker --namespace spinnaker stable/spinnaker --timeout 600
Same issue here...
I've tried with the version 1.9.2 and 1.9.0 of the chart, without any luck.
It seems that a function that is used is not found
1.8.1 works, it seems everything started with this commit
https://github.com/helm/charts/commit/31ad12ec319cb3f0d24bae6442a8c67bd2dd7414#diff-11837cb896496930361706911a2f4518
where I think mergeOverwrite appears for the first time
Same issue as well.
Same issue here too. Maybe some commit merge went wrong?
Have you tried updating your version of helm? I saw this issue before updating to latest helm version
Is there an update on this? I'm still unable to get spinnaker up and running on my K8s cluster.
@aryak93 what version of helm/tiller are you using?
helm version
Client: &version.Version{SemVer:"v2.12.3",
Server: &version.Version{SemVer:"v2.12.3",
can you try upgrading to v2.14.0 and check if you get the same error?
That actually worked thank you! @aryak93 upgrade your helm version for client and server.
For me, upgrading to v2.14.0 didn't work, I'm still getting the same error. Using version 1.8.1 of the chart works though.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
This issue is being automatically closed due to inactivity.
Most helpful comment
can you try upgrading to v2.14.0 and check if you get the same error?