I'm fairly new to helm as I use charts created by other ppl for our applications and I'm trying to do something that I suppose is kinda easy but couldn't manage to find how to. Basically I want to pass application version to my react app. Based on the few information I found, here is what I came up with
image:
tag: 0.2.6
extraEnv:
- name: REACT_APP_APP_VERSION
value: {image.tag}
thx in advance