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
enableIstioConfigCRDs: true
defaultRevision: "default"
defaultRevision: "1.30.2"
experimental:
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: ""
# 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.
# Otherwise defaults to Kubernetes Deployment default (1).

View File

@ -207,7 +207,7 @@ _internal_defaults_do_not_set:
stackdriver:
enabled: false
# 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
revisionTags: []