ahmedgabers opened a new pull request, #1003:
URL: https://github.com/apache/apisix-helm-chart/pull/1003

   extraContainers entries are raw container specs, so an image reference 
inside them cannot be composed from other values the way first-class image 
fields can. Rendering the list through `tpl` lets entries carry template 
expressions (e.g. `image: "{{ .Values.someRepository }}:{{ .Values.someTag 
}}"`), matching the common pattern for extra-container passthroughs. Plain 
specs render unchanged.
   
   Verified with `helm template`: a templated entry expands correctly, and 
untemplated values render byte-identical to the current output. Chart version 
bumped 2.17.0 -> 2.17.1; values doc comment and README row updated.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to