Skip to content

Commit b191887

Browse files
authored
[release/v1.6] v1.6.0-rc.1 bump up envoy proxy image to v1.36.2 (#7399)
Signed-off-by: Rudrakh Panigrahi <[email protected]>
1 parent f0c3f75 commit b191887

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
@@ -23,7 +23,7 @@ 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-v1.36.0"
26+
DefaultEnvoyProxyImage = "docker.io/envoyproxy/envoy:distroless-v1.36.2"
2727
// DefaultShutdownManagerCPUResourceRequests for shutdown manager cpu resource
2828
DefaultShutdownManagerCPUResourceRequests = "10m"
2929
// 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
@@ -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-v1.36.0
74+
image: docker.io/envoyproxy/envoy:distroless-v1.36.2
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-v1.36.0
224+
image: docker.io/envoyproxy/envoy:distroless-v1.36.2
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-v1.36.0
173+
image: docker.io/envoyproxy/envoy:distroless-v1.36.2
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-v1.36.0
239+
image: docker.io/envoyproxy/envoy:distroless-v1.36.2
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-v1.36.0
233+
image: docker.io/envoyproxy/envoy:distroless-v1.36.2
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-v1.36.0
224+
image: docker.io/envoyproxy/envoy:distroless-v1.36.2
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-v1.36.0
224+
image: docker.io/envoyproxy/envoy:distroless-v1.36.2
225225
imagePullPolicy: IfNotPresent
226226
lifecycle:
227227
preStop:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/shutdown-manager.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-v1.36.0
224+
image: docker.io/envoyproxy/envoy:distroless-v1.36.2
225225
imagePullPolicy: IfNotPresent
226226
lifecycle:
227227
preStop:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ spec:
226226
fieldRef:
227227
apiVersion: v1
228228
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
229-
image: docker.io/envoyproxy/envoy:distroless-v1.36.0
229+
image: docker.io/envoyproxy/envoy:distroless-v1.36.2
230230
imagePullPolicy: IfNotPresent
231231
lifecycle:
232232
preStop:

0 commit comments

Comments
 (0)