Skip to content

Commit 62dbfcb

Browse files
authored
Bump envoyproxy image release/v1.6 (#7658)
Bump envoyproxy image Signed-off-by: jukie <[email protected]>
1 parent 26ebf49 commit 62dbfcb

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.2"
26+
DefaultEnvoyProxyImage = "docker.io/envoyproxy/envoy:distroless-v1.36.3"
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.2
74+
image: docker.io/envoyproxy/envoy:distroless-v1.36.3
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.2
224+
image: docker.io/envoyproxy/envoy:distroless-v1.36.3
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.2
173+
image: docker.io/envoyproxy/envoy:distroless-v1.36.3
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.2
239+
image: docker.io/envoyproxy/envoy:distroless-v1.36.3
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.2
233+
image: docker.io/envoyproxy/envoy:distroless-v1.36.3
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.2
224+
image: docker.io/envoyproxy/envoy:distroless-v1.36.3
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.2
224+
image: docker.io/envoyproxy/envoy:distroless-v1.36.3
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.2
224+
image: docker.io/envoyproxy/envoy:distroless-v1.36.3
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.2
229+
image: docker.io/envoyproxy/envoy:distroless-v1.36.3
230230
imagePullPolicy: IfNotPresent
231231
lifecycle:
232232
preStop:

0 commit comments

Comments
 (0)