Skip to content

chore(chart-deps): update base to version 1.27.0 #2445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
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 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.1
version: 1.27.0
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.1
appVersion: 1.27.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.26.1
version: 1.27.0
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"