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
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