Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
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 chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
repository: https://kubernetes.github.io/ingress-nginx
- name: base
alias: istio-base
version: 1.26.3
version: 1.27.1
repository: https://istio-release.storage.googleapis.com/charts
- name: gateway
alias: istio-gateway
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.26.3
appVersion: 1.27.1
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.26.3
version: 1.27.1
215 changes: 163 additions & 52 deletions charts/istio-base/files/crd-all.gen.yaml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions charts/istio-base/files/profile-ambient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ meshConfig:
defaultConfig:
proxyMetadata:
ISTIO_META_ENABLE_HBONE: "true"
serviceScopeConfigs:
- servicesSelector:
matchExpressions:
- key: istio.io/global
operator: In
values: ["true"]
scope: GLOBAL
global:
variant: distroless
pilot:
Expand Down
25 changes: 0 additions & 25 deletions charts/istio-base/files/profile-compatibility-version-1.23.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pilot:
env:
# 1.24 behavioral changes
PILOT_ENABLE_IP_AUTOALLOCATE: "false"
# 1.27 behavioral changes
ENABLE_NATIVE_SIDECARS: "false"
ambient:
dnsCapture: false
reconcileIptablesOnStartup: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# The original version of this file is located at /manifests/helm-profiles directory.
# If you want to make a change in this file, edit the original one and run "make gen".

pilot:
env:
# 1.27 behavioral changes
ENABLE_NATIVE_SIDECARS: "false"
ambient:
# 1.26 behavioral changes
shareHostNetworkNamespace: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# WARNING: DO NOT EDIT, THIS FILE IS A COPY.
# The original version of this file is located at /manifests/helm-profiles directory.
# If you want to make a change in this file, edit the original one and run "make gen".

pilot:
env:
# 1.27 behavioral changes
ENABLE_NATIVE_SIDECARS: "false"