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
6 changes: 3 additions & 3 deletions kubernetes/apps/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ spec:
sources:
- chart: base
repoURL: https://istio-release.storage.googleapis.com/charts
targetRevision: 1.23.2
targetRevision: 1.28.4
- path: config/crd/experimental
repoURL: https://github.com/kubernetes-sigs/gateway-api
targetRevision: v1.1.0
targetRevision: v1.4.1
syncPolicy:
automated:
prune: true
Expand Down Expand Up @@ -58,7 +58,7 @@ spec:
sources:
- chart: istiod
repoURL: https://istio-release.storage.googleapis.com/charts
targetRevision: 1.23.2
targetRevision: 1.28.4
helm:
valueFiles:
- $values/kubernetes/{{ .name }}/helm/istio.yaml
Expand Down
1 change: 0 additions & 1 deletion kubernetes/gke-utility/helm/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ global:
pilot:
env:
PILOT_ENABLE_ALPHA_GATEWAY_API: 'true'
ENABLE_NATIVE_SIDECARS: 'true'
meshConfig:
accessLogFile: /dev/stdout
enablePrometheusMerge: true
Expand Down