Skip to content

Commit 3b425b2

Browse files
authored
Merge pull request #13 from selectel/add-envoy-gateway-v1.7.1
rename values file
2 parents 962462e + 31626c8 commit 3b425b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ global:
1111
images:
1212
envoyGateway:
1313
# This is the full image name including the hub, repo, and tag.
14-
image: ${GatewayImage}
14+
image: docker.io/envoyproxy/gateway:v1.7.1
1515
# Specify image pull policy if default behavior isn't desired.
1616
# Default behavior: latest images will be Always else IfNotPresent.
17-
pullPolicy: ${GatewayImagePullPolicy}
17+
pullPolicy: IfNotPresent
1818
# List of secrets in the same namespace of the component that can be used to pull images from private repositories.
1919
pullSecrets: []
2020
ratelimit:

0 commit comments

Comments
 (0)