Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 ansible/vars/picluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ velero_version: v1.18.0
longhorn_version: v1.11.1

# renovate: datasource=github-releases depName=istio/istio
istio_version: 1.29.2
istio_version: 1.30.0

# renovate: datasource=github-releases depName=helm/helm
helm_version: v4.1.4
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/platform/istio/app/base/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
chart:
spec:
chart: base
version: 1.29.2
version: 1.30.0
sourceRef:
kind: HelmRepository
name: istio
Expand Down Expand Up @@ -47,7 +47,7 @@ spec:
chart:
spec:
chart: cni
version: 1.29.2
version: 1.30.0
sourceRef:
kind: HelmRepository
name: istio
Expand Down Expand Up @@ -80,7 +80,7 @@ spec:
chart:
spec:
chart: istiod
version: 1.29.2
version: 1.30.0
sourceRef:
kind: HelmRepository
name: istio
Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
chart:
spec:
chart: ztunnel
version: 1.29.2
version: 1.30.0
sourceRef:
kind: HelmRepository
name: istio
Expand Down
Loading