diff --git a/Makefile.core.mk b/Makefile.core.mk index d46892597..33b74ae1f 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -596,7 +596,7 @@ CRD_SCHEMA_CHECKER ?= $(LOCALBIN)/crd-schema-checker ## Tool Versions OPERATOR_SDK_VERSION ?= v1.42.2 HELM_VERSION ?= v4.1.4 -CONTROLLER_TOOLS_VERSION ?= v0.20.1 +CONTROLLER_TOOLS_VERSION ?= v0.21.0 CONTROLLER_RUNTIME_BRANCH ?= release-0.23 OPM_VERSION ?= v1.67.0 OLM_VERSION ?= v0.42.0 diff --git a/api/v1/istio_types.go b/api/v1/istio_types.go index 4bb296095..5c33c0db4 100644 --- a/api/v1/istio_types.go +++ b/api/v1/istio_types.go @@ -35,9 +35,9 @@ const ( type IstioSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. - // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.30.0-alpha.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.d90b05fe"} - // +kubebuilder:validation:Enum=v1.30-latest;v1.30.0-alpha.2;v1.29-latest;v1.29.2;v1.29.1;v1.29.0;v1.28-latest;v1.28.6;v1.28.5;v1.28.4;v1.28.3;v1.28.2;v1.28.1;v1.28.0;v1.27-latest;v1.27.9;v1.27.8;v1.27.7;v1.27.6;v1.27.5;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.8;v1.26.7;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;master;v1.31.0-alpha.d90b05fe + // Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. + // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.30.0-alpha.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.7c8cb4d3"} + // +kubebuilder:validation:Enum=v1.30-latest;v1.30.0-alpha.2;v1.29-latest;v1.29.2;v1.29.1;v1.29.0;v1.28-latest;v1.28.6;v1.28.5;v1.28.4;v1.28.3;v1.28.2;v1.28.1;v1.28.0;v1.27-latest;v1.27.9;v1.27.8;v1.27.7;v1.27.6;v1.27.5;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.8;v1.26.7;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;master;v1.31.0-alpha.7c8cb4d3 // +kubebuilder:default=v1.30.0-alpha.2 Version string `json:"version"` diff --git a/api/v1/istiocni_types.go b/api/v1/istiocni_types.go index 0f485f2b9..b018a5c17 100644 --- a/api/v1/istiocni_types.go +++ b/api/v1/istiocni_types.go @@ -26,9 +26,9 @@ const ( type IstioCNISpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. - // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.30.0-alpha.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.d90b05fe"} - // +kubebuilder:validation:Enum=v1.30-latest;v1.30.0-alpha.2;v1.29-latest;v1.29.2;v1.29.1;v1.29.0;v1.28-latest;v1.28.6;v1.28.5;v1.28.4;v1.28.3;v1.28.2;v1.28.1;v1.28.0;v1.27-latest;v1.27.9;v1.27.8;v1.27.7;v1.27.6;v1.27.5;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.8;v1.26.7;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;master;v1.31.0-alpha.d90b05fe + // Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. + // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.30.0-alpha.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.7c8cb4d3"} + // +kubebuilder:validation:Enum=v1.30-latest;v1.30.0-alpha.2;v1.29-latest;v1.29.2;v1.29.1;v1.29.0;v1.28-latest;v1.28.6;v1.28.5;v1.28.4;v1.28.3;v1.28.2;v1.28.1;v1.28.0;v1.27-latest;v1.27.9;v1.27.8;v1.27.7;v1.27.6;v1.27.5;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.8;v1.26.7;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;master;v1.31.0-alpha.7c8cb4d3 // +kubebuilder:default=v1.30.0-alpha.2 Version string `json:"version"` diff --git a/api/v1/istiorevision_types.go b/api/v1/istiorevision_types.go index 764d378bf..99ef9f97c 100644 --- a/api/v1/istiorevision_types.go +++ b/api/v1/istiorevision_types.go @@ -28,9 +28,9 @@ const ( type IstioRevisionSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.30.0-alpha.2, v1.29.2, v1.29.1, v1.29.0, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.31.0-alpha.d90b05fe. - // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.30.0-alpha.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.d90b05fe"} - // +kubebuilder:validation:Enum=v1.30.0-alpha.2;v1.29.2;v1.29.1;v1.29.0;v1.28.6;v1.28.5;v1.28.4;v1.28.3;v1.28.2;v1.28.1;v1.28.0;v1.27.9;v1.27.8;v1.27.7;v1.27.6;v1.27.5;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26.8;v1.26.7;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;v1.31.0-alpha.d90b05fe + // Must be one of: v1.30.0-alpha.2, v1.29.2, v1.29.1, v1.29.0, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.31.0-alpha.7c8cb4d3. + // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.30.0-alpha.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.7c8cb4d3"} + // +kubebuilder:validation:Enum=v1.30.0-alpha.2;v1.29.2;v1.29.1;v1.29.0;v1.28.6;v1.28.5;v1.28.4;v1.28.3;v1.28.2;v1.28.1;v1.28.0;v1.27.9;v1.27.8;v1.27.7;v1.27.6;v1.27.5;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26.8;v1.26.7;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;v1.31.0-alpha.7c8cb4d3 Version string `json:"version"` // Namespace to which the Istio components should be installed. diff --git a/api/v1/ztunnel_types.go b/api/v1/ztunnel_types.go index 7d64e3dd1..a8a2acef6 100644 --- a/api/v1/ztunnel_types.go +++ b/api/v1/ztunnel_types.go @@ -26,9 +26,9 @@ const ( type ZTunnelSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. - // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.30.0-alpha.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.d90b05fe"} - // +kubebuilder:validation:Enum=v1.30-latest;v1.30.0-alpha.2;v1.29-latest;v1.29.2;v1.29.1;v1.29.0;v1.28-latest;v1.28.6;v1.28.5;v1.28.4;v1.28.3;v1.28.2;v1.28.1;v1.28.0;v1.27-latest;v1.27.9;v1.27.8;v1.27.7;v1.27.6;v1.27.5;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.8;v1.26.7;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;master;v1.31.0-alpha.d90b05fe + // Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. + // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.30.0-alpha.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.7c8cb4d3"} + // +kubebuilder:validation:Enum=v1.30-latest;v1.30.0-alpha.2;v1.29-latest;v1.29.2;v1.29.1;v1.29.0;v1.28-latest;v1.28.6;v1.28.5;v1.28.4;v1.28.3;v1.28.2;v1.28.1;v1.28.0;v1.27-latest;v1.27.9;v1.27.8;v1.27.7;v1.27.6;v1.27.5;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.8;v1.26.7;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;master;v1.31.0-alpha.7c8cb4d3 // +kubebuilder:default=v1.30.0-alpha.2 Version string `json:"version"` diff --git a/api/v1alpha1/ztunnel_types.go b/api/v1alpha1/ztunnel_types.go index 073a3e637..a82b37c6d 100644 --- a/api/v1alpha1/ztunnel_types.go +++ b/api/v1alpha1/ztunnel_types.go @@ -27,9 +27,9 @@ const ( type ZTunnelSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. - // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.30.0-alpha.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.d90b05fe"} - // +kubebuilder:validation:Enum=v1.30-latest;v1.30.0-alpha.2;v1.29-latest;v1.29.2;v1.29.1;v1.29.0;v1.28-latest;v1.28.6;v1.28.5;v1.28.4;v1.28.3;v1.28.2;v1.28.1;v1.28.0;v1.27-latest;v1.27.9;v1.27.8;v1.27.7;v1.27.6;v1.27.5;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.8;v1.26.7;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;master;v1.31.0-alpha.d90b05fe + // Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. + // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.30.0-alpha.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.7c8cb4d3"} + // +kubebuilder:validation:Enum=v1.30-latest;v1.30.0-alpha.2;v1.29-latest;v1.29.2;v1.29.1;v1.29.0;v1.28-latest;v1.28.6;v1.28.5;v1.28.4;v1.28.3;v1.28.2;v1.28.1;v1.28.0;v1.27-latest;v1.27.9;v1.27.8;v1.27.7;v1.27.6;v1.27.5;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.8;v1.26.7;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;master;v1.31.0-alpha.7c8cb4d3 // +kubebuilder:default=v1.30.0-alpha.2 Version string `json:"version"` diff --git a/bundle/manifests/sailoperator.io_istiocnis.yaml b/bundle/manifests/sailoperator.io_istiocnis.yaml index 9c0ad69b7..664befe46 100644 --- a/bundle/manifests/sailoperator.io_istiocnis.yaml +++ b/bundle/manifests/sailoperator.io_istiocnis.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.20.1 + controller-gen.kubebuilder.io/version: v0.21.0 creationTimestamp: null name: istiocnis.sailoperator.io spec: @@ -1472,7 +1472,7 @@ spec: default: v1.30.0-alpha.2 description: |- Defines the version of Istio to install. - Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. enum: - v1.30-latest - v1.30.0-alpha.2 @@ -1536,7 +1536,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.31.0-alpha.d90b05fe + - v1.31.0-alpha.7c8cb4d3 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istiorevisions.yaml b/bundle/manifests/sailoperator.io_istiorevisions.yaml index fb89d613c..1b1540492 100644 --- a/bundle/manifests/sailoperator.io_istiorevisions.yaml +++ b/bundle/manifests/sailoperator.io_istiorevisions.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.20.1 + controller-gen.kubebuilder.io/version: v0.21.0 creationTimestamp: null name: istiorevisions.sailoperator.io spec: @@ -10243,7 +10243,7 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.30.0-alpha.2, v1.29.2, v1.29.1, v1.29.0, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30.0-alpha.2, v1.29.2, v1.29.1, v1.29.0, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.31.0-alpha.7c8cb4d3. enum: - v1.30.0-alpha.2 - v1.29.2 @@ -10297,7 +10297,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - v1.31.0-alpha.d90b05fe + - v1.31.0-alpha.7c8cb4d3 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istiorevisiontags.yaml b/bundle/manifests/sailoperator.io_istiorevisiontags.yaml index a361e98fc..f42ed5733 100644 --- a/bundle/manifests/sailoperator.io_istiorevisiontags.yaml +++ b/bundle/manifests/sailoperator.io_istiorevisiontags.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.20.1 + controller-gen.kubebuilder.io/version: v0.21.0 creationTimestamp: null name: istiorevisiontags.sailoperator.io spec: diff --git a/bundle/manifests/sailoperator.io_istios.yaml b/bundle/manifests/sailoperator.io_istios.yaml index bba8f81df..4665fff40 100644 --- a/bundle/manifests/sailoperator.io_istios.yaml +++ b/bundle/manifests/sailoperator.io_istios.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.20.1 + controller-gen.kubebuilder.io/version: v0.21.0 creationTimestamp: null name: istios.sailoperator.io spec: @@ -10317,7 +10317,7 @@ spec: default: v1.30.0-alpha.2 description: |- Defines the version of Istio to install. - Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. enum: - v1.30-latest - v1.30.0-alpha.2 @@ -10381,7 +10381,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.31.0-alpha.d90b05fe + - v1.31.0-alpha.7c8cb4d3 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_ztunnels.yaml b/bundle/manifests/sailoperator.io_ztunnels.yaml index 4d436ddbd..e67c4eca9 100644 --- a/bundle/manifests/sailoperator.io_ztunnels.yaml +++ b/bundle/manifests/sailoperator.io_ztunnels.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.20.1 + controller-gen.kubebuilder.io/version: v0.21.0 creationTimestamp: null name: ztunnels.sailoperator.io spec: @@ -3536,7 +3536,7 @@ spec: default: v1.30.0-alpha.2 description: |- Defines the version of Istio to install. - Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. enum: - v1.30-latest - v1.30.0-alpha.2 @@ -3588,7 +3588,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.31.0-alpha.d90b05fe + - v1.31.0-alpha.7c8cb4d3 type: string required: - namespace @@ -7169,7 +7169,7 @@ spec: default: v1.30.0-alpha.2 description: |- Defines the version of Istio to install. - Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. enum: - v1.30-latest - v1.30.0-alpha.2 @@ -7221,7 +7221,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.31.0-alpha.d90b05fe + - v1.31.0-alpha.7c8cb4d3 type: string required: - namespace diff --git a/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml b/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml index 5e57ead9a..6ac6b2444 100644 --- a/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml +++ b/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml @@ -45,7 +45,7 @@ metadata: capabilities: Seamless Upgrades categories: OpenShift Optional, Integration & Delivery, Networking, Security containerImage: quay.io/sail-dev/sail-operator:3.0-latest - createdAt: "2026-05-07T06:09:02Z" + createdAt: "2026-05-11T06:15:01Z" description: The OpenShift Service Mesh Operator enables you to install, configure, and manage an instance of Red Hat OpenShift Service Mesh. OpenShift Service Mesh is based on the open source Istio project. features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "true" @@ -183,7 +183,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. displayName: Istio Version path: version x-descriptors: @@ -203,7 +203,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.28.1 - urn:alm:descriptor:com.tectonic.ui:select:v1.28.0 - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.d90b05fe + - urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.7c8cb4d3 - description: Namespace to which the Istio CNI component should be installed. Note that this field is immutable. displayName: Namespace path: namespace @@ -241,7 +241,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.30.0-alpha.2, v1.29.2, v1.29.1, v1.29.0, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30.0-alpha.2, v1.29.2, v1.29.1, v1.29.0, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.31.0-alpha.7c8cb4d3. displayName: Istio Version path: version x-descriptors: @@ -257,7 +257,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.28.2 - urn:alm:descriptor:com.tectonic.ui:select:v1.28.1 - urn:alm:descriptor:com.tectonic.ui:select:v1.28.0 - - urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.d90b05fe + - urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.7c8cb4d3 - description: Namespace to which the Istio components should be installed. displayName: Namespace path: namespace @@ -292,7 +292,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:RevisionBased - description: |- Defines the version of Istio to install. - Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. displayName: Istio Version path: version x-descriptors: @@ -312,7 +312,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.28.1 - urn:alm:descriptor:com.tectonic.ui:select:v1.28.0 - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.d90b05fe + - urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.7c8cb4d3 - description: |- Defines how many seconds the operator should wait before removing a non-active revision after all the workloads have stopped using it. You may want to set this value on the order of minutes. @@ -368,7 +368,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. displayName: Istio Version path: version x-descriptors: @@ -388,7 +388,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.28.1 - urn:alm:descriptor:com.tectonic.ui:select:v1.28.0 - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.d90b05fe + - urn:alm:descriptor:com.tectonic.ui:select:v1.31.0-alpha.7c8cb4d3 - description: Namespace to which the Istio ztunnel component should be installed. displayName: Namespace path: namespace diff --git a/chart/crds/sailoperator.io_istiocnis.yaml b/chart/crds/sailoperator.io_istiocnis.yaml index cfc4f61c4..d251f56f4 100644 --- a/chart/crds/sailoperator.io_istiocnis.yaml +++ b/chart/crds/sailoperator.io_istiocnis.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.20.1 + controller-gen.kubebuilder.io/version: v0.21.0 name: istiocnis.sailoperator.io spec: group: sailoperator.io @@ -1472,7 +1472,7 @@ spec: default: v1.30.0-alpha.2 description: |- Defines the version of Istio to install. - Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. enum: - v1.30-latest - v1.30.0-alpha.2 @@ -1536,7 +1536,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.31.0-alpha.d90b05fe + - v1.31.0-alpha.7c8cb4d3 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istiorevisions.yaml b/chart/crds/sailoperator.io_istiorevisions.yaml index 550ae0d44..73d34deea 100644 --- a/chart/crds/sailoperator.io_istiorevisions.yaml +++ b/chart/crds/sailoperator.io_istiorevisions.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.20.1 + controller-gen.kubebuilder.io/version: v0.21.0 name: istiorevisions.sailoperator.io spec: group: sailoperator.io @@ -10243,7 +10243,7 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.30.0-alpha.2, v1.29.2, v1.29.1, v1.29.0, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30.0-alpha.2, v1.29.2, v1.29.1, v1.29.0, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.31.0-alpha.7c8cb4d3. enum: - v1.30.0-alpha.2 - v1.29.2 @@ -10297,7 +10297,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - v1.31.0-alpha.d90b05fe + - v1.31.0-alpha.7c8cb4d3 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istiorevisiontags.yaml b/chart/crds/sailoperator.io_istiorevisiontags.yaml index daa2e02cb..e47174cd5 100644 --- a/chart/crds/sailoperator.io_istiorevisiontags.yaml +++ b/chart/crds/sailoperator.io_istiorevisiontags.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.20.1 + controller-gen.kubebuilder.io/version: v0.21.0 name: istiorevisiontags.sailoperator.io spec: group: sailoperator.io diff --git a/chart/crds/sailoperator.io_istios.yaml b/chart/crds/sailoperator.io_istios.yaml index 484b3f2c7..ef109acf2 100644 --- a/chart/crds/sailoperator.io_istios.yaml +++ b/chart/crds/sailoperator.io_istios.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.20.1 + controller-gen.kubebuilder.io/version: v0.21.0 name: istios.sailoperator.io spec: group: sailoperator.io @@ -10317,7 +10317,7 @@ spec: default: v1.30.0-alpha.2 description: |- Defines the version of Istio to install. - Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. enum: - v1.30-latest - v1.30.0-alpha.2 @@ -10381,7 +10381,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.31.0-alpha.d90b05fe + - v1.31.0-alpha.7c8cb4d3 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_ztunnels.yaml b/chart/crds/sailoperator.io_ztunnels.yaml index dcea3f4a2..872f368c3 100644 --- a/chart/crds/sailoperator.io_ztunnels.yaml +++ b/chart/crds/sailoperator.io_ztunnels.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.20.1 + controller-gen.kubebuilder.io/version: v0.21.0 name: ztunnels.sailoperator.io spec: group: sailoperator.io @@ -3536,7 +3536,7 @@ spec: default: v1.30.0-alpha.2 description: |- Defines the version of Istio to install. - Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. enum: - v1.30-latest - v1.30.0-alpha.2 @@ -3588,7 +3588,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.31.0-alpha.d90b05fe + - v1.31.0-alpha.7c8cb4d3 type: string required: - namespace @@ -7169,7 +7169,7 @@ spec: default: v1.30.0-alpha.2 description: |- Defines the version of Istio to install. - Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. + Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. enum: - v1.30-latest - v1.30.0-alpha.2 @@ -7221,7 +7221,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.31.0-alpha.d90b05fe + - v1.31.0-alpha.7c8cb4d3 type: string required: - namespace diff --git a/chart/values.yaml b/chart/values.yaml index 1ab8253cd..a946d2c5b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -32,7 +32,7 @@ csv: - v1.28.1 - v1.28.0 - master - - v1.31.0-alpha.d90b05fe + - v1.31.0-alpha.7c8cb4d3 [See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it. support: Community based diff --git a/docs/api-reference/sailoperator.io.md b/docs/api-reference/sailoperator.io.md index 79047ac9e..6aa30ee7e 100644 --- a/docs/api-reference/sailoperator.io.md +++ b/docs/api-reference/sailoperator.io.md @@ -652,7 +652,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. | v1.30.0-alpha.2 | Enum: [v1.30-latest v1.30.0-alpha.2 v1.29-latest v1.29.2 v1.29.1 v1.29.0 v1.28-latest v1.28.6 v1.28.5 v1.28.4 v1.28.3 v1.28.2 v1.28.1 v1.28.0 v1.27-latest v1.27.9 v1.27.8 v1.27.7 v1.27.6 v1.27.5 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.8 v1.26.7 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23-latest v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22-latest v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 master v1.31.0-alpha.d90b05fe] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. | v1.30.0-alpha.2 | Enum: [v1.30-latest v1.30.0-alpha.2 v1.29-latest v1.29.2 v1.29.1 v1.29.0 v1.28-latest v1.28.6 v1.28.5 v1.28.4 v1.28.3 v1.28.2 v1.28.1 v1.28.0 v1.27-latest v1.27.9 v1.27.8 v1.27.7 v1.27.6 v1.27.5 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.8 v1.26.7 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23-latest v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22-latest v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 master v1.31.0-alpha.7c8cb4d3] | | `profile` _string_ | The built-in installation configuration profile to use. The 'default' profile is always applied. On OpenShift, the 'openshift' profile is also applied on top of 'default'. Must be one of: ambient, default, demo, empty, openshift, openshift-ambient, preview, remote, stable. | | Enum: [ambient default demo empty external openshift openshift-ambient preview remote stable] | | `namespace` _string_ | Namespace to which the Istio CNI component should be installed. Note that this field is immutable. | istio-cni | | | `values` _[CNIValues](#cnivalues)_ | Defines the values to be passed to the Helm charts when installing Istio CNI. | | | @@ -762,7 +762,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.30.0-alpha.2, v1.29.2, v1.29.1, v1.29.0, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.31.0-alpha.d90b05fe. | | Enum: [v1.30.0-alpha.2 v1.29.2 v1.29.1 v1.29.0 v1.28.6 v1.28.5 v1.28.4 v1.28.3 v1.28.2 v1.28.1 v1.28.0 v1.27.9 v1.27.8 v1.27.7 v1.27.6 v1.27.5 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26.8 v1.26.7 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 v1.31.0-alpha.d90b05fe] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.30.0-alpha.2, v1.29.2, v1.29.1, v1.29.0, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.31.0-alpha.7c8cb4d3. | | Enum: [v1.30.0-alpha.2 v1.29.2 v1.29.1 v1.29.0 v1.28.6 v1.28.5 v1.28.4 v1.28.3 v1.28.2 v1.28.1 v1.28.0 v1.27.9 v1.27.8 v1.27.7 v1.27.6 v1.27.5 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26.8 v1.26.7 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 v1.31.0-alpha.7c8cb4d3] | | `namespace` _string_ | Namespace to which the Istio components should be installed. | | | | `values` _[Values](#values)_ | Defines the values to be passed to the Helm charts when installing Istio. | | | @@ -880,7 +880,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. | v1.30.0-alpha.2 | Enum: [v1.30-latest v1.30.0-alpha.2 v1.29-latest v1.29.2 v1.29.1 v1.29.0 v1.28-latest v1.28.6 v1.28.5 v1.28.4 v1.28.3 v1.28.2 v1.28.1 v1.28.0 v1.27-latest v1.27.9 v1.27.8 v1.27.7 v1.27.6 v1.27.5 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.8 v1.26.7 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23-latest v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22-latest v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 master v1.31.0-alpha.d90b05fe] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. | v1.30.0-alpha.2 | Enum: [v1.30-latest v1.30.0-alpha.2 v1.29-latest v1.29.2 v1.29.1 v1.29.0 v1.28-latest v1.28.6 v1.28.5 v1.28.4 v1.28.3 v1.28.2 v1.28.1 v1.28.0 v1.27-latest v1.27.9 v1.27.8 v1.27.7 v1.27.6 v1.27.5 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.8 v1.26.7 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23-latest v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22-latest v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 master v1.31.0-alpha.7c8cb4d3] | | `updateStrategy` _[IstioUpdateStrategy](#istioupdatestrategy)_ | Defines the update strategy to use when the version in the Istio CR is updated. | \{ type:InPlace \} | | | `profile` _string_ | The built-in installation configuration profile to use. The 'default' profile is always applied. On OpenShift, the 'openshift' profile is also applied on top of 'default'. Must be one of: ambient, default, demo, empty, openshift, openshift-ambient, preview, remote, stable. | | Enum: [ambient default demo empty external openshift openshift-ambient preview remote stable] | | `namespace` _string_ | Namespace to which the Istio components should be installed. Note that this field is immutable. | istio-system | | @@ -3324,7 +3324,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. | v1.30.0-alpha.2 | Enum: [v1.30-latest v1.30.0-alpha.2 v1.29-latest v1.29.2 v1.29.1 v1.29.0 v1.28-latest v1.28.6 v1.28.5 v1.28.4 v1.28.3 v1.28.2 v1.28.1 v1.28.0 v1.27-latest v1.27.9 v1.27.8 v1.27.7 v1.27.6 v1.27.5 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.8 v1.26.7 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 master v1.31.0-alpha.d90b05fe] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. | v1.30.0-alpha.2 | Enum: [v1.30-latest v1.30.0-alpha.2 v1.29-latest v1.29.2 v1.29.1 v1.29.0 v1.28-latest v1.28.6 v1.28.5 v1.28.4 v1.28.3 v1.28.2 v1.28.1 v1.28.0 v1.27-latest v1.27.9 v1.27.8 v1.27.7 v1.27.6 v1.27.5 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.8 v1.26.7 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 master v1.31.0-alpha.7c8cb4d3] | | `namespace` _string_ | Namespace to which the Istio ztunnel component should be installed. | ztunnel | | | `values` _[ZTunnelValues](#ztunnelvalues)_ | Defines the values to be passed to the Helm charts when installing Istio ztunnel. | | | | `targetRef` _[TargetReference](#targetreference)_ | The Istio control plane that this ZTunnel instance is associated with. Valid references are Istio and IstioRevision resources, Istio resources are always resolved to their current active revision. Values relevant for ZTunnel will be copied from the referenced IstioRevision resource, these are `spec.values.global`, `spec.values.meshConfig`, `spec.values.revision`. Any user configuration in the ZTunnel spec will always take precedence over the settings copied from the Istio resource, however. | | | @@ -3454,7 +3454,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.d90b05fe. | v1.30.0-alpha.2 | Enum: [v1.30-latest v1.30.0-alpha.2 v1.29-latest v1.29.2 v1.29.1 v1.29.0 v1.28-latest v1.28.6 v1.28.5 v1.28.4 v1.28.3 v1.28.2 v1.28.1 v1.28.0 v1.27-latest v1.27.9 v1.27.8 v1.27.7 v1.27.6 v1.27.5 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.8 v1.26.7 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 master v1.31.0-alpha.d90b05fe] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.30-latest, v1.30.0-alpha.2, v1.29-latest, v1.29.2, v1.29.1, v1.29.0, v1.28-latest, v1.28.6, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, master, v1.31.0-alpha.7c8cb4d3. | v1.30.0-alpha.2 | Enum: [v1.30-latest v1.30.0-alpha.2 v1.29-latest v1.29.2 v1.29.1 v1.29.0 v1.28-latest v1.28.6 v1.28.5 v1.28.4 v1.28.3 v1.28.2 v1.28.1 v1.28.0 v1.27-latest v1.27.9 v1.27.8 v1.27.7 v1.27.6 v1.27.5 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.8 v1.26.7 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 master v1.31.0-alpha.7c8cb4d3] | | `profile` _string_ | The built-in installation configuration profile to use. The 'default' profile is 'ambient' and it is always applied. Must be one of: ambient, default, demo, empty, external, preview, remote, stable. | ambient | Enum: [ambient default demo empty external openshift-ambient openshift preview remote stable] | | `namespace` _string_ | Namespace to which the Istio ztunnel component should be installed. | ztunnel | | | `values` _[ZTunnelValues](#ztunnelvalues)_ | Defines the values to be passed to the Helm charts when installing Istio ztunnel. | | | diff --git a/docs/general/istiod-ha.adoc b/docs/general/istiod-ha.adoc index bd326630a..636e507f5 100644 --- a/docs/general/istiod-ha.adoc +++ b/docs/general/istiod-ha.adoc @@ -184,9 +184,10 @@ metadata: name: default spec: namespace: istio-system - global: - defaultPodDisruptionBudget: - enabled: false # <-- disable default Pod Disruption Budget + values: + global: + defaultPodDisruptionBudget: + enabled: false # <-- disable default Pod Disruption Budget ---- -`spec.global.defaultPodDisruptionBudget.enabled: false` disables the default Pod Disruption Budget for Istiod. In single-node clusters, a PDB can block operations such as node drains or pod evictions, as it prevents the number of available Istiod replicas from falling below the PDB's minimum desired count. Disabling it ensures smooth operations in this specific topology. +`spec.values.global.defaultPodDisruptionBudget.enabled: false` disables the default Pod Disruption Budget for Istiod. In single-node clusters, a PDB can block operations such as node drains or pod evictions, as it prevents the number of available Istiod replicas from falling below the PDB's minimum desired count. Disabling it ensures smooth operations in this specific topology. diff --git a/go.mod b/go.mod index d1f55f036..544865be0 100644 --- a/go.mod +++ b/go.mod @@ -27,8 +27,8 @@ require ( gomodules.xyz/jsonpatch/v2 v2.5.0 gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v4 v4.1.4 - istio.io/client-go v1.30.0-alpha.1.0.20260502131957-7307deff563c - istio.io/istio v0.0.0-20260506004247-d90b05fe8e88 + istio.io/client-go v1.30.0-alpha.1.0.20260508190450-187b19c0a8ab + istio.io/istio v0.0.0-20260509190238-7c8cb4d3edc7 k8s.io/api v0.35.4 k8s.io/apiextensions-apiserver v0.35.4 k8s.io/apimachinery v0.35.4 @@ -171,13 +171,13 @@ require ( gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect - istio.io/api v1.30.0-alpha.1.0.20260502131558-7b73f01a2cfb // indirect + istio.io/api v1.30.0-alpha.1.0.20260508190151-8450eec51013 // indirect k8s.io/apiserver v0.35.4 // indirect k8s.io/component-base v0.35.4 // indirect k8s.io/klog/v2 v2.140.0 // indirect - k8s.io/kube-openapi v0.0.0-20260505163821-33341827b392 // indirect + k8s.io/kube-openapi v0.0.0-20260509192518-b540ad9def2b // indirect k8s.io/kubectl v0.35.3 // indirect - k8s.io/utils v0.0.0-20260319190234-28399d86e0b5 // indirect + k8s.io/utils v0.0.0-20260507154919-ff6756f316d2 // indirect oras.land/oras-go/v2 v2.6.0 // indirect sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.32.1 // indirect sigs.k8s.io/controller-tools v0.14.0 // indirect diff --git a/go.sum b/go.sum index 2a45a0de5..2e1baef40 100644 --- a/go.sum +++ b/go.sum @@ -471,12 +471,12 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= helm.sh/helm/v4 v4.1.4 h1:zwTrNkalG4f7SYigRSdQnYrTj0QEz1qzetzAlYoDVSo= helm.sh/helm/v4 v4.1.4/go.mod h1:5dSo8rRgn3OTkDAc/k0Ipw5/Q+BlqKIKZwa0XwSiINI= -istio.io/api v1.30.0-alpha.1.0.20260502131558-7b73f01a2cfb h1:/G3/CQ9rzoeKU5oDTwoOMxdDsIAB6V3qalyE3Zu9Xac= -istio.io/api v1.30.0-alpha.1.0.20260502131558-7b73f01a2cfb/go.mod h1:+brQWcBHoROuyA6fv8rbgg8Kfn0RCGuqoY0duCMuSLA= -istio.io/client-go v1.30.0-alpha.1.0.20260502131957-7307deff563c h1:1qBGrATuwkvzQmB75et5z+p7KPfdRkaDDI0iJYbTEyY= -istio.io/client-go v1.30.0-alpha.1.0.20260502131957-7307deff563c/go.mod h1:qS85izAgN0nvylopgw19FF2vs4tBoTvcEntW71FiODI= -istio.io/istio v0.0.0-20260506004247-d90b05fe8e88 h1:LXJHKU4dTRf2Zf1/3Ji8Q5+/XsQORtWPqsIxAOeeeKM= -istio.io/istio v0.0.0-20260506004247-d90b05fe8e88/go.mod h1:cWP79nc+Z0rPai/FcZSXYIBsEWyEYQl8GYulrVs4/is= +istio.io/api v1.30.0-alpha.1.0.20260508190151-8450eec51013 h1:Vqm28fV4A0HdyUjZ/huyIkC5wEQn+K1Jado2Fzt5w6k= +istio.io/api v1.30.0-alpha.1.0.20260508190151-8450eec51013/go.mod h1:+brQWcBHoROuyA6fv8rbgg8Kfn0RCGuqoY0duCMuSLA= +istio.io/client-go v1.30.0-alpha.1.0.20260508190450-187b19c0a8ab h1:TT4tWfY7OKQ5HLnRaXoG9tVrxRJRdX3bHHEtzOYJtEQ= +istio.io/client-go v1.30.0-alpha.1.0.20260508190450-187b19c0a8ab/go.mod h1:dAlINPvVp1fG0Il7Y795Mxuxl6hekefA8auRcfV1ks4= +istio.io/istio v0.0.0-20260509190238-7c8cb4d3edc7 h1:DaN8MN9knEI/fxXI2k/khvsjM0KESb+0iFxZxz9Za9c= +istio.io/istio v0.0.0-20260509190238-7c8cb4d3edc7/go.mod h1:cWP79nc+Z0rPai/FcZSXYIBsEWyEYQl8GYulrVs4/is= k8s.io/api v0.35.4 h1:P7nFYKl5vo9AGUp1Z+Pmd3p2tA7bX2wbFWCvDeRv988= k8s.io/api v0.35.4/go.mod h1:yl4lqySWOgYJJf9RERXKUwE9g2y+CkuwG+xmcOK8wXU= k8s.io/apiextensions-apiserver v0.35.4 h1:HeP+Upp7ItdvnyGmub0yoix+2z5+ev4M5cE5TCgtOUU= @@ -493,12 +493,12 @@ k8s.io/component-base v0.35.4 h1:6n1tNJ87johN0Hif0Fs8K2GMthsaUwMqCebUDLYyv7U= k8s.io/component-base v0.35.4/go.mod h1:qaDJgz5c1KYKla9occFmlJEfPpkuA55s90G509R+PeY= k8s.io/klog/v2 v2.140.0 h1:Tf+J3AH7xnUzZyVVXhTgGhEKnFqye14aadWv7bzXdzc= k8s.io/klog/v2 v2.140.0/go.mod h1:o+/RWfJ6PwpnFn7OyAG3QnO47BFsymfEfrz6XyYSSp0= -k8s.io/kube-openapi v0.0.0-20260505163821-33341827b392 h1:B7Ylb1OUptHKVX/3kpvXB0i05pDmXU66cGED/4Ta9Bw= -k8s.io/kube-openapi v0.0.0-20260505163821-33341827b392/go.mod h1:V/QaCUYDa+0QpcHhVVc5l99Uz56wEMEXBSj9oCDkNDY= +k8s.io/kube-openapi v0.0.0-20260509192518-b540ad9def2b h1:uMjR3gZY5tZj+VduN5sj0nsvWUxuvoMVU0yQ0xk6yNA= +k8s.io/kube-openapi v0.0.0-20260509192518-b540ad9def2b/go.mod h1:V/QaCUYDa+0QpcHhVVc5l99Uz56wEMEXBSj9oCDkNDY= k8s.io/kubectl v0.35.3 h1:1KqSYXk/sodU7VeDvK6atX2kAGUZd2QTeR5K7Hb9r9w= k8s.io/kubectl v0.35.3/go.mod h1:GPHxZqRe+u/i3gTBoVQHeIyq2NilfNPj9hDWeuN3x5s= -k8s.io/utils v0.0.0-20260319190234-28399d86e0b5 h1:kBawHLSnx/mYHmRnNUf9d4CpjREbeZuxoSGOX/J+aYM= -k8s.io/utils v0.0.0-20260319190234-28399d86e0b5/go.mod h1:xDxuJ0whA3d0I4mf/C4ppKHxXynQ+fxnkmQH0vTHnuk= +k8s.io/utils v0.0.0-20260507154919-ff6756f316d2 h1:wU4tMEhLGgIbLvXQb1cfN+EcM0wf7zC6CPF+C79jroc= +k8s.io/utils v0.0.0-20260507154919-ff6756f316d2/go.mod h1:xDxuJ0whA3d0I4mf/C4ppKHxXynQ+fxnkmQH0vTHnuk= oras.land/oras-go/v2 v2.6.0 h1:X4ELRsiGkrbeox69+9tzTu492FMUu7zJQW6eJU+I2oc= oras.land/oras-go/v2 v2.6.0/go.mod h1:magiQDfG6H1O9APp+rOsvCPcW1GD2MM7vgnKY0Y+u1o= sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.32.1 h1:Cf+ed5N8038zbsaXFO7mKQDi/+VcSRafb0jM84KX5so= diff --git a/pkg/istioversion/versions.yaml b/pkg/istioversion/versions.yaml index 32fdf9d6d..0dcdba2b4 100644 --- a/pkg/istioversion/versions.yaml +++ b/pkg/istioversion/versions.yaml @@ -232,15 +232,15 @@ versions: - name: v1.21.6 eol: true - name: master - ref: v1.31.0-alpha.d90b05fe - - name: v1.31.0-alpha.d90b05fe - version: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 + ref: v1.31.0-alpha.7c8cb4d3 + - name: v1.31.0-alpha.7c8cb4d3 + version: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c repo: https://github.com/istio/istio branch: master - commit: d90b05fe8e8879cc8d5985aa179a2877f23e56d7 + commit: 7c8cb4d3edc7c5027176b5dcb1da358a8df5927c charts: - - https://storage.googleapis.com/istio-build/dev/1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7/helm/base-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz - - https://storage.googleapis.com/istio-build/dev/1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7/helm/cni-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz - - https://storage.googleapis.com/istio-build/dev/1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7/helm/gateway-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz - - https://storage.googleapis.com/istio-build/dev/1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7/helm/istiod-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz - - https://storage.googleapis.com/istio-build/dev/1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7/helm/ztunnel-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz + - https://storage.googleapis.com/istio-build/dev/1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c/helm/base-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz + - https://storage.googleapis.com/istio-build/dev/1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c/helm/cni-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz + - https://storage.googleapis.com/istio-build/dev/1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c/helm/gateway-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz + - https://storage.googleapis.com/istio-build/dev/1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c/helm/istiod-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz + - https://storage.googleapis.com/istio-build/dev/1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c/helm/ztunnel-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz diff --git a/resources/v1.31.0-alpha.7c8cb4d3/base-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag b/resources/v1.31.0-alpha.7c8cb4d3/base-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag new file mode 100644 index 000000000..92c854f68 --- /dev/null +++ b/resources/v1.31.0-alpha.7c8cb4d3/base-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag @@ -0,0 +1 @@ +fbb785bd3f56a8ff7888857b6d3351f4 diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/Chart.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/Chart.yaml similarity index 62% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/Chart.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/Chart.yaml index 35d9dfc69..ac5d2b5f4 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/base/Chart.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 +appVersion: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c description: Helm chart for deploying Istio cluster resources and CRDs icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -7,4 +7,4 @@ keywords: name: base sources: - https://github.com/istio/istio -version: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 +version: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/README.md b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/README.md similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/README.md rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/README.md diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-ambient.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-ambient.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-ambient.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-ambient.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-compatibility-version-1.25.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-compatibility-version-1.25.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-compatibility-version-1.26.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-compatibility-version-1.26.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-compatibility-version-1.27.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-compatibility-version-1.27.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-compatibility-version-1.28.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-compatibility-version-1.28.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-compatibility-version-1.29.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-compatibility-version-1.29.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-demo.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-demo.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-demo.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-demo.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-gke.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-gke.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-gke.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-k3d.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-k3d.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-k3d.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-k3s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-k3s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-k3s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-microk8s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-microk8s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-microk8s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-minikube.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-minikube.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-minikube.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-openshift.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-platform-openshift.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-platform-openshift.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-preview.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-preview.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-preview.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-preview.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-remote.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-remote.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-remote.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-remote.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-stable.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-stable.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/files/profile-stable.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/files/profile-stable.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/templates/NOTES.txt b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/templates/NOTES.txt similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/templates/NOTES.txt rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/templates/NOTES.txt diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/templates/reader-serviceaccount.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/templates/reader-serviceaccount.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/templates/reader-serviceaccount.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/templates/reader-serviceaccount.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/templates/zzz_profile.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/templates/zzz_profile.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/templates/zzz_profile.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/base/values.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/base/values.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/base/values.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/base/values.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/Chart.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/Chart.yaml similarity index 61% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/Chart.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/Chart.yaml index b6f987680..e62be23b7 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/cni/Chart.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 +appVersion: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c description: Helm chart for istio-cni components icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -8,4 +8,4 @@ keywords: name: cni sources: - https://github.com/istio/istio -version: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 +version: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/README.md b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/README.md similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/README.md rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/README.md diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-ambient.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-ambient.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-ambient.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-ambient.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-compatibility-version-1.25.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-compatibility-version-1.25.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-compatibility-version-1.26.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-compatibility-version-1.26.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-compatibility-version-1.27.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-compatibility-version-1.27.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-compatibility-version-1.28.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-compatibility-version-1.28.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-compatibility-version-1.29.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-compatibility-version-1.29.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-demo.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-demo.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-demo.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-demo.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-gke.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-gke.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-gke.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-k3d.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-k3d.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-k3d.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-k3s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-k3s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-k3s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-microk8s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-microk8s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-microk8s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-minikube.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-minikube.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-minikube.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-openshift.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-platform-openshift.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-platform-openshift.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-preview.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-preview.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-preview.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-preview.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-remote.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-remote.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-remote.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-remote.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-stable.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-stable.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/files/profile-stable.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/files/profile-stable.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/NOTES.txt b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/NOTES.txt similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/NOTES.txt rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/NOTES.txt diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/_helpers.tpl b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/_helpers.tpl similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/_helpers.tpl rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/_helpers.tpl diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/clusterrole.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/clusterrole.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/clusterrole.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/clusterrole.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/clusterrolebinding.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/clusterrolebinding.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/clusterrolebinding.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/configmap-cni.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/configmap-cni.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/configmap-cni.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/configmap-cni.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/daemonset.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/daemonset.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/daemonset.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/daemonset.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/network-attachment-definition.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/network-attachment-definition.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/network-attachment-definition.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/network-attachment-definition.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/networkpolicy.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/networkpolicy.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/networkpolicy.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/resourcequota.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/resourcequota.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/resourcequota.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/resourcequota.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/serviceaccount.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/serviceaccount.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/serviceaccount.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/zzy_descope_legacy.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/zzy_descope_legacy.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/zzz_profile.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/templates/zzz_profile.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/templates/zzz_profile.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/cni/values.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/values.yaml similarity index 99% rename from resources/v1.31.0-alpha.d90b05fe/charts/cni/values.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/cni/values.yaml index ef2cafdb4..1cf8e481b 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/cni/values.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/cni/values.yaml @@ -160,7 +160,7 @@ _internal_defaults_do_not_set: hub: registry.istio.io/testing # Default tag for Istio images. - tag: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 + tag: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c # Variant of the image to use. # Currently supported are: [debug, distroless] diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/Chart.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/Chart.yaml similarity index 64% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/Chart.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/Chart.yaml index 31db5b8bf..009ba573b 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/Chart.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 +appVersion: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c description: Helm chart for deploying Istio gateways icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -9,4 +9,4 @@ name: gateway sources: - https://github.com/istio/istio type: application -version: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 +version: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/README.md b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/README.md similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/README.md rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/README.md diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-ambient.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-ambient.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-ambient.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-ambient.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-compatibility-version-1.25.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-compatibility-version-1.25.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-compatibility-version-1.26.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-compatibility-version-1.26.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-compatibility-version-1.27.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-compatibility-version-1.27.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-compatibility-version-1.28.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-compatibility-version-1.28.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-compatibility-version-1.29.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-compatibility-version-1.29.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-demo.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-demo.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-demo.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-demo.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-gke.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-gke.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-gke.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-k3d.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-k3d.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-k3d.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-k3s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-k3s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-k3s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-microk8s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-microk8s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-microk8s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-minikube.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-minikube.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-minikube.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-openshift.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-platform-openshift.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-platform-openshift.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-preview.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-preview.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-preview.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-preview.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-remote.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-remote.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-remote.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-remote.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-stable.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-stable.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/files/profile-stable.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/files/profile-stable.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/NOTES.txt b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/NOTES.txt similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/NOTES.txt rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/NOTES.txt diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/_helpers.tpl b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/_helpers.tpl similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/_helpers.tpl rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/_helpers.tpl diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/deployment.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/deployment.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/deployment.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/deployment.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/hpa.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/hpa.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/hpa.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/hpa.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/networkpolicy.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/networkpolicy.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/networkpolicy.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/poddisruptionbudget.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/poddisruptionbudget.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/poddisruptionbudget.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/role.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/role.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/role.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/role.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/service.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/service.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/service.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/service.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/serviceaccount.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/serviceaccount.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/serviceaccount.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/zzz_profile.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/templates/zzz_profile.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/templates/zzz_profile.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/values.schema.json b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/values.schema.json similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/values.schema.json rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/values.schema.json diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/gateway/values.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/values.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/gateway/values.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/gateway/values.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/Chart.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/Chart.yaml similarity index 63% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/Chart.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/Chart.yaml index da0ecc808..342ab21b5 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/Chart.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 +appVersion: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c description: Helm chart for istio control plane icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -9,4 +9,4 @@ keywords: name: istiod sources: - https://github.com/istio/istio -version: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 +version: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/README.md b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/README.md similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/README.md rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/README.md diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/agentgateway.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/agentgateway.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/agentgateway.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/agentgateway.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/gateway-injection-template.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/gateway-injection-template.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/gateway-injection-template.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/gateway-injection-template.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/grpc-agent.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/grpc-agent.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/grpc-agent.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/grpc-agent.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/grpc-simple.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/grpc-simple.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/grpc-simple.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/grpc-simple.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/injection-template.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/injection-template.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/injection-template.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/injection-template.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/kube-gateway.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/kube-gateway.yaml similarity index 99% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/kube-gateway.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/kube-gateway.yaml index f28117635..a49555461 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/kube-gateway.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/kube-gateway.yaml @@ -269,7 +269,7 @@ spec: - name: istio-podinfo mountPath: /etc/istio/pod volumes: - - emptyDir: {} + - emptyDir: name: workload-socket - emptyDir: {} name: credential-socket diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-ambient.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-ambient.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-ambient.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-ambient.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-compatibility-version-1.25.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-compatibility-version-1.25.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-compatibility-version-1.26.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-compatibility-version-1.26.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-compatibility-version-1.27.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-compatibility-version-1.27.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-compatibility-version-1.28.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-compatibility-version-1.28.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-compatibility-version-1.29.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-compatibility-version-1.29.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-demo.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-demo.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-demo.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-demo.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-gke.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-gke.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-gke.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-k3d.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-k3d.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-k3d.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-k3s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-k3s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-k3s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-microk8s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-microk8s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-microk8s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-minikube.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-minikube.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-minikube.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-openshift.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-platform-openshift.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-platform-openshift.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-preview.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-preview.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-preview.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-preview.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-remote.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-remote.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-remote.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-remote.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-stable.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-stable.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/profile-stable.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/profile-stable.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/waypoint.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/waypoint.yaml similarity index 99% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/waypoint.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/waypoint.yaml index 3470c6153..b1be61bf9 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/files/waypoint.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/files/waypoint.yaml @@ -268,7 +268,7 @@ spec: - mountPath: /etc/istio/pod name: istio-podinfo volumes: - - emptyDir: {} + - emptyDir: name: workload-socket - emptyDir: medium: Memory diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/NOTES.txt b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/NOTES.txt similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/NOTES.txt rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/NOTES.txt diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/_helpers.tpl b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/_helpers.tpl similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/_helpers.tpl rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/_helpers.tpl diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/autoscale.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/autoscale.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/autoscale.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/autoscale.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/clusterrole.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/clusterrole.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/clusterrole.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/clusterrole.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/clusterrolebinding.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/clusterrolebinding.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/clusterrolebinding.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/configmap-jwks.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/configmap-jwks.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/configmap-jwks.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/configmap-jwks.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/configmap-values.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/configmap-values.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/configmap-values.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/configmap-values.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/configmap.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/configmap.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/configmap.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/configmap.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/deployment.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/deployment.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/deployment.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/deployment.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/gateway-class-configmap.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/gateway-class-configmap.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/gateway-class-configmap.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/gateway-class-configmap.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/istiod-injector-configmap.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/istiod-injector-configmap.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/istiod-injector-configmap.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/istiod-injector-configmap.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/mutatingwebhook.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/mutatingwebhook.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/mutatingwebhook.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/mutatingwebhook.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/networkpolicy.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/networkpolicy.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/networkpolicy.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/poddisruptionbudget.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/poddisruptionbudget.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/poddisruptionbudget.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/reader-clusterrole.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/reader-clusterrole.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/reader-clusterrole.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/reader-clusterrole.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/reader-clusterrolebinding.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/reader-clusterrolebinding.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/reader-clusterrolebinding.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/reader-clusterrolebinding.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/remote-istiod-endpointslices.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/remote-istiod-endpointslices.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/remote-istiod-endpointslices.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/remote-istiod-endpointslices.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/remote-istiod-service.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/remote-istiod-service.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/remote-istiod-service.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/remote-istiod-service.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/revision-tags-mwc.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/revision-tags-mwc.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/revision-tags-mwc.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/revision-tags-mwc.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/revision-tags-svc.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/revision-tags-svc.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/revision-tags-svc.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/revision-tags-svc.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/role.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/role.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/role.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/role.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/rolebinding.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/rolebinding.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/rolebinding.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/rolebinding.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/service.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/service.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/service.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/service.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/serviceaccount.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/serviceaccount.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/serviceaccount.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/validatingadmissionpolicy.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/validatingadmissionpolicy.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/validatingadmissionpolicy.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/validatingwebhookconfiguration.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/validatingwebhookconfiguration.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/validatingwebhookconfiguration.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/zzy_descope_legacy.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/zzy_descope_legacy.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/zzz_profile.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/templates/zzz_profile.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/templates/zzz_profile.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/values.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/values.yaml similarity index 99% rename from resources/v1.31.0-alpha.d90b05fe/charts/istiod/values.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/values.yaml index 9d3305c15..366462c7c 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/istiod/values.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/istiod/values.yaml @@ -255,7 +255,7 @@ _internal_defaults_do_not_set: # Dev builds from prow are on registry.istio.io/testing. hub: registry.istio.io/testing # Default tag for Istio images. - tag: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 + tag: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/Chart.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/Chart.yaml similarity index 70% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/Chart.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/Chart.yaml index 412a91eca..ec7906dc3 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/Chart.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 +appVersion: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c description: Helm chart for istio revision tags name: revisiontags sources: diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-ambient.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-ambient.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-ambient.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-ambient.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-compatibility-version-1.25.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-compatibility-version-1.25.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-compatibility-version-1.26.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-compatibility-version-1.26.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-compatibility-version-1.27.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-compatibility-version-1.27.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-compatibility-version-1.28.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-compatibility-version-1.28.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-compatibility-version-1.29.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-compatibility-version-1.29.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-demo.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-demo.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-demo.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-demo.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-gke.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-gke.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-gke.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-k3d.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-k3d.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-k3d.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-k3s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-k3s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-k3s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-microk8s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-microk8s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-microk8s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-minikube.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-minikube.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-minikube.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-openshift.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-platform-openshift.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-platform-openshift.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-preview.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-preview.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-preview.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-preview.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-remote.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-remote.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-remote.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-remote.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-stable.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-stable.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/files/profile-stable.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/files/profile-stable.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/templates/revision-tags-mwc.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/templates/revision-tags-mwc.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/templates/revision-tags-mwc.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/templates/revision-tags-mwc.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/templates/revision-tags-svc.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/templates/revision-tags-svc.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/templates/revision-tags-svc.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/templates/revision-tags-svc.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/templates/zzz_profile.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/templates/zzz_profile.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/templates/zzz_profile.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/values.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/values.yaml similarity index 99% rename from resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/values.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/values.yaml index 9d3305c15..366462c7c 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/revisiontags/values.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/revisiontags/values.yaml @@ -255,7 +255,7 @@ _internal_defaults_do_not_set: # Dev builds from prow are on registry.istio.io/testing. hub: registry.istio.io/testing # Default tag for Istio images. - tag: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 + tag: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/Chart.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/Chart.yaml similarity index 62% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/Chart.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/Chart.yaml index dcd10e451..9dfb7d53b 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/Chart.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 +appVersion: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c description: Helm chart for istio ztunnel components icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -8,4 +8,4 @@ keywords: name: ztunnel sources: - https://github.com/istio/istio -version: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 +version: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/README.md b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/README.md similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/README.md rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/README.md diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-ambient.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-ambient.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-ambient.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-ambient.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-compatibility-version-1.25.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-compatibility-version-1.25.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-compatibility-version-1.26.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-compatibility-version-1.26.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-compatibility-version-1.27.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-compatibility-version-1.27.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-compatibility-version-1.28.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-compatibility-version-1.28.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-compatibility-version-1.29.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-compatibility-version-1.29.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-demo.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-demo.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-demo.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-demo.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-gke.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-gke.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-gke.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-k3d.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-k3d.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-k3d.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-k3s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-k3s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-k3s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-microk8s.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-microk8s.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-microk8s.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-minikube.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-minikube.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-minikube.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-openshift.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-platform-openshift.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-platform-openshift.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-preview.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-preview.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-preview.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-preview.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-remote.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-remote.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-remote.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-remote.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-stable.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-stable.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/files/profile-stable.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/files/profile-stable.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/NOTES.txt b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/NOTES.txt similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/NOTES.txt rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/NOTES.txt diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/_helpers.tpl b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/_helpers.tpl similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/_helpers.tpl rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/_helpers.tpl diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/daemonset.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/daemonset.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/daemonset.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/daemonset.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/networkpolicy.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/networkpolicy.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/networkpolicy.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/rbac.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/rbac.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/rbac.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/rbac.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/resourcequota.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/resourcequota.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/resourcequota.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/resourcequota.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/serviceaccount.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/serviceaccount.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/serviceaccount.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/zzz_profile.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/templates/zzz_profile.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/templates/zzz_profile.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/values.yaml b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/values.yaml similarity index 98% rename from resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/values.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/values.yaml index bbf7fea36..b0e4e2045 100644 --- a/resources/v1.31.0-alpha.d90b05fe/charts/ztunnel/values.yaml +++ b/resources/v1.31.0-alpha.7c8cb4d3/charts/ztunnel/values.yaml @@ -4,7 +4,7 @@ _internal_defaults_do_not_set: # Hub to pull from. Image will be `Hub/Image:Tag-Variant` hub: registry.istio.io/testing # Tag to pull from. Image will be `Hub/Image:Tag-Variant` - tag: 1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7 + tag: 1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c # Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version. variant: "" diff --git a/resources/v1.31.0-alpha.7c8cb4d3/cni-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag b/resources/v1.31.0-alpha.7c8cb4d3/cni-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag new file mode 100644 index 000000000..a7a0fbf5e --- /dev/null +++ b/resources/v1.31.0-alpha.7c8cb4d3/cni-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag @@ -0,0 +1 @@ +b921450a349e7c5a9115c001dd983ca5 diff --git a/resources/v1.31.0-alpha.7c8cb4d3/commit b/resources/v1.31.0-alpha.7c8cb4d3/commit new file mode 100644 index 000000000..09511e7a8 --- /dev/null +++ b/resources/v1.31.0-alpha.7c8cb4d3/commit @@ -0,0 +1 @@ +7c8cb4d3edc7c5027176b5dcb1da358a8df5927c diff --git a/resources/v1.31.0-alpha.7c8cb4d3/gateway-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag b/resources/v1.31.0-alpha.7c8cb4d3/gateway-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag new file mode 100644 index 000000000..e84ec2bd5 --- /dev/null +++ b/resources/v1.31.0-alpha.7c8cb4d3/gateway-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag @@ -0,0 +1 @@ +e175a71bf8780314123680cd1e689d36 diff --git a/resources/v1.31.0-alpha.7c8cb4d3/istiod-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag b/resources/v1.31.0-alpha.7c8cb4d3/istiod-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag new file mode 100644 index 000000000..8fc266f20 --- /dev/null +++ b/resources/v1.31.0-alpha.7c8cb4d3/istiod-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag @@ -0,0 +1 @@ +7ae5ab109905cf475b85f2aa556169c0 diff --git a/resources/v1.31.0-alpha.d90b05fe/profiles/ambient.yaml b/resources/v1.31.0-alpha.7c8cb4d3/profiles/ambient.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/profiles/ambient.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/profiles/ambient.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/profiles/default.yaml b/resources/v1.31.0-alpha.7c8cb4d3/profiles/default.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/profiles/default.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/profiles/default.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/profiles/demo.yaml b/resources/v1.31.0-alpha.7c8cb4d3/profiles/demo.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/profiles/demo.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/profiles/demo.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/profiles/empty.yaml b/resources/v1.31.0-alpha.7c8cb4d3/profiles/empty.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/profiles/empty.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/profiles/empty.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/profiles/openshift-ambient.yaml b/resources/v1.31.0-alpha.7c8cb4d3/profiles/openshift-ambient.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/profiles/openshift-ambient.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/profiles/openshift-ambient.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/profiles/openshift.yaml b/resources/v1.31.0-alpha.7c8cb4d3/profiles/openshift.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/profiles/openshift.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/profiles/openshift.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/profiles/preview.yaml b/resources/v1.31.0-alpha.7c8cb4d3/profiles/preview.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/profiles/preview.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/profiles/preview.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/profiles/remote.yaml b/resources/v1.31.0-alpha.7c8cb4d3/profiles/remote.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/profiles/remote.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/profiles/remote.yaml diff --git a/resources/v1.31.0-alpha.d90b05fe/profiles/stable.yaml b/resources/v1.31.0-alpha.7c8cb4d3/profiles/stable.yaml similarity index 100% rename from resources/v1.31.0-alpha.d90b05fe/profiles/stable.yaml rename to resources/v1.31.0-alpha.7c8cb4d3/profiles/stable.yaml diff --git a/resources/v1.31.0-alpha.7c8cb4d3/ztunnel-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag b/resources/v1.31.0-alpha.7c8cb4d3/ztunnel-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag new file mode 100644 index 000000000..85e905cb9 --- /dev/null +++ b/resources/v1.31.0-alpha.7c8cb4d3/ztunnel-1.31.0-alpha.7c8cb4d3edc7c5027176b5dcb1da358a8df5927c.tgz.etag @@ -0,0 +1 @@ +80c66bf3453a272995075f4af78e6596 diff --git a/resources/v1.31.0-alpha.d90b05fe/base-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag b/resources/v1.31.0-alpha.d90b05fe/base-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag deleted file mode 100644 index 9a0b788a6..000000000 --- a/resources/v1.31.0-alpha.d90b05fe/base-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -6b8e6f13b685f40c40573bc3a8c0e98b diff --git a/resources/v1.31.0-alpha.d90b05fe/cni-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag b/resources/v1.31.0-alpha.d90b05fe/cni-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag deleted file mode 100644 index a4aab23bb..000000000 --- a/resources/v1.31.0-alpha.d90b05fe/cni-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -f91e8443a295bfa27337adbf1bd5893c diff --git a/resources/v1.31.0-alpha.d90b05fe/commit b/resources/v1.31.0-alpha.d90b05fe/commit deleted file mode 100644 index 2423d4142..000000000 --- a/resources/v1.31.0-alpha.d90b05fe/commit +++ /dev/null @@ -1 +0,0 @@ -d90b05fe8e8879cc8d5985aa179a2877f23e56d7 diff --git a/resources/v1.31.0-alpha.d90b05fe/gateway-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag b/resources/v1.31.0-alpha.d90b05fe/gateway-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag deleted file mode 100644 index d366287b4..000000000 --- a/resources/v1.31.0-alpha.d90b05fe/gateway-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -f67f10c5f4ee0630eff2f3b71749fd3b diff --git a/resources/v1.31.0-alpha.d90b05fe/istiod-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag b/resources/v1.31.0-alpha.d90b05fe/istiod-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag deleted file mode 100644 index 1975020eb..000000000 --- a/resources/v1.31.0-alpha.d90b05fe/istiod-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -18603902136300325a5ab74fadcdc122 diff --git a/resources/v1.31.0-alpha.d90b05fe/ztunnel-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag b/resources/v1.31.0-alpha.d90b05fe/ztunnel-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag deleted file mode 100644 index 012725934..000000000 --- a/resources/v1.31.0-alpha.d90b05fe/ztunnel-1.31.0-alpha.d90b05fe8e8879cc8d5985aa179a2877f23e56d7.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -2637a76a554fee4415a99c51fb26b2b4 diff --git a/tests/e2e/common-operator-integ-suite.sh b/tests/e2e/common-operator-integ-suite.sh index 9f69d953c..ccf916f49 100755 --- a/tests/e2e/common-operator-integ-suite.sh +++ b/tests/e2e/common-operator-integ-suite.sh @@ -246,6 +246,7 @@ await_operator() { if [ -n "${csv_name}" ]; then echo "OLM mode: using deployment name from bundle CSV: ${csv_name}" name="${csv_name}" + DEPLOYMENT_NAME="${csv_name}" fi fi "${COMMAND}" wait --for=condition=available deployment/"${name}" -n "${NAMESPACE}" --timeout=5m