fluid icon indicating copy to clipboard operation
fluid copied to clipboard

[ENHANCEMENT] Setting version variable in Fluid helm chart's values.yaml

Open TrafalgarZZZ opened this issue 2 years ago • 1 comments

What feature you'd like to add:

Setting version variable in Fluid helm chart's values.yaml.

Why is this feature needed: To improve readability

TrafalgarZZZ avatar Mar 13 '23 05:03 TrafalgarZZZ

Update repository and tag through environment variable @TrafalgarZZZ For example

"{{ .Values.yurtControllerManager.image.repository }}:{{ .Values.yurtControllerManager.image.tag }}"

see https://github.com/openyurtio/openyurt/blob/master/charts/openyurt/templates/yurt-controller-manager.yaml

fengshunli avatar Mar 13 '23 05:03 fengshunli