Elasticsearch/templates/configmap.yaml:51:16: executing "elasticsearch/templates/configmap.yaml" at <.Values.appVersion>: appVersion is not a method but has arguments

I deployed 6.6.0 version using helm stable chart using below command:-
helm install -f values.yml --name=elasticsearch --namespace=development stable/elasticsearch
Then deleted the deployed chart. Cleaned up all the persistent volumes for K8s dashboard.
Changed the values.yaml with appVersion: 5.6.0 and tag: 5.6.0 to deploy older version of ES.
helm install -f values.yml --name=elasticsearch-5.6 --namespace=development stable/elasticsearch

getting below error:-

Error: render error in "elasticsearch/templates/configmap.yaml": template: elasticsearch/templates/configmap.yaml:51:16: executing "elasticsearch/templates/configmap.yaml" at <.Values.appVersion>: appVersion is not a method but has arguments

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.