diff --git a/api/v1/istio_types.go b/api/v1/istio_types.go index e5e0dc8bfe..f0c40a28b7 100644 --- a/api/v1/istio_types.go +++ b/api/v1/istio_types.go @@ -37,9 +37,9 @@ const ( type IstioSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. - // +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.29-latest", "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.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.27.9", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.189832a2"} - // +kubebuilder:validation:Enum=v1.29-latest;v1.29.1;v1.29.0;v1.28-latest;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.30-alpha.189832a2 + // Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. + // +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.29-latest", "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.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.27.9", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.e2413abb"} + // +kubebuilder:validation:Enum=v1.29-latest;v1.29.1;v1.29.0;v1.28-latest;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.30-alpha.e2413abb // +kubebuilder:default=v1.29.1 Version string `json:"version"` diff --git a/api/v1/istiocni_types.go b/api/v1/istiocni_types.go index 76b790627b..5730fef518 100644 --- a/api/v1/istiocni_types.go +++ b/api/v1/istiocni_types.go @@ -28,9 +28,9 @@ const ( type IstioCNISpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. - // +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.29-latest", "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.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.27.9", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.189832a2"} - // +kubebuilder:validation:Enum=v1.29-latest;v1.29.1;v1.29.0;v1.28-latest;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.30-alpha.189832a2 + // Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. + // +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.29-latest", "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.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.27.9", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.e2413abb"} + // +kubebuilder:validation:Enum=v1.29-latest;v1.29.1;v1.29.0;v1.28-latest;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.30-alpha.e2413abb // +kubebuilder:default=v1.29.1 Version string `json:"version"` diff --git a/api/v1/istiorevision_types.go b/api/v1/istiorevision_types.go index c4e05c11c8..6209e39b9e 100644 --- a/api/v1/istiorevision_types.go +++ b/api/v1/istiorevision_types.go @@ -30,9 +30,9 @@ const ( type IstioRevisionSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.29.1, v1.29.0, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, v1.30-alpha.189832a2. - // +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.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "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.27.9", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.189832a2"} - // +kubebuilder:validation:Enum=v1.29.1;v1.29.0;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.30-alpha.189832a2 + // Must be one of: v1.29.1, v1.29.0, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, v1.30-alpha.e2413abb. + // +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.29.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.29.0", "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.27.9", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.e2413abb"} + // +kubebuilder:validation:Enum=v1.29.1;v1.29.0;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.30-alpha.e2413abb 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 9e8f36cd32..346da9e056 100644 --- a/api/v1/ztunnel_types.go +++ b/api/v1/ztunnel_types.go @@ -28,9 +28,9 @@ const ( type ZTunnelSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. - // +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.29-latest", "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.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.27.9", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.189832a2"} - // +kubebuilder:validation:Enum=v1.29-latest;v1.29.1;v1.29.0;v1.28-latest;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.30-alpha.189832a2 + // Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. + // +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.29-latest", "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.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.27.9", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.e2413abb"} + // +kubebuilder:validation:Enum=v1.29-latest;v1.29.1;v1.29.0;v1.28-latest;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.30-alpha.e2413abb // +kubebuilder:default=v1.29.1 Version string `json:"version"` diff --git a/api/v1alpha1/ztunnel_types.go b/api/v1alpha1/ztunnel_types.go index 67a8eaa320..4d93907b32 100644 --- a/api/v1alpha1/ztunnel_types.go +++ b/api/v1alpha1/ztunnel_types.go @@ -29,9 +29,9 @@ const ( type ZTunnelSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. - // +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.29-latest", "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.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.27.9", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.189832a2"} - // +kubebuilder:validation:Enum=v1.29-latest;v1.29.1;v1.29.0;v1.28-latest;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.30-alpha.189832a2 + // Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. + // +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.29-latest", "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.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.27.9", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.e2413abb"} + // +kubebuilder:validation:Enum=v1.29-latest;v1.29.1;v1.29.0;v1.28-latest;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.30-alpha.e2413abb // +kubebuilder:default=v1.29.1 Version string `json:"version"` diff --git a/bundle/manifests/sailoperator.clusterserviceversion.yaml b/bundle/manifests/sailoperator.clusterserviceversion.yaml index 65d31dda88..7a2a8efe07 100644 --- a/bundle/manifests/sailoperator.clusterserviceversion.yaml +++ b/bundle/manifests/sailoperator.clusterserviceversion.yaml @@ -45,7 +45,7 @@ metadata: capabilities: Seamless Upgrades categories: OpenShift Optional, Integration & Delivery, Networking, Security containerImage: quay.io/sail-dev/sail-operator:1.30-latest - createdAt: "2026-04-10T05:44:08Z" + createdAt: "2026-04-10T21:06:13Z" description: The Sail Operator manages the lifecycle of your Istio control plane. It provides custom resources for you to deploy and manage your control plane components. features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "true" @@ -182,7 +182,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. + Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. displayName: Istio Version path: version x-descriptors: @@ -199,7 +199,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.28.0 - urn:alm:descriptor:com.tectonic.ui:select:v1.27.9 - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.189832a2 + - urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.e2413abb - description: Namespace to which the Istio CNI component should be installed. Note that this field is immutable. displayName: Namespace path: namespace @@ -237,7 +237,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.29.1, v1.29.0, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, v1.30-alpha.189832a2. + Must be one of: v1.29.1, v1.29.0, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, v1.30-alpha.e2413abb. displayName: Istio Version path: version x-descriptors: @@ -251,7 +251,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:v1.27.9 - - urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.189832a2 + - urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.e2413abb - description: Namespace to which the Istio components should be installed. displayName: Namespace path: namespace @@ -286,7 +286,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:RevisionBased - description: |- Defines the version of Istio to install. - Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. + Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. displayName: Istio Version path: version x-descriptors: @@ -303,7 +303,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.28.0 - urn:alm:descriptor:com.tectonic.ui:select:v1.27.9 - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.189832a2 + - urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.e2413abb - 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. @@ -359,7 +359,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. + Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. displayName: Istio Version path: version x-descriptors: @@ -376,7 +376,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.28.0 - urn:alm:descriptor:com.tectonic.ui:select:v1.27.9 - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.189832a2 + - urn:alm:descriptor:com.tectonic.ui:select:v1.30-alpha.e2413abb - description: Namespace to which the Istio ztunnel component should be installed. displayName: Namespace path: namespace @@ -403,7 +403,7 @@ spec: - v1.28.0 - v1.27.9 - master - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb [See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it. displayName: Sail Operator @@ -797,10 +797,10 @@ spec: images.v1_29_1.istiod: registry.istio.io/release/pilot:1.29.1 images.v1_29_1.proxy: registry.istio.io/release/proxyv2:1.29.1 images.v1_29_1.ztunnel: registry.istio.io/release/ztunnel:1.29.1 - images.v1_30-alpha_189832a2.cni: registry.istio.io/testing/install-cni:1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 - images.v1_30-alpha_189832a2.istiod: registry.istio.io/testing/pilot:1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 - images.v1_30-alpha_189832a2.proxy: registry.istio.io/testing/proxyv2:1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 - images.v1_30-alpha_189832a2.ztunnel: registry.istio.io/testing/ztunnel:1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 + images.v1_30-alpha_e2413abb.cni: registry.istio.io/testing/install-cni:1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 + images.v1_30-alpha_e2413abb.istiod: registry.istio.io/testing/pilot:1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 + images.v1_30-alpha_e2413abb.proxy: registry.istio.io/testing/proxyv2:1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 + images.v1_30-alpha_e2413abb.ztunnel: registry.istio.io/testing/ztunnel:1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 kubectl.kubernetes.io/default-container: sail-operator labels: app.kubernetes.io/created-by: sailoperator diff --git a/bundle/manifests/sailoperator.io_istiocnis.yaml b/bundle/manifests/sailoperator.io_istiocnis.yaml index a5bc79a740..b097d23317 100644 --- a/bundle/manifests/sailoperator.io_istiocnis.yaml +++ b/bundle/manifests/sailoperator.io_istiocnis.yaml @@ -1472,7 +1472,7 @@ spec: default: v1.29.1 description: |- Defines the version of Istio to install. - Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. + Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. enum: - v1.29-latest - v1.29.1 @@ -1532,7 +1532,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istiorevisions.yaml b/bundle/manifests/sailoperator.io_istiorevisions.yaml index 259a573985..57d4ccb06a 100644 --- a/bundle/manifests/sailoperator.io_istiorevisions.yaml +++ b/bundle/manifests/sailoperator.io_istiorevisions.yaml @@ -10243,7 +10243,7 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.29.1, v1.29.0, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, v1.30-alpha.189832a2. + Must be one of: v1.29.1, v1.29.0, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, v1.30-alpha.e2413abb. enum: - v1.29.1 - v1.29.0 @@ -10294,7 +10294,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istios.yaml b/bundle/manifests/sailoperator.io_istios.yaml index 2f5e3f8aed..cd06736da2 100644 --- a/bundle/manifests/sailoperator.io_istios.yaml +++ b/bundle/manifests/sailoperator.io_istios.yaml @@ -10317,7 +10317,7 @@ spec: default: v1.29.1 description: |- Defines the version of Istio to install. - Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. + Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. enum: - v1.29-latest - v1.29.1 @@ -10377,7 +10377,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_ztunnels.yaml b/bundle/manifests/sailoperator.io_ztunnels.yaml index e0f61ae796..ebd83f820c 100644 --- a/bundle/manifests/sailoperator.io_ztunnels.yaml +++ b/bundle/manifests/sailoperator.io_ztunnels.yaml @@ -3512,7 +3512,7 @@ spec: default: v1.29.1 description: |- Defines the version of Istio to install. - Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. + Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. enum: - v1.29-latest - v1.29.1 @@ -3560,7 +3560,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb type: string required: - namespace @@ -7138,7 +7138,7 @@ spec: default: v1.29.1 description: |- Defines the version of Istio to install. - Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. + Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. enum: - v1.29-latest - v1.29.1 @@ -7186,7 +7186,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istiocnis.yaml b/chart/crds/sailoperator.io_istiocnis.yaml index 155d189802..08c79b3054 100644 --- a/chart/crds/sailoperator.io_istiocnis.yaml +++ b/chart/crds/sailoperator.io_istiocnis.yaml @@ -1472,7 +1472,7 @@ spec: default: v1.29.1 description: |- Defines the version of Istio to install. - Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. + Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. enum: - v1.29-latest - v1.29.1 @@ -1532,7 +1532,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istiorevisions.yaml b/chart/crds/sailoperator.io_istiorevisions.yaml index 162d44708f..0385b475f1 100644 --- a/chart/crds/sailoperator.io_istiorevisions.yaml +++ b/chart/crds/sailoperator.io_istiorevisions.yaml @@ -10243,7 +10243,7 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.29.1, v1.29.0, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, v1.30-alpha.189832a2. + Must be one of: v1.29.1, v1.29.0, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, v1.30-alpha.e2413abb. enum: - v1.29.1 - v1.29.0 @@ -10294,7 +10294,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istios.yaml b/chart/crds/sailoperator.io_istios.yaml index 47a0263cb0..32b2c72fe9 100644 --- a/chart/crds/sailoperator.io_istios.yaml +++ b/chart/crds/sailoperator.io_istios.yaml @@ -10317,7 +10317,7 @@ spec: default: v1.29.1 description: |- Defines the version of Istio to install. - Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. + Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. enum: - v1.29-latest - v1.29.1 @@ -10377,7 +10377,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb type: string required: - namespace diff --git a/chart/crds/sailoperator.io_ztunnels.yaml b/chart/crds/sailoperator.io_ztunnels.yaml index f29730be55..fda6c6777e 100644 --- a/chart/crds/sailoperator.io_ztunnels.yaml +++ b/chart/crds/sailoperator.io_ztunnels.yaml @@ -3512,7 +3512,7 @@ spec: default: v1.29.1 description: |- Defines the version of Istio to install. - Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. + Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. enum: - v1.29-latest - v1.29.1 @@ -3560,7 +3560,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb type: string required: - namespace @@ -7138,7 +7138,7 @@ spec: default: v1.29.1 description: |- Defines the version of Istio to install. - Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. + Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. enum: - v1.29-latest - v1.29.1 @@ -7186,7 +7186,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb type: string required: - namespace diff --git a/chart/values.yaml b/chart/values.yaml index 5ea99dde21..c94ef19cfe 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -38,10 +38,10 @@ deployment: images.v1_27_9.istiod: registry.istio.io/release/pilot:1.27.9 images.v1_27_9.proxy: registry.istio.io/release/proxyv2:1.27.9 images.v1_27_9.cni: registry.istio.io/release/install-cni:1.27.9 - images.v1_30-alpha_189832a2.ztunnel: registry.istio.io/testing/ztunnel:1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 - images.v1_30-alpha_189832a2.istiod: registry.istio.io/testing/pilot:1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 - images.v1_30-alpha_189832a2.proxy: registry.istio.io/testing/proxyv2:1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 - images.v1_30-alpha_189832a2.cni: registry.istio.io/testing/install-cni:1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 + images.v1_30-alpha_e2413abb.ztunnel: registry.istio.io/testing/ztunnel:1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 + images.v1_30-alpha_e2413abb.istiod: registry.istio.io/testing/pilot:1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 + images.v1_30-alpha_e2413abb.proxy: registry.istio.io/testing/proxyv2:1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 + images.v1_30-alpha_e2413abb.cni: registry.istio.io/testing/install-cni:1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 revisionHistoryLimit: 10 service: port: 8443 @@ -69,7 +69,7 @@ csv: - v1.28.0 - v1.27.9 - master - - v1.30-alpha.189832a2 + - v1.30-alpha.e2413abb [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 8b4875e8ae..217cc9f52f 100644 --- a/docs/api-reference/sailoperator.io.md +++ b/docs/api-reference/sailoperator.io.md @@ -681,7 +681,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. | v1.29.1 | Enum: [v1.29-latest v1.29.1 v1.29.0 v1.28-latest 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.30-alpha.189832a2] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. | v1.29.1 | Enum: [v1.29-latest v1.29.1 v1.29.0 v1.28-latest 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.30-alpha.e2413abb] | | `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. | | | @@ -920,7 +920,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.29.1, v1.29.0, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, v1.30-alpha.189832a2. | | Enum: [v1.29.1 v1.29.0 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.30-alpha.189832a2] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.29.1, v1.29.0, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, v1.30-alpha.e2413abb. | | Enum: [v1.29.1 v1.29.0 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.30-alpha.e2413abb] | | `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. | | | @@ -1113,7 +1113,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. | v1.29.1 | Enum: [v1.29-latest v1.29.1 v1.29.0 v1.28-latest 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.30-alpha.189832a2] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. | v1.29.1 | Enum: [v1.29-latest v1.29.1 v1.29.0 v1.28-latest 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.30-alpha.e2413abb] | | `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 | | @@ -3569,7 +3569,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. | v1.29.1 | Enum: [v1.29-latest v1.29.1 v1.29.0 v1.28-latest 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.30-alpha.189832a2] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. | v1.29.1 | Enum: [v1.29-latest v1.29.1 v1.29.0 v1.28-latest 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.30-alpha.e2413abb] | | `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. | | | @@ -3735,7 +3735,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.189832a2. | v1.29.1 | Enum: [v1.29-latest v1.29.1 v1.29.0 v1.28-latest 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.30-alpha.189832a2] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.29-latest, v1.29.1, v1.29.0, v1.28-latest, v1.28.5, v1.28.4, v1.28.3, v1.28.2, v1.28.1, v1.28.0, v1.27.9, master, v1.30-alpha.e2413abb. | v1.29.1 | Enum: [v1.29-latest v1.29.1 v1.29.0 v1.28-latest 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.30-alpha.e2413abb] | | `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/go.mod b/go.mod index 687ac0a136..e53f3036bd 100644 --- a/go.mod +++ b/go.mod @@ -25,7 +25,7 @@ require ( gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.20.1 istio.io/client-go v1.29.0-alpha.0.0.20260408155302-51be81f3bac8 - istio.io/istio v0.0.0-20260410004459-189832a289c1 + istio.io/istio v0.0.0-20260410203700-e2413abbb8f2 k8s.io/api v0.35.3 k8s.io/apiextensions-apiserver v0.35.3 k8s.io/apimachinery v0.35.3 diff --git a/go.sum b/go.sum index ba314f4cac..e7f5384c56 100644 --- a/go.sum +++ b/go.sum @@ -469,8 +469,8 @@ istio.io/api v1.29.0-alpha.0.0.20260408154259-7cbe7cd4fb17 h1:uMZpPjkrYpjqMV406a istio.io/api v1.29.0-alpha.0.0.20260408154259-7cbe7cd4fb17/go.mod h1:+brQWcBHoROuyA6fv8rbgg8Kfn0RCGuqoY0duCMuSLA= istio.io/client-go v1.29.0-alpha.0.0.20260408155302-51be81f3bac8 h1:AHrDzKQDPM6v5YJxuBlCPubyFX9RieITLJOdOEh3p2s= istio.io/client-go v1.29.0-alpha.0.0.20260408155302-51be81f3bac8/go.mod h1:Gp0WF0kl95S+sSDMXVP4x52/fINtq92pRs0ht1O0ne4= -istio.io/istio v0.0.0-20260410004459-189832a289c1 h1:Y+6N9rzcKaq02E0bGDZKLhs8bzmAaiX0ZB0upjgb7D0= -istio.io/istio v0.0.0-20260410004459-189832a289c1/go.mod h1:fnWK47CYKaxmvyGbV3/mFjLtl615B1Y7C+mOFBL65oo= +istio.io/istio v0.0.0-20260410203700-e2413abbb8f2 h1:xIxPA3yqytYc2I7ATIie684//qYoN6K4fe+WBXHURf0= +istio.io/istio v0.0.0-20260410203700-e2413abbb8f2/go.mod h1:fnWK47CYKaxmvyGbV3/mFjLtl615B1Y7C+mOFBL65oo= k8s.io/api v0.35.3 h1:pA2fiBc6+N9PDf7SAiluKGEBuScsTzd2uYBkA5RzNWQ= k8s.io/api v0.35.3/go.mod h1:9Y9tkBcFwKNq2sxwZTQh1Njh9qHl81D0As56tu42GA4= k8s.io/apiextensions-apiserver v0.35.3 h1:2fQUhEO7P17sijylbdwt0nBdXP0TvHrHj0KeqHD8FiU= diff --git a/pkg/istioversion/versions.yaml b/pkg/istioversion/versions.yaml index e291889662..e52e0b2d94 100644 --- a/pkg/istioversion/versions.yaml +++ b/pkg/istioversion/versions.yaml @@ -208,15 +208,15 @@ versions: - name: v1.21.6 eol: true - name: master - ref: v1.30-alpha.189832a2 - - name: v1.30-alpha.189832a2 - version: 1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 + ref: v1.30-alpha.e2413abb + - name: v1.30-alpha.e2413abb + version: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 repo: https://github.com/istio/istio branch: master - commit: 189832a289c1aaf0e868932b4c46e0059638ea74 + commit: e2413abbb8f22c814ca98af783bfcf575daadb77 charts: - - https://storage.googleapis.com/istio-build/dev/1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74/helm/base-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz - - https://storage.googleapis.com/istio-build/dev/1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74/helm/cni-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz - - https://storage.googleapis.com/istio-build/dev/1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74/helm/gateway-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz - - https://storage.googleapis.com/istio-build/dev/1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74/helm/istiod-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz - - https://storage.googleapis.com/istio-build/dev/1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74/helm/ztunnel-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz + - https://storage.googleapis.com/istio-build/dev/1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77/helm/base-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz + - https://storage.googleapis.com/istio-build/dev/1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77/helm/cni-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz + - https://storage.googleapis.com/istio-build/dev/1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77/helm/gateway-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz + - https://storage.googleapis.com/istio-build/dev/1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77/helm/istiod-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz + - https://storage.googleapis.com/istio-build/dev/1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77/helm/ztunnel-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz diff --git a/resources/v1.30-alpha.189832a2/base-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag b/resources/v1.30-alpha.189832a2/base-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag deleted file mode 100644 index 5c921df705..0000000000 --- a/resources/v1.30-alpha.189832a2/base-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -8b77ab788cb1a3695c57ab48e3c55661 diff --git a/resources/v1.30-alpha.189832a2/cni-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag b/resources/v1.30-alpha.189832a2/cni-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag deleted file mode 100644 index 94798f4596..0000000000 --- a/resources/v1.30-alpha.189832a2/cni-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -24d4c265d7296f56511e7ac1487ea099 diff --git a/resources/v1.30-alpha.189832a2/commit b/resources/v1.30-alpha.189832a2/commit deleted file mode 100644 index 151a02a979..0000000000 --- a/resources/v1.30-alpha.189832a2/commit +++ /dev/null @@ -1 +0,0 @@ -189832a289c1aaf0e868932b4c46e0059638ea74 diff --git a/resources/v1.30-alpha.189832a2/gateway-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag b/resources/v1.30-alpha.189832a2/gateway-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag deleted file mode 100644 index 903ca2c39d..0000000000 --- a/resources/v1.30-alpha.189832a2/gateway-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -3ab393ee2b04c83c1995c83c7fd4f936 diff --git a/resources/v1.30-alpha.189832a2/istiod-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag b/resources/v1.30-alpha.189832a2/istiod-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag deleted file mode 100644 index 80a8a9f49c..0000000000 --- a/resources/v1.30-alpha.189832a2/istiod-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -0ac6b244a3a8db1cf42d02a8a9150c47 diff --git a/resources/v1.30-alpha.189832a2/ztunnel-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag b/resources/v1.30-alpha.189832a2/ztunnel-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag deleted file mode 100644 index 64a9e221c9..0000000000 --- a/resources/v1.30-alpha.189832a2/ztunnel-1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -abfd29ea7695417b4f0d551a35c47816 diff --git a/resources/v1.30-alpha.e2413abb/base-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag b/resources/v1.30-alpha.e2413abb/base-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag new file mode 100644 index 0000000000..e6bceb76e0 --- /dev/null +++ b/resources/v1.30-alpha.e2413abb/base-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag @@ -0,0 +1 @@ +54b8890443a26cf61ca1b830ed6514d1 diff --git a/resources/v1.30-alpha.189832a2/charts/base/Chart.yaml b/resources/v1.30-alpha.e2413abb/charts/base/Chart.yaml similarity index 63% rename from resources/v1.30-alpha.189832a2/charts/base/Chart.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/Chart.yaml index 5445be3aa7..1237ae788d 100644 --- a/resources/v1.30-alpha.189832a2/charts/base/Chart.yaml +++ b/resources/v1.30-alpha.e2413abb/charts/base/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 +appVersion: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 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.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 +version: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 diff --git a/resources/v1.30-alpha.189832a2/charts/base/README.md b/resources/v1.30-alpha.e2413abb/charts/base/README.md similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/README.md rename to resources/v1.30-alpha.e2413abb/charts/base/README.md diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-ambient.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-ambient.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-ambient.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-ambient.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-compatibility-version-1.25.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-compatibility-version-1.25.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-compatibility-version-1.26.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-compatibility-version-1.26.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-compatibility-version-1.27.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-compatibility-version-1.27.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-compatibility-version-1.28.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-compatibility-version-1.28.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-compatibility-version-1.29.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-compatibility-version-1.29.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-demo.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-demo.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-demo.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-demo.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-gke.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-gke.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-gke.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-k3d.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-k3d.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-k3d.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-k3s.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-k3s.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-k3s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-microk8s.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-microk8s.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-microk8s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-minikube.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-minikube.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-minikube.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-openshift.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-platform-openshift.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-platform-openshift.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-preview.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-preview.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-preview.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-preview.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-remote.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-remote.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-remote.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-remote.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/files/profile-stable.yaml b/resources/v1.30-alpha.e2413abb/charts/base/files/profile-stable.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/files/profile-stable.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/files/profile-stable.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/templates/NOTES.txt b/resources/v1.30-alpha.e2413abb/charts/base/templates/NOTES.txt similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/templates/NOTES.txt rename to resources/v1.30-alpha.e2413abb/charts/base/templates/NOTES.txt diff --git a/resources/v1.30-alpha.189832a2/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml b/resources/v1.30-alpha.e2413abb/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml b/resources/v1.30-alpha.e2413abb/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/templates/reader-serviceaccount.yaml b/resources/v1.30-alpha.e2413abb/charts/base/templates/reader-serviceaccount.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/templates/reader-serviceaccount.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/templates/reader-serviceaccount.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/templates/zzz_profile.yaml b/resources/v1.30-alpha.e2413abb/charts/base/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/templates/zzz_profile.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/templates/zzz_profile.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/base/values.yaml b/resources/v1.30-alpha.e2413abb/charts/base/values.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/base/values.yaml rename to resources/v1.30-alpha.e2413abb/charts/base/values.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/Chart.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/Chart.yaml similarity index 62% rename from resources/v1.30-alpha.189832a2/charts/cni/Chart.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/Chart.yaml index e9ddad7327..da4290b1ac 100644 --- a/resources/v1.30-alpha.189832a2/charts/cni/Chart.yaml +++ b/resources/v1.30-alpha.e2413abb/charts/cni/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 +appVersion: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 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.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 +version: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 diff --git a/resources/v1.30-alpha.189832a2/charts/cni/README.md b/resources/v1.30-alpha.e2413abb/charts/cni/README.md similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/README.md rename to resources/v1.30-alpha.e2413abb/charts/cni/README.md diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-ambient.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-ambient.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-ambient.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-ambient.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-compatibility-version-1.25.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-compatibility-version-1.25.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-compatibility-version-1.26.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-compatibility-version-1.26.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-compatibility-version-1.27.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-compatibility-version-1.27.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-compatibility-version-1.28.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-compatibility-version-1.28.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-compatibility-version-1.29.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-compatibility-version-1.29.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-demo.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-demo.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-demo.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-demo.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-gke.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-gke.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-gke.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-k3d.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-k3d.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-k3d.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-k3s.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-k3s.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-k3s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-microk8s.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-microk8s.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-microk8s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-minikube.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-minikube.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-minikube.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-openshift.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-platform-openshift.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-platform-openshift.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-preview.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-preview.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-preview.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-preview.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-remote.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-remote.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-remote.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-remote.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/files/profile-stable.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/files/profile-stable.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/files/profile-stable.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/files/profile-stable.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/NOTES.txt b/resources/v1.30-alpha.e2413abb/charts/cni/templates/NOTES.txt similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/NOTES.txt rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/NOTES.txt diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/_helpers.tpl b/resources/v1.30-alpha.e2413abb/charts/cni/templates/_helpers.tpl similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/_helpers.tpl rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/_helpers.tpl diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/clusterrole.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/templates/clusterrole.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/clusterrole.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/clusterrole.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/clusterrolebinding.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/clusterrolebinding.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/clusterrolebinding.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/configmap-cni.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/templates/configmap-cni.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/configmap-cni.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/configmap-cni.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/daemonset.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/templates/daemonset.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/daemonset.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/daemonset.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/network-attachment-definition.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/templates/network-attachment-definition.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/network-attachment-definition.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/network-attachment-definition.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/networkpolicy.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/networkpolicy.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/networkpolicy.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/resourcequota.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/templates/resourcequota.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/resourcequota.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/resourcequota.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/serviceaccount.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/serviceaccount.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/serviceaccount.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/zzy_descope_legacy.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/zzy_descope_legacy.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/templates/zzz_profile.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/cni/templates/zzz_profile.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/templates/zzz_profile.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/cni/values.yaml b/resources/v1.30-alpha.e2413abb/charts/cni/values.yaml similarity index 99% rename from resources/v1.30-alpha.189832a2/charts/cni/values.yaml rename to resources/v1.30-alpha.e2413abb/charts/cni/values.yaml index 79aba4096c..6372cfbf5d 100644 --- a/resources/v1.30-alpha.189832a2/charts/cni/values.yaml +++ b/resources/v1.30-alpha.e2413abb/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.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 + tag: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 # Variant of the image to use. # Currently supported are: [debug, distroless] diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/Chart.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/Chart.yaml similarity index 64% rename from resources/v1.30-alpha.189832a2/charts/gateway/Chart.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/Chart.yaml index ce81da1e00..4c3d374ec3 100644 --- a/resources/v1.30-alpha.189832a2/charts/gateway/Chart.yaml +++ b/resources/v1.30-alpha.e2413abb/charts/gateway/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 +appVersion: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 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.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 +version: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/README.md b/resources/v1.30-alpha.e2413abb/charts/gateway/README.md similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/README.md rename to resources/v1.30-alpha.e2413abb/charts/gateway/README.md diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-ambient.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-ambient.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-ambient.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-ambient.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-compatibility-version-1.25.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-compatibility-version-1.25.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-compatibility-version-1.26.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-compatibility-version-1.26.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-compatibility-version-1.27.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-compatibility-version-1.27.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-compatibility-version-1.28.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-compatibility-version-1.28.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-compatibility-version-1.29.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-compatibility-version-1.29.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-demo.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-demo.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-demo.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-demo.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-gke.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-gke.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-gke.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-k3d.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-k3d.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-k3d.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-k3s.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-k3s.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-k3s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-microk8s.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-microk8s.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-microk8s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-minikube.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-minikube.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-minikube.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-openshift.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-platform-openshift.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-platform-openshift.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-preview.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-preview.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-preview.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-preview.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-remote.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-remote.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-remote.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-remote.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/files/profile-stable.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-stable.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/files/profile-stable.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/files/profile-stable.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/templates/NOTES.txt b/resources/v1.30-alpha.e2413abb/charts/gateway/templates/NOTES.txt similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/templates/NOTES.txt rename to resources/v1.30-alpha.e2413abb/charts/gateway/templates/NOTES.txt diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/templates/_helpers.tpl b/resources/v1.30-alpha.e2413abb/charts/gateway/templates/_helpers.tpl similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/templates/_helpers.tpl rename to resources/v1.30-alpha.e2413abb/charts/gateway/templates/_helpers.tpl diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/templates/deployment.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/templates/deployment.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/templates/deployment.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/templates/deployment.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/templates/hpa.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/templates/hpa.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/templates/hpa.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/templates/hpa.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/templates/networkpolicy.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/templates/networkpolicy.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/templates/networkpolicy.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/templates/poddisruptionbudget.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/templates/poddisruptionbudget.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/templates/poddisruptionbudget.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/templates/role.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/templates/role.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/templates/role.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/templates/role.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/templates/service.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/templates/service.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/templates/service.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/templates/service.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/templates/serviceaccount.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/templates/serviceaccount.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/templates/serviceaccount.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/templates/zzz_profile.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/templates/zzz_profile.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/templates/zzz_profile.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/values.schema.json b/resources/v1.30-alpha.e2413abb/charts/gateway/values.schema.json similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/values.schema.json rename to resources/v1.30-alpha.e2413abb/charts/gateway/values.schema.json diff --git a/resources/v1.30-alpha.189832a2/charts/gateway/values.yaml b/resources/v1.30-alpha.e2413abb/charts/gateway/values.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/gateway/values.yaml rename to resources/v1.30-alpha.e2413abb/charts/gateway/values.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/Chart.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/Chart.yaml similarity index 63% rename from resources/v1.30-alpha.189832a2/charts/istiod/Chart.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/Chart.yaml index 694ce0d7ea..7c97e71b1a 100644 --- a/resources/v1.30-alpha.189832a2/charts/istiod/Chart.yaml +++ b/resources/v1.30-alpha.e2413abb/charts/istiod/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 +appVersion: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 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.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 +version: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/README.md b/resources/v1.30-alpha.e2413abb/charts/istiod/README.md similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/README.md rename to resources/v1.30-alpha.e2413abb/charts/istiod/README.md diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/agentgateway.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/agentgateway.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/agentgateway.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/agentgateway.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/gateway-injection-template.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/gateway-injection-template.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/gateway-injection-template.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/gateway-injection-template.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/grpc-agent.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/grpc-agent.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/grpc-agent.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/grpc-agent.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/grpc-simple.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/grpc-simple.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/grpc-simple.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/grpc-simple.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/injection-template.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/injection-template.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/injection-template.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/injection-template.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/kube-gateway.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/kube-gateway.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/kube-gateway.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/kube-gateway.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-ambient.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-ambient.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-ambient.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-ambient.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-compatibility-version-1.25.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-compatibility-version-1.25.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-compatibility-version-1.26.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-compatibility-version-1.26.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-compatibility-version-1.27.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-compatibility-version-1.27.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-compatibility-version-1.28.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-compatibility-version-1.28.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-compatibility-version-1.29.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-compatibility-version-1.29.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-demo.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-demo.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-demo.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-demo.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-gke.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-gke.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-gke.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-k3d.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-k3d.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-k3d.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-k3s.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-k3s.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-k3s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-microk8s.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-microk8s.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-microk8s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-minikube.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-minikube.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-minikube.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-openshift.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-platform-openshift.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-platform-openshift.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-preview.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-preview.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-preview.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-preview.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-remote.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-remote.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-remote.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-remote.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/profile-stable.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-stable.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/profile-stable.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/profile-stable.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/files/waypoint.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/files/waypoint.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/files/waypoint.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/files/waypoint.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/NOTES.txt b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/NOTES.txt similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/NOTES.txt rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/NOTES.txt diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/_helpers.tpl b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/_helpers.tpl similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/_helpers.tpl rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/_helpers.tpl diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/autoscale.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/autoscale.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/autoscale.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/autoscale.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/clusterrole.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/clusterrole.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/clusterrole.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/clusterrole.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/clusterrolebinding.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/clusterrolebinding.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/clusterrolebinding.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/configmap-jwks.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/configmap-jwks.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/configmap-jwks.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/configmap-jwks.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/configmap-values.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/configmap-values.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/configmap-values.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/configmap-values.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/configmap.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/configmap.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/configmap.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/configmap.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/deployment.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/deployment.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/deployment.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/deployment.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/gateway-class-configmap.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/gateway-class-configmap.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/gateway-class-configmap.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/gateway-class-configmap.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/istiod-injector-configmap.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/istiod-injector-configmap.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/istiod-injector-configmap.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/istiod-injector-configmap.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/mutatingwebhook.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/mutatingwebhook.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/mutatingwebhook.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/mutatingwebhook.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/networkpolicy.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/networkpolicy.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/networkpolicy.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/poddisruptionbudget.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/poddisruptionbudget.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/poddisruptionbudget.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/reader-clusterrole.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/reader-clusterrole.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/reader-clusterrole.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/reader-clusterrole.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/reader-clusterrolebinding.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/reader-clusterrolebinding.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/reader-clusterrolebinding.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/reader-clusterrolebinding.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/remote-istiod-endpointslices.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/remote-istiod-endpointslices.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/remote-istiod-endpointslices.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/remote-istiod-endpointslices.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/remote-istiod-service.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/remote-istiod-service.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/remote-istiod-service.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/remote-istiod-service.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/revision-tags-mwc.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/revision-tags-mwc.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/revision-tags-mwc.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/revision-tags-mwc.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/revision-tags-svc.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/revision-tags-svc.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/revision-tags-svc.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/revision-tags-svc.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/role.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/role.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/role.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/role.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/rolebinding.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/rolebinding.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/rolebinding.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/rolebinding.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/service.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/service.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/service.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/service.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/serviceaccount.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/serviceaccount.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/serviceaccount.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/validatingadmissionpolicy.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/validatingadmissionpolicy.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/validatingadmissionpolicy.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/validatingwebhookconfiguration.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/validatingwebhookconfiguration.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/validatingwebhookconfiguration.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/zzy_descope_legacy.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/zzy_descope_legacy.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/templates/zzz_profile.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/istiod/templates/zzz_profile.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/templates/zzz_profile.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/istiod/values.yaml b/resources/v1.30-alpha.e2413abb/charts/istiod/values.yaml similarity index 99% rename from resources/v1.30-alpha.189832a2/charts/istiod/values.yaml rename to resources/v1.30-alpha.e2413abb/charts/istiod/values.yaml index 8b07e4a4d8..e93c5e23c6 100644 --- a/resources/v1.30-alpha.189832a2/charts/istiod/values.yaml +++ b/resources/v1.30-alpha.e2413abb/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.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 + tag: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/Chart.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/Chart.yaml similarity index 71% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/Chart.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/Chart.yaml index 7bf67a97a1..3bfa5d1ba4 100644 --- a/resources/v1.30-alpha.189832a2/charts/revisiontags/Chart.yaml +++ b/resources/v1.30-alpha.e2413abb/charts/revisiontags/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 +appVersion: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 description: Helm chart for istio revision tags name: revisiontags sources: diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-ambient.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-ambient.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-ambient.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-ambient.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-compatibility-version-1.25.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-compatibility-version-1.25.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-compatibility-version-1.26.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-compatibility-version-1.26.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-compatibility-version-1.27.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-compatibility-version-1.27.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-compatibility-version-1.28.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-compatibility-version-1.28.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-compatibility-version-1.29.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-compatibility-version-1.29.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-demo.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-demo.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-demo.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-demo.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-gke.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-gke.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-gke.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-k3d.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-k3d.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-k3d.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-k3s.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-k3s.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-k3s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-microk8s.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-microk8s.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-microk8s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-minikube.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-minikube.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-minikube.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-openshift.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-platform-openshift.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-platform-openshift.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-preview.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-preview.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-preview.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-preview.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-remote.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-remote.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-remote.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-remote.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-stable.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-stable.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/files/profile-stable.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/files/profile-stable.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/templates/revision-tags-mwc.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/templates/revision-tags-mwc.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/templates/revision-tags-mwc.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/templates/revision-tags-mwc.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/templates/revision-tags-svc.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/templates/revision-tags-svc.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/templates/revision-tags-svc.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/templates/revision-tags-svc.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/templates/zzz_profile.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/templates/zzz_profile.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/templates/zzz_profile.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/revisiontags/values.yaml b/resources/v1.30-alpha.e2413abb/charts/revisiontags/values.yaml similarity index 99% rename from resources/v1.30-alpha.189832a2/charts/revisiontags/values.yaml rename to resources/v1.30-alpha.e2413abb/charts/revisiontags/values.yaml index 8b07e4a4d8..e93c5e23c6 100644 --- a/resources/v1.30-alpha.189832a2/charts/revisiontags/values.yaml +++ b/resources/v1.30-alpha.e2413abb/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.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 + tag: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/Chart.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/Chart.yaml similarity index 63% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/Chart.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/Chart.yaml index 4df6895c7f..0dc07e345e 100644 --- a/resources/v1.30-alpha.189832a2/charts/ztunnel/Chart.yaml +++ b/resources/v1.30-alpha.e2413abb/charts/ztunnel/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 +appVersion: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 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.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 +version: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/README.md b/resources/v1.30-alpha.e2413abb/charts/ztunnel/README.md similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/README.md rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/README.md diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-ambient.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-ambient.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-ambient.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-ambient.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-compatibility-version-1.25.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-compatibility-version-1.25.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-compatibility-version-1.26.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-compatibility-version-1.26.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-compatibility-version-1.27.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-compatibility-version-1.27.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-compatibility-version-1.28.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-compatibility-version-1.28.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-compatibility-version-1.29.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-compatibility-version-1.29.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-compatibility-version-1.29.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-compatibility-version-1.29.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-demo.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-demo.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-demo.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-demo.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-gke.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-gke.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-gke.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-k3d.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-k3d.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-k3d.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-k3s.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-k3s.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-k3s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-microk8s.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-microk8s.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-microk8s.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-minikube.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-minikube.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-minikube.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-openshift.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-platform-openshift.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-platform-openshift.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-preview.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-preview.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-preview.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-preview.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-remote.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-remote.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-remote.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-remote.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-stable.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-stable.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/files/profile-stable.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/files/profile-stable.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/templates/NOTES.txt b/resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/NOTES.txt similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/templates/NOTES.txt rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/NOTES.txt diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/templates/_helpers.tpl b/resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/_helpers.tpl similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/templates/_helpers.tpl rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/_helpers.tpl diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/templates/daemonset.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/daemonset.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/templates/daemonset.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/daemonset.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/templates/networkpolicy.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/templates/networkpolicy.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/networkpolicy.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/templates/rbac.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/rbac.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/templates/rbac.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/rbac.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/templates/resourcequota.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/resourcequota.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/templates/resourcequota.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/resourcequota.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/templates/serviceaccount.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/templates/serviceaccount.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/serviceaccount.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/templates/zzz_profile.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/templates/zzz_profile.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/templates/zzz_profile.yaml diff --git a/resources/v1.30-alpha.189832a2/charts/ztunnel/values.yaml b/resources/v1.30-alpha.e2413abb/charts/ztunnel/values.yaml similarity index 99% rename from resources/v1.30-alpha.189832a2/charts/ztunnel/values.yaml rename to resources/v1.30-alpha.e2413abb/charts/ztunnel/values.yaml index 84e41f4200..7173f24fc8 100644 --- a/resources/v1.30-alpha.189832a2/charts/ztunnel/values.yaml +++ b/resources/v1.30-alpha.e2413abb/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.30-alpha.189832a289c1aaf0e868932b4c46e0059638ea74 + tag: 1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77 # Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version. variant: "" diff --git a/resources/v1.30-alpha.e2413abb/cni-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag b/resources/v1.30-alpha.e2413abb/cni-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag new file mode 100644 index 0000000000..d69f602fb7 --- /dev/null +++ b/resources/v1.30-alpha.e2413abb/cni-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag @@ -0,0 +1 @@ +5fc624db419ba47089ed53d382c50dde diff --git a/resources/v1.30-alpha.e2413abb/commit b/resources/v1.30-alpha.e2413abb/commit new file mode 100644 index 0000000000..e6c8fc3a95 --- /dev/null +++ b/resources/v1.30-alpha.e2413abb/commit @@ -0,0 +1 @@ +e2413abbb8f22c814ca98af783bfcf575daadb77 diff --git a/resources/v1.30-alpha.e2413abb/gateway-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag b/resources/v1.30-alpha.e2413abb/gateway-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag new file mode 100644 index 0000000000..36f2c09dbd --- /dev/null +++ b/resources/v1.30-alpha.e2413abb/gateway-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag @@ -0,0 +1 @@ +cccad58ddceb569b1d90c6850f3d2bb6 diff --git a/resources/v1.30-alpha.e2413abb/istiod-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag b/resources/v1.30-alpha.e2413abb/istiod-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag new file mode 100644 index 0000000000..e813c6cb5d --- /dev/null +++ b/resources/v1.30-alpha.e2413abb/istiod-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag @@ -0,0 +1 @@ +fa34580225e9236f44ef0f3fc481a01f diff --git a/resources/v1.30-alpha.189832a2/profiles/ambient.yaml b/resources/v1.30-alpha.e2413abb/profiles/ambient.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/profiles/ambient.yaml rename to resources/v1.30-alpha.e2413abb/profiles/ambient.yaml diff --git a/resources/v1.30-alpha.189832a2/profiles/default.yaml b/resources/v1.30-alpha.e2413abb/profiles/default.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/profiles/default.yaml rename to resources/v1.30-alpha.e2413abb/profiles/default.yaml diff --git a/resources/v1.30-alpha.189832a2/profiles/demo.yaml b/resources/v1.30-alpha.e2413abb/profiles/demo.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/profiles/demo.yaml rename to resources/v1.30-alpha.e2413abb/profiles/demo.yaml diff --git a/resources/v1.30-alpha.189832a2/profiles/empty.yaml b/resources/v1.30-alpha.e2413abb/profiles/empty.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/profiles/empty.yaml rename to resources/v1.30-alpha.e2413abb/profiles/empty.yaml diff --git a/resources/v1.30-alpha.189832a2/profiles/openshift-ambient.yaml b/resources/v1.30-alpha.e2413abb/profiles/openshift-ambient.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/profiles/openshift-ambient.yaml rename to resources/v1.30-alpha.e2413abb/profiles/openshift-ambient.yaml diff --git a/resources/v1.30-alpha.189832a2/profiles/openshift.yaml b/resources/v1.30-alpha.e2413abb/profiles/openshift.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/profiles/openshift.yaml rename to resources/v1.30-alpha.e2413abb/profiles/openshift.yaml diff --git a/resources/v1.30-alpha.189832a2/profiles/preview.yaml b/resources/v1.30-alpha.e2413abb/profiles/preview.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/profiles/preview.yaml rename to resources/v1.30-alpha.e2413abb/profiles/preview.yaml diff --git a/resources/v1.30-alpha.189832a2/profiles/remote.yaml b/resources/v1.30-alpha.e2413abb/profiles/remote.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/profiles/remote.yaml rename to resources/v1.30-alpha.e2413abb/profiles/remote.yaml diff --git a/resources/v1.30-alpha.189832a2/profiles/stable.yaml b/resources/v1.30-alpha.e2413abb/profiles/stable.yaml similarity index 100% rename from resources/v1.30-alpha.189832a2/profiles/stable.yaml rename to resources/v1.30-alpha.e2413abb/profiles/stable.yaml diff --git a/resources/v1.30-alpha.e2413abb/ztunnel-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag b/resources/v1.30-alpha.e2413abb/ztunnel-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag new file mode 100644 index 0000000000..3406e2b85e --- /dev/null +++ b/resources/v1.30-alpha.e2413abb/ztunnel-1.30-alpha.e2413abbb8f22c814ca98af783bfcf575daadb77.tgz.etag @@ -0,0 +1 @@ +e096a3c7273aeba9b044d2f40022e1c0