Hello everyone, I wish you a great day,
I’ve been trying to install Mender Server with this tutorial:
https://docs.mender.io/3.7/server-installation/production-installation-with-kubernetes/mender-server
and I’m stuck at this step “Installing the Mender Helm chart”. I created the mender-3.7.5.yml file and try to run it with helm upgrade --install mender mender/mender -f mender-3.7.5.yml
as per tutorial, but I get the following error message:
coalesce.go:199: warning: cannot overwrite table with non table for image (map[pullPolicy:IfNotPresent repository:nats tag:2.9.20-alpine])
coalesce.go:199: warning: cannot overwrite table with non table for image (map[pullPolicy:IfNotPresent repository:nats tag:2.9.20-alpine])
coalesce.go:199: warning: cannot overwrite table with non table for image (map[pullPolicy:IfNotPresent repository:nats tag:2.9.20-alpine])
Error: UPGRADE FAILED: template: mender/templates/useradm/deployment.yaml:33:8: executing "mender/templates/useradm/deployment.yaml" at <include "mender.useradmPodTemplate" $context>: error calling include: template: mender/templates/useradm/_podtemplate.yaml:145:31: executing "mender.useradmPodTemplate" at <include "menderVersionMajor" .>: error calling include: template: mender/templates/_helpers.tpl:260:56: executing "menderVersionMajor" at <$mndr_splitted._1>: undefined variable: $mndr_splitted
I’m running Ubuntu 20.04, freshly installed and I installed k3s as well as helm per the tutorial all fresh.
I tried to look up the error messages, but nothing came up, I assume because “mndr_splitted” is something wrong with the helm config?
Maybe someone of you already encountered this and might be able to help?
Thank you and have a nice day!