Skip to content

Commit 7f20c57

Browse files
authored
Update Istio to 1.17.1 (kyma-project#17074)
* Update Istio to 1.17.0 * 1.17.1
1 parent d0bae17 commit 7f20c57

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

resources/istio-resources/files/dashboards/control-plane.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
]
1414
},
15-
"description": "Istio Control Plane Dashboard version 1.16.2",
15+
"description": "Istio Control Plane Dashboard version 1.17.1",
1616
"editable": false,
1717
"gnetId": 7645,
1818
"graphTooltip": 1,

resources/istio-resources/files/dashboards/mesh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
]
1414
},
15-
"description": "Istio Mesh Dashboard version 1.16.2",
15+
"description": "Istio Mesh Dashboard version 1.17.1",
1616
"editable": false,
1717
"gnetId": 7639,
1818
"graphTooltip": 0,

resources/istio-resources/files/dashboards/performance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
]
1414
},
15-
"description": "Istio Performance Dashboard version 1.16.2",
15+
"description": "Istio Performance Dashboard version 1.17.1",
1616
"editable": false,
1717
"gnetId": 11829,
1818
"graphTooltip": 0,

resources/istio-resources/files/dashboards/service.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
]
1414
},
15-
"description": "Istio Service Dashboard version 1.16.2",
15+
"description": "Istio Service Dashboard version 1.17.1",
1616
"editable": false,
1717
"gnetId": 7636,
1818
"graphTooltip": 0,

resources/istio-resources/files/dashboards/workload.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
]
1414
},
15-
"description": "Istio Workload Dashboard version 1.16.2",
15+
"description": "Istio Workload Dashboard version 1.17.1",
1616
"editable": false,
1717
"gnetId": 7630,
1818
"graphTooltip": 0,

resources/istio/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: istio
3-
version: 1.16.2
4-
appVersion: 1.16.2
3+
version: 1.17.1
4+
appVersion: 1.17.1
55
tillerVersion: ">=2.7.2-0"
66
description: Kyma 2.0 Helm chart for Istio Operator resource
77
keywords:

resources/istio/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,17 +152,17 @@ global:
152152
# these definitions aren't used by the chart, but they are required by external tool for list generation
153153
istio_proxyv2:
154154
name: "proxyv2"
155-
version: "1.16.2-distroless"
155+
version: "1.17.1-distroless"
156156
directory: "external/istio"
157157
containerRegistryPath: "eu.gcr.io/kyma-project"
158158
istio_pilot:
159159
name: "pilot"
160-
version: "1.16.2-distroless"
160+
version: "1.17.1-distroless"
161161
directory: "external/istio"
162162
containerRegistryPath: "eu.gcr.io/kyma-project"
163163
istio_install-cni:
164164
name: "install-cni"
165-
version: "1.16.2-distroless"
165+
version: "1.17.1-distroless"
166166
directory: "external/istio"
167167
containerRegistryPath: "eu.gcr.io/kyma-project"
168168
tracing:

0 commit comments

Comments
 (0)