fluid-cloudnative / fluid

Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)
https://fluid-cloudnative.github.io/
Apache License 2.0
1.68k stars 960 forks source link

[FEATURES] Seperate image in fluid helm chart to image and tag #881

Open xieydd opened 3 years ago

xieydd commented 3 years ago

What feature you'd like to add: Seperate image in fluid helm chart to image and tag, for example: - image: "{{ .Values.runtime.alluxio.controller.image}}" to - image: "{{ .Values.runtime.alluxio.controller.image.repository }}:{{ .Values.runtime.alluxio.controller.image.tag }}" Why is this feature needed: Follow the general rules

xieydd commented 3 years ago

@cheyang @TrafalgarZZZ cc

cheyang commented 3 years ago

Looks good to me. Would you like fix it? Thanks.

xieydd commented 3 years ago

ok, i will fix it.