You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now components that use helm charts from a localPath are required to specify the version as well. This is redundant since the chart obviously has a chart version in the Chart.yaml file. What is worse is that the version specified below can be different than the chart which is at best misleading.
- name: splashlocalPath: ../charts/splashversion: "0.0.1"# THIS SHOULD NOT BE REQUIRED WHEN localPath IS SPECIFIEDnamespace: defaultvaluesFiles:
- splash-values.yaml