I am trying to install latest 2022 version using helm and I get following error.
Error: template: fmeserver-2022.0/charts/postgresql/templates/svc.yaml:34:24: executing "fmeserver-2022.0/charts/postgresql/templates/svc.yaml" at <{{template "postgresql.port" .}}>: template "postgresql.port" not defined
Following are steps I followed.
Steps:
1. Add repo
helm repo add safesoftware https://safesoftware.github.io/helm-charts/
2. Update repo
helm repo update
3. Get values.yaml
helm show values safesoftware/fmeserver-2022.0 >> values2022.yaml
4. Install
helm install fme2022 safesoftware/fmeserver-2022.0 -f values2022.yaml -n fmeserver2022
Can anyone help on this issue?