Skip to content

Commit

Permalink
bump istio to v1.20.3 (#1275)
Browse files Browse the repository at this point in the history
Co-authored-by: dprotaso <dprotaso@gmail.com>
  • Loading branch information
knative-prow-robot and dprotaso committed Feb 23, 2024
1 parent a21cc34 commit f43755b
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 20 deletions.
2 changes: 1 addition & 1 deletion third_party/istio-latest/generate-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

source "$(dirname $0)/../library.sh"

generate "1.20.2" "$(dirname $0)"
generate "1.20.3" "$(dirname $0)"
14 changes: 9 additions & 5 deletions third_party/istio-latest/istio-ci-ambient/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8673,6 +8673,10 @@ data:
{{ end }}
}
spec:
securityContext:
sysctls:
- name: net.ipv4.ip_unprivileged_port_start
value: "0"
containers:
- name: istio-proxy
{{- if contains "/" .Values.global.proxy.image }}
Expand Down Expand Up @@ -9976,7 +9980,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.20.2",
"tag": "1.20.3",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -10126,7 +10130,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.20.2
image: docker.io/istio/proxyv2:1.20.3
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -10330,7 +10334,7 @@ spec:
resource: limits.cpu
- name: PLATFORM
value: ""
image: docker.io/istio/pilot:1.20.2-distroless
image: docker.io/istio/pilot:1.20.3-distroless
name: discovery
ports:
- containerPort: 8080
Expand Down Expand Up @@ -10810,7 +10814,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/istio/install-cni:1.20.2
image: docker.io/istio/install-cni:1.20.3
name: install-cni
readinessProbe:
httpGet:
Expand Down Expand Up @@ -10926,7 +10930,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: docker.io/istio/ztunnel:1.20.2-distroless
image: docker.io/istio/ztunnel:1.20.3-distroless
name: istio-proxy
ports:
- containerPort: 15020
Expand Down
10 changes: 7 additions & 3 deletions third_party/istio-latest/istio-ci-mesh/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8494,6 +8494,10 @@ data:
{{ end }}
}
spec:
securityContext:
sysctls:
- name: net.ipv4.ip_unprivileged_port_start
value: "0"
containers:
- name: istio-proxy
{{- if contains "/" .Values.global.proxy.image }}
Expand Down Expand Up @@ -9797,7 +9801,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.20.2",
"tag": "1.20.3",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9945,7 +9949,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.20.2
image: docker.io/istio/proxyv2:1.20.3
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -10139,7 +10143,7 @@ spec:
resource: limits.cpu
- name: PLATFORM
value: ""
image: docker.io/istio/pilot:1.20.2
image: docker.io/istio/pilot:1.20.3
name: discovery
ports:
- containerPort: 8080
Expand Down
10 changes: 7 additions & 3 deletions third_party/istio-latest/istio-ci-no-mesh/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8494,6 +8494,10 @@ data:
{{ end }}
}
spec:
securityContext:
sysctls:
- name: net.ipv4.ip_unprivileged_port_start
value: "0"
containers:
- name: istio-proxy
{{- if contains "/" .Values.global.proxy.image }}
Expand Down Expand Up @@ -9797,7 +9801,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.20.2",
"tag": "1.20.3",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9945,7 +9949,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.20.2
image: docker.io/istio/proxyv2:1.20.3
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -10139,7 +10143,7 @@ spec:
resource: limits.cpu
- name: PLATFORM
value: ""
image: docker.io/istio/pilot:1.20.2
image: docker.io/istio/pilot:1.20.3
name: discovery
ports:
- containerPort: 8080
Expand Down
14 changes: 9 additions & 5 deletions third_party/istio-latest/istio-kind-ambient/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8673,6 +8673,10 @@ data:
{{ end }}
}
spec:
securityContext:
sysctls:
- name: net.ipv4.ip_unprivileged_port_start
value: "0"
containers:
- name: istio-proxy
{{- if contains "/" .Values.global.proxy.image }}
Expand Down Expand Up @@ -9976,7 +9980,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.20.2",
"tag": "1.20.3",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -10126,7 +10130,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.20.2
image: docker.io/istio/proxyv2:1.20.3
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -10330,7 +10334,7 @@ spec:
resource: limits.cpu
- name: PLATFORM
value: ""
image: docker.io/istio/pilot:1.20.2-distroless
image: docker.io/istio/pilot:1.20.3-distroless
name: discovery
ports:
- containerPort: 8080
Expand Down Expand Up @@ -10810,7 +10814,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/istio/install-cni:1.20.2
image: docker.io/istio/install-cni:1.20.3
name: install-cni
readinessProbe:
httpGet:
Expand Down Expand Up @@ -10926,7 +10930,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: docker.io/istio/ztunnel:1.20.2-distroless
image: docker.io/istio/ztunnel:1.20.3-distroless
name: istio-proxy
ports:
- containerPort: 15020
Expand Down
10 changes: 7 additions & 3 deletions third_party/istio-latest/istio-kind-no-mesh/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8494,6 +8494,10 @@ data:
{{ end }}
}
spec:
securityContext:
sysctls:
- name: net.ipv4.ip_unprivileged_port_start
value: "0"
containers:
- name: istio-proxy
{{- if contains "/" .Values.global.proxy.image }}
Expand Down Expand Up @@ -9797,7 +9801,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.20.2",
"tag": "1.20.3",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9945,7 +9949,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.20.2
image: docker.io/istio/proxyv2:1.20.3
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -10139,7 +10143,7 @@ spec:
resource: limits.cpu
- name: PLATFORM
value: ""
image: docker.io/istio/pilot:1.20.2
image: docker.io/istio/pilot:1.20.3
name: discovery
ports:
- containerPort: 8080
Expand Down

0 comments on commit f43755b

Please sign in to comment.