I would like to have to update only one application version field. Currently in maven's pom.xml I have the version as usual :
<version>1.1.0</version>
I would like that field in inherit from Helm's Chart.yaml appVersion property.
appVersion: 1.1.0
Is this possible to be done via Helm templating or some other way?