Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
564a60d
chore(chart-deps): update istio to version 1.30.0
svcAPLBot May 19, 2026
f162218
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 19, 2026
be23815
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 19, 2026
8c50099
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 19, 2026
5f740b7
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 20, 2026
9b94c4c
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 20, 2026
4dcc454
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 20, 2026
35e2ff0
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 20, 2026
01f4517
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 26, 2026
3a4df2a
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 26, 2026
3c28a49
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 26, 2026
2a4d717
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 26, 2026
166d508
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 26, 2026
63f522f
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 26, 2026
f664a83
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 26, 2026
d7e15e6
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 26, 2026
906a106
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 27, 2026
9e9fca8
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 27, 2026
308a60c
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 28, 2026
8dd305f
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 28, 2026
8f7694f
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 28, 2026
7dd8ca2
Merge branch 'main' into ci-update-istio-to-1.30.0
svcAPLBot May 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ appsInfo:
integration: Harbor can be enabled to provide each team with a private registry. Harbor has been made user and tenant aware. App Platform runs automated tasks that take care of creating a project in Harbor for each team, creating a bot-account for each team, and creating a Kubernetes pull secret in the team namespace to enable pulling of images out of the local registry.
istio:
title: Istio
appVersion: 1.29.2
appVersion: 1.30.0
repo: https://github.com/istio/istio
maintainers: Istio
relatedLinks:
Expand Down
6 changes: 3 additions & 3 deletions chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ dependencies:
repository: https://helm.goharbor.io
- name: base
alias: istio-base
version: 1.29.2
version: 1.30.0
repository: https://istio-release.storage.googleapis.com/charts
- name: gateway
alias: istio-gateway
version: 1.29.2
version: 1.30.0
repository: https://istio-release.storage.googleapis.com/charts
- name: istiod
version: 1.29.2
version: 1.30.0
repository: https://istio-release.storage.googleapis.com/charts
- name: keycloakx
alias: keycloak
Expand Down
4 changes: 2 additions & 2 deletions charts/istio-base/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
appVersion: 1.29.2
appVersion: 1.30.0
description: Helm chart for deploying Istio cluster resources and CRDs
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
- istio
name: base
sources:
- https://github.com/istio/istio
version: 1.29.2
version: 1.30.0
Loading
Loading