We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 962462e + 31626c8 commit 3b425b2Copy full SHA for 3b425b2
1 file changed
charts/gateway-helm/values.tmpl.yaml charts/gateway-helm/values.yamlcharts/gateway-helm/values.tmpl.yaml renamed to charts/gateway-helm/values.yaml
@@ -11,10 +11,10 @@ global:
11
images:
12
envoyGateway:
13
# This is the full image name including the hub, repo, and tag.
14
- image: ${GatewayImage}
+ image: docker.io/envoyproxy/gateway:v1.7.1
15
# Specify image pull policy if default behavior isn't desired.
16
# Default behavior: latest images will be Always else IfNotPresent.
17
- pullPolicy: ${GatewayImagePullPolicy}
+ pullPolicy: IfNotPresent
18
# List of secrets in the same namespace of the component that can be used to pull images from private repositories.
19
pullSecrets: []
20
ratelimit:
0 commit comments