Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes-services/templates/istio-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
sources:
- repoURL: https://istio-release.storage.googleapis.com/charts
chart: gateway
targetRevision: 1.27.3
targetRevision: 1.28.0
helm:
values: |
platform: ""
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-services/templates/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
sources:
- repoURL: https://istio-release.storage.googleapis.com/charts
chart: base
targetRevision: 1.27.3
targetRevision: 1.28.0
- repoURL: https://istio-release.storage.googleapis.com/charts
chart: istiod
helm:
Expand All @@ -39,7 +39,7 @@ spec:
tracing:
zipkin:
address: "istio-system-jaeger-collector.istio-system:9411"
targetRevision: 1.27.3
targetRevision: 1.28.0
- repoURL: https://kiali.org/helm-charts
chart: kiali-server
targetRevision: 2.18.0
Expand Down