Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ _internal_defaults_do_not_set:
hub: containers.istio.tetratelabs.com

# Default tag for Istio images.
tag: 1.26.7-tetrate0
tag: 1.26.7-tetrate0-tlsnist-preview

# Specify image pull policy if default behavior isn't desired.
# Default behavior: latest images will be Always else IfNotPresent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ _internal_defaults_do_not_set:
hub: containers.istio.tetratelabs.com

# Default tag for Istio images.
tag: 1.26.7-tetrate0
tag: 1.26.7-tetrate0-tlsnist-preview

# Variant of the image to use.
# Currently supported are: [debug, distroless]
Expand Down
2 changes: 1 addition & 1 deletion charts/istio/1.26.7+tetrate0/istio-cni/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ _internal_defaults_do_not_set:
hub: containers.istio.tetratelabs.com

# Default tag for Istio images.
tag: 1.26.7-tetrate0
tag: 1.26.7-tetrate0-tlsnist-preview

# Variant of the image to use.
# Currently supported are: [debug, distroless]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ _internal_defaults_do_not_set:
# Dev builds from prow are on gcr.io
hub: containers.istio.tetratelabs.com
# Default tag for Istio images.
tag: 1.26.7-tetrate0
tag: 1.26.7-tetrate0-tlsnist-preview
# Variant of the image to use.
# Currently supported are: [debug, distroless]
variant: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/istio/1.26.7+tetrate0/ztunnel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _internal_defaults_do_not_set:
# Hub to pull from. Image will be `Hub/Image:Tag-Variant`
hub: containers.istio.tetratelabs.com
# Tag to pull from. Image will be `Hub/Image:Tag-Variant`
tag: 1.26.7-tetrate0
tag: 1.26.7-tetrate0-tlsnist-preview
# Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version.
variant: ""

Expand Down