Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Istio 1.15.3 #15959

Merged
merged 6 commits into from Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -12,7 +12,7 @@
}
]
},
"description": "Istio Control Plane Dashboard version 1.15.0",
"description": "Istio Control Plane Dashboard version 1.15.3",
"editable": false,
"gnetId": 7645,
"graphTooltip": 1,
Expand Down
2 changes: 1 addition & 1 deletion resources/istio-resources/files/dashboards/mesh.json
Expand Up @@ -12,7 +12,7 @@
}
]
},
"description": "Istio Mesh Dashboard version 1.15.0",
"description": "Istio Mesh Dashboard version 1.15.3",
"editable": false,
"gnetId": 7639,
"graphTooltip": 0,
Expand Down
Expand Up @@ -12,7 +12,7 @@
}
]
},
"description": "Istio Performance Dashboard version 1.15.0",
"description": "Istio Performance Dashboard version 1.15.3",
"editable": false,
"gnetId": 11829,
"graphTooltip": 0,
Expand Down
2 changes: 1 addition & 1 deletion resources/istio-resources/files/dashboards/service.json
Expand Up @@ -12,7 +12,7 @@
}
]
},
"description": "Istio Service Dashboard version 1.15.0",
"description": "Istio Service Dashboard version 1.15.3",
"editable": false,
"gnetId": 7636,
"graphTooltip": 0,
Expand Down
2 changes: 1 addition & 1 deletion resources/istio-resources/files/dashboards/workload.json
Expand Up @@ -12,7 +12,7 @@
}
]
},
"description": "Istio Workload Dashboard version 1.15.0",
"description": "Istio Workload Dashboard version 1.15.3",
"editable": false,
"gnetId": 7630,
"graphTooltip": 0,
Expand Down
4 changes: 2 additions & 2 deletions resources/istio/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: istio
version: 1.15.0
appVersion: 1.15.0
version: 1.15.3
appVersion: 1.15.3
tillerVersion: ">=2.7.2-0"
description: Kyma 2.0 Helm chart for Istio Operator resource
keywords:
Expand Down
6 changes: 3 additions & 3 deletions resources/istio/values.yaml
Expand Up @@ -148,17 +148,17 @@ global:
# these definitions aren't used by the chart, but they are required by external tool for list generation
istio_proxyv2:
name: "proxyv2"
version: "1.15.0-distroless"
version: "1.15.3-distroless"
directory: "external/istio"
containerRegistryPath: "eu.gcr.io/kyma-project"
istio_pilot:
name: "pilot"
version: "1.15.0-distroless"
version: "1.15.3-distroless"
directory: "external/istio"
containerRegistryPath: "eu.gcr.io/kyma-project"
istio_install-cni:
name: "install-cni"
version: "1.15.0-distroless"
version: "1.15.3-distroless"
directory: "external/istio"
containerRegistryPath: "eu.gcr.io/kyma-project"
tracing:
Expand Down