Skip to content

Commit

Permalink
bump istio to v1.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Feb 22, 2024
1 parent 230378a commit fc4011b
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 42 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.19.3" "$(dirname $0)"
generate "1.19.7" "$(dirname $0)"
69 changes: 53 additions & 16 deletions third_party/istio-latest/istio-ci-ambient/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,31 +85,48 @@ metadata:
istio.io/rev: default
operator.istio.io/component: Cni
release: istio
name: istio-cni-repair-role
name: istio-cni-ambient
rules:
- apiGroups:
- ""
resources:
- pods
- pods/status
verbs:
- get
- list
- watch
- delete
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
app: istio-cni
install.operator.istio.io/owning-resource: unknown
istio.io/rev: default
operator.istio.io/component: Cni
release: istio
name: istio-cni-repair-role
rules:
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- ""
resources:
- pods
verbs:
- watch
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- delete
- patch
- update
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -466,6 +483,24 @@ subjects:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
install.operator.istio.io/owning-resource: unknown
istio.io/rev: default
k8s-app: istio-cni-repair
operator.istio.io/component: Cni
name: istio-cni-ambient
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: istio-cni-ambient
subjects:
- kind: ServiceAccount
name: istio-cni
namespace: istio-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
install.operator.istio.io/owning-resource: unknown
Expand Down Expand Up @@ -9385,7 +9420,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.19.3",
"tag": "1.19.7",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9535,7 +9570,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.19.3
image: docker.io/istio/proxyv2:1.19.7
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -9742,7 +9777,7 @@ spec:
resource: limits.cpu
- name: PLATFORM
value: ""
image: docker.io/istio/pilot:1.19.3
image: docker.io/istio/pilot:1.19.7
name: discovery
ports:
- containerPort: 8080
Expand Down Expand Up @@ -10194,9 +10229,11 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: REPAIR_LABEL_PODS
value: "true"
value: "false"
- name: REPAIR_DELETE_PODS
value: "true"
- name: REPAIR_REPAIR_PODS
value: "false"
- name: REPAIR_RUN_AS_DAEMON
value: "true"
- name: REPAIR_SIDECAR_ANNOTATION
Expand Down Expand Up @@ -10224,7 +10261,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/istio/install-cni:1.19.3
image: docker.io/istio/install-cni:1.19.7
name: install-cni
readinessProbe:
httpGet:
Expand Down Expand Up @@ -10335,7 +10372,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: docker.io/istio/ztunnel:1.19.3
image: docker.io/istio/ztunnel:1.19.7
name: istio-proxy
ports:
- containerPort: 15020
Expand Down
6 changes: 3 additions & 3 deletions third_party/istio-latest/istio-ci-mesh/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9241,7 +9241,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.19.3",
"tag": "1.19.7",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9389,7 +9389,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.19.3
image: docker.io/istio/proxyv2:1.19.7
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -9586,7 +9586,7 @@ spec:
resource: limits.cpu
- name: PLATFORM
value: ""
image: docker.io/istio/pilot:1.19.3
image: docker.io/istio/pilot:1.19.7
name: discovery
ports:
- containerPort: 8080
Expand Down
6 changes: 3 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 @@ -9241,7 +9241,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.19.3",
"tag": "1.19.7",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9389,7 +9389,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.19.3
image: docker.io/istio/proxyv2:1.19.7
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -9586,7 +9586,7 @@ spec:
resource: limits.cpu
- name: PLATFORM
value: ""
image: docker.io/istio/pilot:1.19.3
image: docker.io/istio/pilot:1.19.7
name: discovery
ports:
- containerPort: 8080
Expand Down
69 changes: 53 additions & 16 deletions third_party/istio-latest/istio-kind-ambient/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,31 +85,48 @@ metadata:
istio.io/rev: default
operator.istio.io/component: Cni
release: istio
name: istio-cni-repair-role
name: istio-cni-ambient
rules:
- apiGroups:
- ""
resources:
- pods
- pods/status
verbs:
- get
- list
- watch
- delete
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
app: istio-cni
install.operator.istio.io/owning-resource: unknown
istio.io/rev: default
operator.istio.io/component: Cni
release: istio
name: istio-cni-repair-role
rules:
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- ""
resources:
- pods
verbs:
- watch
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- delete
- patch
- update
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -466,6 +483,24 @@ subjects:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
install.operator.istio.io/owning-resource: unknown
istio.io/rev: default
k8s-app: istio-cni-repair
operator.istio.io/component: Cni
name: istio-cni-ambient
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: istio-cni-ambient
subjects:
- kind: ServiceAccount
name: istio-cni
namespace: istio-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
install.operator.istio.io/owning-resource: unknown
Expand Down Expand Up @@ -9385,7 +9420,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.19.3",
"tag": "1.19.7",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9535,7 +9570,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.19.3
image: docker.io/istio/proxyv2:1.19.7
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -9742,7 +9777,7 @@ spec:
resource: limits.cpu
- name: PLATFORM
value: ""
image: docker.io/istio/pilot:1.19.3
image: docker.io/istio/pilot:1.19.7
name: discovery
ports:
- containerPort: 8080
Expand Down Expand Up @@ -10194,9 +10229,11 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: REPAIR_LABEL_PODS
value: "true"
value: "false"
- name: REPAIR_DELETE_PODS
value: "true"
- name: REPAIR_REPAIR_PODS
value: "false"
- name: REPAIR_RUN_AS_DAEMON
value: "true"
- name: REPAIR_SIDECAR_ANNOTATION
Expand Down Expand Up @@ -10224,7 +10261,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.cpu
image: docker.io/istio/install-cni:1.19.3
image: docker.io/istio/install-cni:1.19.7
name: install-cni
readinessProbe:
httpGet:
Expand Down Expand Up @@ -10335,7 +10372,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: docker.io/istio/ztunnel:1.19.3
image: docker.io/istio/ztunnel:1.19.7
name: istio-proxy
ports:
- containerPort: 15020
Expand Down
6 changes: 3 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 @@ -9241,7 +9241,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.19.3",
"tag": "1.19.7",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9389,7 +9389,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.19.3
image: docker.io/istio/proxyv2:1.19.7
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -9586,7 +9586,7 @@ spec:
resource: limits.cpu
- name: PLATFORM
value: ""
image: docker.io/istio/pilot:1.19.3
image: docker.io/istio/pilot:1.19.7
name: discovery
ports:
- containerPort: 8080
Expand Down

0 comments on commit fc4011b

Please sign in to comment.