The default image deployed by the Helm chart uses a combination of the version defined in Chart.yaml and image.tag which are both currently still set 0.1.0. Thus, when installing v0.1.6 of the chart the user will end up running version 0.1.0 unless they explicitly override image.tag.
The default image deployed by the Helm chart uses a combination of the
versiondefined inChart.yamlandimage.tagwhich are both currently still set0.1.0. Thus, when installingv0.1.6of the chart the user will end up running version0.1.0unless they explicitly overrideimage.tag.