gateway
gateway copied to clipboard
enhancement: use IfNotPresent for versioned helm chart release
Description:
Most versioned helm chart in the wild default to
IfNotPresentforimagePullPolicy, versioned helm chart uses tagged image so it rarely change, and change the default is good for air gapped environment.
[optional Relevant Links:] https://github.com/envoyproxy/gateway/blob/231b3b476bb897b9679f7e303904e8a4e9cc3999/charts/gateway-helm/values.tmpl.yaml#L6
This looks good, what do you think? @zirain
2 options here
- change it to
IfNotPresentonly for pinned releases - set the default to
IfNotPresentand change it toAlwaysforv0.0.0-latest
ptal @envoyproxy/gateway-maintainers
+1 for set the default to IfNotPresent and change it to Always for v0.0.0-latest.
+1 for set the default to IfNotPresent and change it to Always for v0.0.0-latest.