Skip to content

Commit 9b48b8f

Browse files
authored
Bump envoyproxy image release/v1.5 (envoyproxy#7659)
Bump envoyproxy image Signed-off-by: jukie <[email protected]>
1 parent 458b231 commit 9b48b8f

37 files changed

+38
-38
lines changed

api/v1alpha1/shared_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
// DefaultDeploymentMemoryResourceRequests for deployment memory resource
2525
DefaultDeploymentMemoryResourceRequests = "512Mi"
2626
// DefaultEnvoyProxyImage is the default image used by envoyproxy
27-
DefaultEnvoyProxyImage = "docker.io/envoyproxy/envoy:distroless-v1.35.6"
27+
DefaultEnvoyProxyImage = "docker.io/envoyproxy/envoy:distroless-v1.35.7"
2828
// DefaultShutdownManagerCPUResourceRequests for shutdown manager cpu resource
2929
DefaultShutdownManagerCPUResourceRequests = "10m"
3030
// 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
@@ -73,7 +73,7 @@ spec:
7373
fieldRef:
7474
apiVersion: v1
7575
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
76-
image: docker.io/envoyproxy/envoy:distroless-v1.35.6
76+
image: docker.io/envoyproxy/envoy:distroless-v1.35.7
7777
imagePullPolicy: IfNotPresent
7878
lifecycle:
7979
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.annotations['topology.kubernetes.io/zone']
226-
image: docker.io/envoyproxy/envoy:distroless-v1.35.6
226+
image: docker.io/envoyproxy/envoy:distroless-v1.35.7
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
@@ -172,7 +172,7 @@ spec:
172172
fieldRef:
173173
apiVersion: v1
174174
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
175-
image: docker.io/envoyproxy/envoy:distroless-v1.35.6
175+
image: docker.io/envoyproxy/envoy:distroless-v1.35.7
176176
imagePullPolicy: IfNotPresent
177177
lifecycle:
178178
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
@@ -238,7 +238,7 @@ spec:
238238
fieldRef:
239239
apiVersion: v1
240240
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
241-
image: docker.io/envoyproxy/envoy:distroless-v1.35.6
241+
image: docker.io/envoyproxy/envoy:distroless-v1.35.7
242242
imagePullPolicy: IfNotPresent
243243
lifecycle:
244244
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.annotations['topology.kubernetes.io/zone']
235-
image: docker.io/envoyproxy/envoy:distroless-v1.35.6
235+
image: docker.io/envoyproxy/envoy:distroless-v1.35.7
236236
imagePullPolicy: IfNotPresent
237237
lifecycle:
238238
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
@@ -223,7 +223,7 @@ spec:
223223
fieldRef:
224224
apiVersion: v1
225225
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
226-
image: docker.io/envoyproxy/envoy:distroless-v1.35.6
226+
image: docker.io/envoyproxy/envoy:distroless-v1.35.7
227227
imagePullPolicy: IfNotPresent
228228
lifecycle:
229229
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.annotations['topology.kubernetes.io/zone']
226-
image: docker.io/envoyproxy/envoy:distroless-v1.35.6
226+
image: docker.io/envoyproxy/envoy:distroless-v1.35.7
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.annotations['topology.kubernetes.io/zone']
226-
image: docker.io/envoyproxy/envoy:distroless-v1.35.6
226+
image: docker.io/envoyproxy/envoy:distroless-v1.35.7
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.annotations['topology.kubernetes.io/zone']
231-
image: docker.io/envoyproxy/envoy:distroless-v1.35.6
231+
image: docker.io/envoyproxy/envoy:distroless-v1.35.7
232232
imagePullPolicy: IfNotPresent
233233
lifecycle:
234234
preStop:

0 commit comments

Comments
 (0)