still fixing stuff

This commit is contained in:
Linus Vogel 2026-06-29 22:23:40 +02:00
parent 0ba1fceac5
commit 08d3db877e
3 changed files with 3 additions and 3 deletions

View File

@ -44,6 +44,6 @@ _internal_defaults_do_not_set:
# For istioctl usage to disable istio config crds in base # For istioctl usage to disable istio config crds in base
enableIstioConfigCRDs: true enableIstioConfigCRDs: true
defaultRevision: "default" defaultRevision: "1.30.2"
experimental: experimental:
stableValidationPolicy: false stableValidationPolicy: false

View File

@ -4,7 +4,7 @@ _internal_defaults_do_not_set:
# Name allows overriding the release name. Generally this should not be set # Name allows overriding the release name. Generally this should not be set
name: "" name: ""
# revision declares which revision this gateway is a part of # revision declares which revision this gateway is a part of
revision: "" revision: "1.30.2"
# Controls the spec.replicas setting for the Gateway deployment if set. # Controls the spec.replicas setting for the Gateway deployment if set.
# Otherwise defaults to Kubernetes Deployment default (1). # Otherwise defaults to Kubernetes Deployment default (1).

View File

@ -207,7 +207,7 @@ _internal_defaults_do_not_set:
stackdriver: stackdriver:
enabled: false enabled: false
# Revision is set as 'version' label and part of the resource names when installing multiple control planes. # Revision is set as 'version' label and part of the resource names when installing multiple control planes.
revision: "" revision: "1.30.2"
# Revision tags are aliases to Istio control plane revisions # Revision tags are aliases to Istio control plane revisions
revisionTags: [] revisionTags: []