Skip to content

Commit 180c6ce

Browse files
authored
[release/v1.1] bump envoy (#4596)
bump envoy to v1.31.3 Signed-off-by: Guy Daich <[email protected]>
1 parent 13fee13 commit 180c6ce

29 files changed

+29
-29
lines changed

api/v1alpha1/shared_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
// DefaultDeploymentMemoryResourceRequests for deployment memory resource
2222
DefaultDeploymentMemoryResourceRequests = "512Mi"
2323
// DefaultEnvoyProxyImage is the default image used by envoyproxy
24-
DefaultEnvoyProxyImage = "envoyproxy/envoy:distroless-v1.31.2"
24+
DefaultEnvoyProxyImage = "envoyproxy/envoy:distroless-v1.31.3"
2525
// DefaultShutdownManagerCPUResourceRequests for shutdown manager cpu resource
2626
DefaultShutdownManagerCPUResourceRequests = "10m"
2727
// DefaultShutdownManagerMemoryResourceRequests for shutdown manager memory resource

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
fieldRef:
5656
apiVersion: v1
5757
fieldPath: metadata.name
58-
image: envoyproxy/envoy:distroless-v1.31.2
58+
image: envoyproxy/envoy:distroless-v1.31.3
5959
imagePullPolicy: IfNotPresent
6060
lifecycle:
6161
preStop:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ spec:
222222
fieldRef:
223223
apiVersion: v1
224224
fieldPath: metadata.name
225-
image: envoyproxy/envoy:distroless-v1.31.2
225+
image: envoyproxy/envoy:distroless-v1.31.3
226226
imagePullPolicy: IfNotPresent
227227
lifecycle:
228228
preStop:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ spec:
196196
fieldRef:
197197
apiVersion: v1
198198
fieldPath: metadata.name
199-
image: envoyproxy/envoy:distroless-v1.31.2
199+
image: envoyproxy/envoy:distroless-v1.31.3
200200
imagePullPolicy: IfNotPresent
201201
lifecycle:
202202
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
@@ -233,7 +233,7 @@ spec:
233233
fieldRef:
234234
apiVersion: v1
235235
fieldPath: metadata.name
236-
image: envoyproxy/envoy:distroless-v1.31.2
236+
image: envoyproxy/envoy:distroless-v1.31.3
237237
imagePullPolicy: IfNotPresent
238238
lifecycle:
239239
preStop:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ spec:
222222
fieldRef:
223223
apiVersion: v1
224224
fieldPath: metadata.name
225-
image: envoyproxy/envoy:distroless-v1.31.2
225+
image: envoyproxy/envoy:distroless-v1.31.3
226226
imagePullPolicy: IfNotPresent
227227
lifecycle:
228228
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-v1.31.2
226+
image: envoyproxy/envoy:distroless-v1.31.3
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
@@ -227,7 +227,7 @@ spec:
227227
fieldRef:
228228
apiVersion: v1
229229
fieldPath: metadata.name
230-
image: envoyproxy/envoy:distroless-v1.31.2
230+
image: envoyproxy/envoy:distroless-v1.31.3
231231
imagePullPolicy: IfNotPresent
232232
lifecycle:
233233
preStop:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
fieldRef:
5656
apiVersion: v1
5757
fieldPath: metadata.name
58-
image: envoyproxy/envoy:distroless-v1.31.2
58+
image: envoyproxy/envoy:distroless-v1.31.3
5959
imagePullPolicy: IfNotPresent
6060
lifecycle:
6161
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
@@ -224,7 +224,7 @@ spec:
224224
fieldRef:
225225
apiVersion: v1
226226
fieldPath: metadata.name
227-
image: envoyproxy/envoy:distroless-v1.31.2
227+
image: envoyproxy/envoy:distroless-v1.31.3
228228
imagePullPolicy: IfNotPresent
229229
lifecycle:
230230
preStop:

0 commit comments

Comments
 (0)