DirectorySecurity AdvisoriesPricing
Sign in
Directory
istio-base logoHELM

istio-base

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:

1
# "_internal_defaults_do_not_set" is a workaround for Helm limitations. Users should NOT set "._internal_defaults_do_not_set" explicitly, but rather directly set the fields internally.
2
# For instance, instead of `--set _internal_defaults_do_not_set.foo=bar``, just set `--set foo=bar`.
3
_internal_defaults_do_not_set:
4
global:
5
6
# ImagePullSecrets for control plane ServiceAccount, list of secrets in the same namespace
7
# to use for pulling any images in pods that reference this ServiceAccount.
8
# Must be set for any cluster configured with private docker registry.
9
imagePullSecrets: []
10
11
# Used to locate istiod.
12
istioNamespace: istio-system
13
base:
14
# A list of CRDs to exclude. Requires `enableCRDTemplates` to be true.
15
# Example: `excludedCRDs: ["envoyfilters.networking.istio.io"]`.
16
# Note: when installing with `istioctl`, `enableIstioConfigCRDs=false` must also be set.
17
excludedCRDs: []
18
# Helm (as of V3) does not support upgrading CRDs, because it is not universally
19
# safe for them to support this.
20
# Istio as a project enforces certain backwards-compat guarantees that allow us
21
# to safely upgrade CRDs in spite of this, so we default to self-managing CRDs
22
# as standard K8S resources in Helm, and disable Helm's CRD management. See also:
23
# https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#method-2-separate-charts
24
enableCRDTemplates: true
25
26
# Validation webhook configuration url
27
# For example: https://$remotePilotAddress:15017/validate
28
validationURL: ""
29
# Validation webhook caBundle value. Useful when running pilot with a well known cert
30
validationCABundle: ""
31
32
# For istioctl usage to disable istio config crds in base
33
enableIstioConfigCRDs: true
34
35
defaultRevision: "default"
36
experimental:
37
stableValidationPolicy: false
38

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.