apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

Bug encountered when installing Apisix using Helm 3.13.*

Open hongshuo-wang opened this issue 1 year ago • 0 comments

I encountered what seems to be a bug when attempting to install Apisix using Helm 3.13.*.

Initially, I used 'helm pull apisix/apisix' to retrieve the Apisix package. Following this, I made modifications (or left it unchanged) to certain parameters in the values.yaml file. Upon checking the YAML file using 'helm template apisix', an error occurred: '<.Values.image.repository>: nil pointer evaluating interface {}.repository'.

Surprisingly, the same command worked successfully with Helm 3.12.. I'm unsure whether the issue stems from the older version of values.yaml or if it's related to Helm 3.13..

Additionally, I'm using Apisix version 2.3.1.

hongshuo-wang avatar Nov 14 '23 06:11 hongshuo-wang