I have a use case where i want to have dynamic value for given attribute in helm values.yaml.For example I have below version file
version=123
I want to dynamically parse and consume this version into helm values.yaml version attribute.
Expected values.yaml
name: abc
version: 123