Skip to content

Commit f0c3f75

Browse files
authored
[release/v1.6] v1.6.0-rc.1 pin envoy proxy and ratelimit images (#7396)
Signed-off-by: Rudrakh Panigrahi <[email protected]>
1 parent b10f1a2 commit f0c3f75

File tree

67 files changed

+69
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+69
-69
lines changed

api/v1alpha1/shared_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ const (
2323
// DefaultDeploymentMemoryResourceRequests for deployment memory resource
2424
DefaultDeploymentMemoryResourceRequests = "512Mi"
2525
// DefaultEnvoyProxyImage is the default image used by envoyproxy
26-
DefaultEnvoyProxyImage = "docker.io/envoyproxy/envoy:distroless-dev"
26+
DefaultEnvoyProxyImage = "docker.io/envoyproxy/envoy:distroless-v1.36.0"
2727
// DefaultShutdownManagerCPUResourceRequests for shutdown manager cpu resource
2828
DefaultShutdownManagerCPUResourceRequests = "10m"
2929
// DefaultShutdownManagerMemoryResourceRequests for shutdown manager memory resource
3030
DefaultShutdownManagerMemoryResourceRequests = "32Mi"
3131
// DefaultShutdownManagerImage is the default image used for the shutdown manager.
3232
DefaultShutdownManagerImage = "docker.io/envoyproxy/gateway-dev:latest"
3333
// DefaultRateLimitImage is the default image used by ratelimit.
34-
DefaultRateLimitImage = "docker.io/envoyproxy/ratelimit:master"
34+
DefaultRateLimitImage = "docker.io/envoyproxy/ratelimit:99d85510"
3535
// HTTPProtocol is the common-used http protocol.
3636
HTTPProtocol = "http"
3737
// GRPCProtocol is the common-used grpc protocol.

charts/gateway-helm/README.md

Lines changed: 1 addition & 1 deletion

charts/gateway-helm/values.tmpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ global:
1919
pullSecrets: []
2020
ratelimit:
2121
# This is the full image name including the hub, repo, and tag.
22-
image: "docker.io/envoyproxy/ratelimit:master"
22+
image: "docker.io/envoyproxy/ratelimit:99d85510"
2323
# Specify image pull policy if default behavior isn't desired.
2424
# Default behavior: latest images will be Always else IfNotPresent.
2525
pullPolicy: IfNotPresent

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/component-level.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
fieldRef:
7272
apiVersion: v1
7373
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
74-
image: docker.io/envoyproxy/envoy:distroless-dev
74+
image: docker.io/envoyproxy/envoy:distroless-v1.36.0
7575
imagePullPolicy: IfNotPresent
7676
lifecycle:
7777
preStop:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ spec:
221221
fieldRef:
222222
apiVersion: v1
223223
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
224-
image: docker.io/envoyproxy/envoy:distroless-dev
224+
image: docker.io/envoyproxy/envoy:distroless-v1.36.0
225225
imagePullPolicy: IfNotPresent
226226
lifecycle:
227227
preStop:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/disable-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ spec:
170170
fieldRef:
171171
apiVersion: v1
172172
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
173-
image: docker.io/envoyproxy/envoy:distroless-dev
173+
image: docker.io/envoyproxy/envoy:distroless-v1.36.0
174174
imagePullPolicy: IfNotPresent
175175
lifecycle:
176176
preStop:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/gateway-namespace-mode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ spec:
236236
fieldRef:
237237
apiVersion: v1
238238
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
239-
image: docker.io/envoyproxy/envoy:distroless-dev
239+
image: docker.io/envoyproxy/envoy:distroless-v1.36.0
240240
imagePullPolicy: IfNotPresent
241241
lifecycle:
242242
preStop:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/override-labels-and-annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ spec:
230230
fieldRef:
231231
apiVersion: v1
232232
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
233-
image: docker.io/envoyproxy/envoy:distroless-dev
233+
image: docker.io/envoyproxy/envoy:distroless-v1.36.0
234234
imagePullPolicy: IfNotPresent
235235
lifecycle:
236236
preStop:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/override-prometheus-annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ spec:
221221
fieldRef:
222222
apiVersion: v1
223223
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
224-
image: docker.io/envoyproxy/envoy:distroless-dev
224+
image: docker.io/envoyproxy/envoy:distroless-v1.36.0
225225
imagePullPolicy: IfNotPresent
226226
lifecycle:
227227
preStop:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/patch-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ spec:
221221
fieldRef:
222222
apiVersion: v1
223223
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
224-
image: docker.io/envoyproxy/envoy:distroless-dev
224+
image: docker.io/envoyproxy/envoy:distroless-v1.36.0
225225
imagePullPolicy: IfNotPresent
226226
lifecycle:
227227
preStop:

0 commit comments

Comments
 (0)