Skip to content

Commit 19eb5f5

Browse files
authored
[release/v1.2] pin envoy and ratelimit images (#4526)
pin envoy and ratelimit images Signed-off-by: Huabing Zhao <[email protected]>
1 parent 6f5ae8e commit 19eb5f5

38 files changed

+39
-39
lines changed

api/v1alpha1/shared_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ const (
2222
// DefaultDeploymentMemoryResourceRequests for deployment memory resource
2323
DefaultDeploymentMemoryResourceRequests = "512Mi"
2424
// DefaultEnvoyProxyImage is the default image used by envoyproxy
25-
DefaultEnvoyProxyImage = "envoyproxy/envoy:distroless-dev"
25+
DefaultEnvoyProxyImage = "envoyproxy/envoy:distroless-v1.32.0"
2626
// DefaultShutdownManagerCPUResourceRequests for shutdown manager cpu resource
2727
DefaultShutdownManagerCPUResourceRequests = "10m"
2828
// DefaultShutdownManagerMemoryResourceRequests for shutdown manager memory resource
2929
DefaultShutdownManagerMemoryResourceRequests = "32Mi"
3030
// DefaultShutdownManagerImage is the default image used for the shutdown manager.
3131
DefaultShutdownManagerImage = "envoyproxy/gateway-dev:latest"
3232
// DefaultRateLimitImage is the default image used by ratelimit.
33-
DefaultRateLimitImage = "envoyproxy/ratelimit:master"
33+
DefaultRateLimitImage = "envoyproxy/ratelimit:28b1629a"
3434
// HTTPProtocol is the common-used http protocol.
3535
HTTPProtocol = "http"
3636
// GRPCProtocol is the common-used grpc protocol.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
fieldRef:
5757
apiVersion: v1
5858
fieldPath: metadata.name
59-
image: envoyproxy/envoy:distroless-dev
59+
image: envoyproxy/envoy:distroless-v1.32.0
6060
imagePullPolicy: IfNotPresent
6161
lifecycle:
6262
preStop:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ spec:
223223
fieldRef:
224224
apiVersion: v1
225225
fieldPath: metadata.name
226-
image: envoyproxy/envoy:distroless-dev
226+
image: envoyproxy/envoy:distroless-v1.32.0
227227
imagePullPolicy: IfNotPresent
228228
lifecycle:
229229
preStop:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ spec:
197197
fieldRef:
198198
apiVersion: v1
199199
fieldPath: metadata.name
200-
image: envoyproxy/envoy:distroless-dev
200+
image: envoyproxy/envoy:distroless-v1.32.0
201201
imagePullPolicy: IfNotPresent
202202
lifecycle:
203203
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
@@ -232,7 +232,7 @@ spec:
232232
fieldRef:
233233
apiVersion: v1
234234
fieldPath: metadata.name
235-
image: envoyproxy/envoy:distroless-dev
235+
image: envoyproxy/envoy:distroless-v1.32.0
236236
imagePullPolicy: IfNotPresent
237237
lifecycle:
238238
preStop:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ spec:
223223
fieldRef:
224224
apiVersion: v1
225225
fieldPath: metadata.name
226-
image: envoyproxy/envoy:distroless-dev
226+
image: envoyproxy/envoy:distroless-v1.32.0
227227
imagePullPolicy: IfNotPresent
228228
lifecycle:
229229
preStop:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/shutdown-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ spec:
223223
fieldRef:
224224
apiVersion: v1
225225
fieldPath: metadata.name
226-
image: envoyproxy/envoy:distroless-dev
226+
image: envoyproxy/envoy:distroless-v1.32.0
227227
imagePullPolicy: IfNotPresent
228228
lifecycle:
229229
preStop:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/with-annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ spec:
228228
fieldRef:
229229
apiVersion: v1
230230
fieldPath: metadata.name
231-
image: envoyproxy/envoy:distroless-dev
231+
image: envoyproxy/envoy:distroless-v1.32.0
232232
imagePullPolicy: IfNotPresent
233233
lifecycle:
234234
preStop:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/with-concurrency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
fieldRef:
5757
apiVersion: v1
5858
fieldPath: metadata.name
59-
image: envoyproxy/envoy:distroless-dev
59+
image: envoyproxy/envoy:distroless-v1.32.0
6060
imagePullPolicy: IfNotPresent
6161
lifecycle:
6262
preStop:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/with-extra-args.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ spec:
225225
fieldRef:
226226
apiVersion: v1
227227
fieldPath: metadata.name
228-
image: envoyproxy/envoy:distroless-dev
228+
image: envoyproxy/envoy:distroless-v1.32.0
229229
imagePullPolicy: IfNotPresent
230230
lifecycle:
231231
preStop:

0 commit comments

Comments
 (0)