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
| global.images.envoyGateway.image | string |`nil`| Full image for the Envoy Gateway control plane Deployment installed by this chart. |
148
148
| global.images.envoyGateway.pullPolicy | string |`nil`| Image pull policy for the Envoy Gateway control plane Deployment. Default behavior: latest images will be Always else IfNotPresent. |
149
149
| global.images.envoyGateway.pullSecrets | list |`[]`| Pull secrets for the Envoy Gateway control plane Deployment. |
150
-
| global.images.envoyProxy.image | string |`""`| Full image for the managed Envoy Proxy data plane. This updates the generated `envoyProxy` config and does not change the `envoy-gateway` control plane Deployment image. If not specified, the default image built into `envoy-gateway` is used. |
150
+
| global.images.envoyProxy.image | string |`"docker.io/envoyproxy/envoy:distroless-dev"`| Full image for the managed Envoy Proxy data plane. This updates the generated `envoyProxy` config and does not change the `envoy-gateway` control plane Deployment image. If not specified, the default image built into `envoy-gateway` is used. |
151
151
| global.images.envoyProxy.pullPolicy | string |`""`| Image pull policy for the managed Envoy Proxy data plane. Default behavior: IfNotPresent. |
152
152
| global.images.envoyProxy.pullSecrets | list |`[]`| Pull secrets for the managed Envoy Proxy data plane. |
9. Create a topic branch for updating the [Envoy proxy image][] and [Envoy Ratelimit image][] to the tag supported by the release.
66
-
Please note that the tags should be updated in both the source code and the Helm chart. Reference [PR #5872][]
66
+
Please note that the tags should be updated in both the source code and the Helm chart, including `global.images.envoyProxy.image`in`charts/gateway-helm/values.tmpl.yaml`. Reference [PR #5872][]
67
67
for additional details on updating the image tag.
68
68
69
69
(+v1.8.x only) After updating the Envoy proxy image tag, update the dynamic module SDK and example dependencies:
@@ -217,7 +217,7 @@ export GITHUB_REMOTE=origin
217
217
218
218
9. If upstream has updated the [Envoy proxy image][] or [Envoy Ratelimit image][] tag supported by the release,
219
219
you should also create a topic branch for bumping these tags.
220
-
Please note that the tags should be updated in both the source code and the Helm chart. Reference [PR #5872][]
220
+
Please note that the tags should be updated in both the source code and the Helm chart, including `global.images.envoyProxy.image`in`charts/gateway-helm/values.tmpl.yaml`. Reference [PR #5872][]
221
221
222
222
8. Tag the head of your release branch with the release tag. For example:
223
223
@@ -374,7 +374,7 @@ export GITHUB_REMOTE=origin
374
374
375
375
9. If upstream has updated the [Envoy proxy image][] or [Envoy Ratelimit image][] tag supported by the release,
376
376
you should also create a topic branch for bumping these tags.
377
-
Please note that the tags should be updated in both the source code and the Helm chart. Reference [PR #5872][]
377
+
Please note that the tags should be updated in both the source code and the Helm chart, including `global.images.envoyProxy.image` in `charts/gateway-helm/values.tmpl.yaml`. Reference [PR #5872][]
378
378
379
379
9. Tag the head of your release branch with the release tag. For example:
Copy file name to clipboardExpand all lines: site/content/en/latest/install/gateway-helm-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ The Helm chart for Envoy Gateway
86
86
| global.images.envoyGateway.image | string |`nil`| Full image for the Envoy Gateway control plane Deployment installed by this chart. |
87
87
| global.images.envoyGateway.pullPolicy | string |`nil`| Image pull policy for the Envoy Gateway control plane Deployment. Default behavior: latest images will be Always else IfNotPresent. |
88
88
| global.images.envoyGateway.pullSecrets | list |`[]`| Pull secrets for the Envoy Gateway control plane Deployment. |
89
-
| global.images.envoyProxy.image | string |`""`| Full image for the managed Envoy Proxy data plane. This updates the generated `envoyProxy` config and does not change the `envoy-gateway` control plane Deployment image. If not specified, the default image built into `envoy-gateway` is used. |
89
+
| global.images.envoyProxy.image | string |`"docker.io/envoyproxy/envoy:distroless-dev"`| Full image for the managed Envoy Proxy data plane. This updates the generated `envoyProxy` config and does not change the `envoy-gateway` control plane Deployment image. If not specified, the default image built into `envoy-gateway` is used. |
90
90
| global.images.envoyProxy.pullPolicy | string |`""`| Image pull policy for the managed Envoy Proxy data plane. Default behavior: IfNotPresent. |
91
91
| global.images.envoyProxy.pullSecrets | list |`[]`| Pull secrets for the managed Envoy Proxy data plane. |
0 commit comments