diff --git a/api/v1/istio_types.go b/api/v1/istio_types.go index fb95a8ad8..58898f2a6 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.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. - // +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.28-latest", "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-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.7", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.1cbc5c7f"} - // +kubebuilder:validation:Enum=v1.28-latest;v1.28.1;v1.28.0;v1.27-latest;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;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.29-alpha.1cbc5c7f + // Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. + // +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.28-latest", "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-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.7", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.9eb41939"} + // +kubebuilder:validation:Enum=v1.28-latest;v1.28.1;v1.28.0;v1.27-latest;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;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.29-alpha.9eb41939 // +kubebuilder:default=v1.28.1 Version string `json:"version"` diff --git a/api/v1/istiocni_types.go b/api/v1/istiocni_types.go index e879e639c..b0488ff8d 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.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. - // +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.28-latest", "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-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.7", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.1cbc5c7f"} - // +kubebuilder:validation:Enum=v1.28-latest;v1.28.1;v1.28.0;v1.27-latest;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;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.29-alpha.1cbc5c7f + // Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. + // +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.28-latest", "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-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.7", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.9eb41939"} + // +kubebuilder:validation:Enum=v1.28-latest;v1.28.1;v1.28.0;v1.27-latest;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;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.29-alpha.9eb41939 // +kubebuilder:default=v1.28.1 Version string `json:"version"` diff --git a/api/v1/istiorevision_types.go b/api/v1/istiorevision_types.go index 8bd97af7b..eee7fb4db 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.28.1, v1.28.0, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, 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.29-alpha.1cbc5c7f. - // +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.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.7", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.1cbc5c7f"} - // +kubebuilder:validation:Enum=v1.28.1;v1.28.0;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;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.29-alpha.1cbc5c7f + // Must be one of: v1.28.1, v1.28.0, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, 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.29-alpha.9eb41939. + // +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.28.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.28.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.7", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.9eb41939"} + // +kubebuilder:validation:Enum=v1.28.1;v1.28.0;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;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.29-alpha.9eb41939 Version string `json:"version"` // Namespace to which the Istio components should be installed. diff --git a/api/v1/values_types.gen.go b/api/v1/values_types.gen.go index cda9f6949..5f2fd1797 100644 --- a/api/v1/values_types.gen.go +++ b/api/v1/values_types.gen.go @@ -762,6 +762,10 @@ type ProxyConfig struct { ReadinessPeriodSeconds *uint32 `json:"readinessPeriodSeconds,omitempty"` // Sets the number of successive failed probes before indicating readiness failure. ReadinessFailureThreshold *uint32 `json:"readinessFailureThreshold,omitempty"` + // Configures the seccomp profile for the istio-validation and istio-proxy containers. + // + // See: https://kubernetes.io/docs/tutorials/security/seccomp/ + SeccompProfile *k8sv1.SeccompProfile `json:"seccompProfile,omitempty"` // Configures the startup probe for the istio-proxy container. StartupProbe *StartupProbe `json:"startupProbe,omitempty"` // Default port used for the Pilot agent's health checks. @@ -1353,7 +1357,8 @@ const filePkgApisValuesTypesProtoRawDesc = "" + "\n" + "targetPort\x18\x04 \x01(\x05R\n" + "targetPort\x12\x1a\n" + - "\bprotocol\x18\x05 \x01(\tR\bprotocol\"\xca\t\n" + + "\bprotocol\x18\x05 \x01(\tR\bprotocol\"\x96\n" + + "\n" + "\vProxyConfig\x12\x1e\n" + "\n" + "autoInject\x18\x04 \x01(\tR\n" + @@ -1372,7 +1377,8 @@ const filePkgApisValuesTypesProtoRawDesc = "" + "privileged\x12B\n" + "\x1creadinessInitialDelaySeconds\x18\x14 \x01(\rR\x1creadinessInitialDelaySeconds\x126\n" + "\x16readinessPeriodSeconds\x18\x15 \x01(\rR\x16readinessPeriodSeconds\x12<\n" + - "\x19readinessFailureThreshold\x18\x16 \x01(\rR\x19readinessFailureThreshold\x12I\n" + + "\x19readinessFailureThreshold\x18\x16 \x01(\rR\x19readinessFailureThreshold\x12J\n" + + "\x0eseccompProfile\x18+ \x01(\v2\".k8s.io.api.core.v1.SeccompProfileR\x0eseccompProfile\x12I\n" + "\fstartupProbe\x18) \x01(\v2%.istio.operator.v1alpha1.StartupProbeR\fstartupProbe\x12\x1e\n" + "\n" + "statusPort\x18\x17 \x01(\rR\n" + diff --git a/api/v1/ztunnel_types.go b/api/v1/ztunnel_types.go index c076147b4..86f431cba 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.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. - // +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.28-latest", "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-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.7", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.1cbc5c7f"} - // +kubebuilder:validation:Enum=v1.28-latest;v1.28.1;v1.28.0;v1.27-latest;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;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.29-alpha.1cbc5c7f + // Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. + // +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.28-latest", "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-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.7", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.9eb41939"} + // +kubebuilder:validation:Enum=v1.28-latest;v1.28.1;v1.28.0;v1.27-latest;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;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.29-alpha.9eb41939 // +kubebuilder:default=v1.28.1 Version string `json:"version"` diff --git a/api/v1/zz_generated.deepcopy.go b/api/v1/zz_generated.deepcopy.go index c218b3ef8..44ee3c326 100644 --- a/api/v1/zz_generated.deepcopy.go +++ b/api/v1/zz_generated.deepcopy.go @@ -4093,6 +4093,11 @@ func (in *ProxyConfig) DeepCopyInto(out *ProxyConfig) { *out = new(uint32) **out = **in } + if in.SeccompProfile != nil { + in, out := &in.SeccompProfile, &out.SeccompProfile + *out = new(corev1.SeccompProfile) + (*in).DeepCopyInto(*out) + } if in.StartupProbe != nil { in, out := &in.StartupProbe, &out.StartupProbe *out = new(StartupProbe) diff --git a/api/v1alpha1/ztunnel_types.go b/api/v1alpha1/ztunnel_types.go index 9ad31749a..a9ef0e694 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.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. - // +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.28-latest", "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-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.7", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.1cbc5c7f"} - // +kubebuilder:validation:Enum=v1.28-latest;v1.28.1;v1.28.0;v1.27-latest;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;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.29-alpha.1cbc5c7f + // Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. + // +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.28-latest", "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-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.7", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.9eb41939"} + // +kubebuilder:validation:Enum=v1.28-latest;v1.28.1;v1.28.0;v1.27-latest;v1.27.4;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;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.29-alpha.9eb41939 // +kubebuilder:default=v1.28.1 Version string `json:"version"` diff --git a/bundle/manifests/sailoperator.clusterserviceversion.yaml b/bundle/manifests/sailoperator.clusterserviceversion.yaml index 4ca629c5a..caca63814 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.29-latest - createdAt: "2025-12-15T05:08:28Z" + createdAt: "2025-12-16T05:07:11Z" 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" @@ -179,7 +179,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. + Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. displayName: Istio Version path: version x-descriptors: @@ -203,7 +203,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.26.1 - urn:alm:descriptor:com.tectonic.ui:select:v1.26.0 - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.1cbc5c7f + - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.9eb41939 - description: Namespace to which the Istio CNI component should be installed. Note that this field is immutable. displayName: Namespace path: namespace @@ -241,7 +241,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.28.1, v1.28.0, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, 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.29-alpha.1cbc5c7f. + Must be one of: v1.28.1, v1.28.0, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, 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.29-alpha.9eb41939. displayName: Istio Version path: version x-descriptors: @@ -261,7 +261,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.26.2 - urn:alm:descriptor:com.tectonic.ui:select:v1.26.1 - urn:alm:descriptor:com.tectonic.ui:select:v1.26.0 - - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.1cbc5c7f + - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.9eb41939 - description: Namespace to which the Istio components should be installed. displayName: Namespace path: namespace @@ -296,7 +296,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:RevisionBased - description: |- Defines the version of Istio to install. - Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. + Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. displayName: Istio Version path: version x-descriptors: @@ -320,7 +320,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.26.1 - urn:alm:descriptor:com.tectonic.ui:select:v1.26.0 - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.1cbc5c7f + - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.9eb41939 - 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. @@ -376,7 +376,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. + Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. displayName: Istio Version path: version x-descriptors: @@ -400,7 +400,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.26.1 - urn:alm:descriptor:com.tectonic.ui:select:v1.26.0 - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.1cbc5c7f + - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.9eb41939 - description: Namespace to which the Istio ztunnel component should be installed. displayName: Namespace path: namespace @@ -434,7 +434,7 @@ spec: - v1.26.1 - v1.26.0 - master - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 [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 @@ -786,10 +786,10 @@ spec: images.v1_28_1.istiod: gcr.io/istio-release/pilot:1.28.1 images.v1_28_1.proxy: gcr.io/istio-release/proxyv2:1.28.1 images.v1_28_1.ztunnel: gcr.io/istio-release/ztunnel:1.28.1 - images.v1_29-alpha_1cbc5c7f.cni: gcr.io/istio-testing/install-cni:1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 - images.v1_29-alpha_1cbc5c7f.istiod: gcr.io/istio-testing/pilot:1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 - images.v1_29-alpha_1cbc5c7f.proxy: gcr.io/istio-testing/proxyv2:1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 - images.v1_29-alpha_1cbc5c7f.ztunnel: gcr.io/istio-testing/ztunnel:1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 + images.v1_29-alpha_9eb41939.cni: gcr.io/istio-testing/install-cni:1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 + images.v1_29-alpha_9eb41939.istiod: gcr.io/istio-testing/pilot:1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 + images.v1_29-alpha_9eb41939.proxy: gcr.io/istio-testing/proxyv2:1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 + images.v1_29-alpha_9eb41939.ztunnel: gcr.io/istio-testing/ztunnel:1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 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 f669cdf3d..2badefea6 100644 --- a/bundle/manifests/sailoperator.io_istiocnis.yaml +++ b/bundle/manifests/sailoperator.io_istiocnis.yaml @@ -1466,7 +1466,7 @@ spec: default: v1.28.1 description: |- Defines the version of Istio to install. - Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. + Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. enum: - v1.28-latest - v1.28.1 @@ -1513,7 +1513,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istiorevisions.yaml b/bundle/manifests/sailoperator.io_istiorevisions.yaml index e946255b0..c50a0e0d2 100644 --- a/bundle/manifests/sailoperator.io_istiorevisions.yaml +++ b/bundle/manifests/sailoperator.io_istiorevisions.yaml @@ -995,6 +995,31 @@ spec: More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ type: object type: object + seccompProfile: + description: |- + Configures the seccomp profile for the istio-validation and istio-proxy containers. + + See: https://kubernetes.io/docs/tutorials/security/seccomp/ + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile defined in a file on the node should be used. + The profile must be preconfigured on the node to work. + Must be a descending path, relative to the kubelet's configured seccomp profile location. + Must be set if type is "Localhost". Must NOT be set for any other type. + type: string + type: + description: |- + type indicates which kind of seccomp profile will be applied. + Valid options are: + + Localhost - a profile defined in a file on the node should be used. + RuntimeDefault - the container runtime default profile should be used. + Unconfined - no profile should be applied. + type: string + required: + - type + type: object startupProbe: description: Configures the startup probe for the istio-proxy container. @@ -10041,7 +10066,7 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.28.1, v1.28.0, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, 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.29-alpha.1cbc5c7f. + Must be one of: v1.28.1, v1.28.0, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, 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.29-alpha.9eb41939. enum: - v1.28.1 - v1.28.0 @@ -10080,7 +10105,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istios.yaml b/bundle/manifests/sailoperator.io_istios.yaml index fc0be94fc..8e0e1cd37 100644 --- a/bundle/manifests/sailoperator.io_istios.yaml +++ b/bundle/manifests/sailoperator.io_istios.yaml @@ -1068,6 +1068,31 @@ spec: More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ type: object type: object + seccompProfile: + description: |- + Configures the seccomp profile for the istio-validation and istio-proxy containers. + + See: https://kubernetes.io/docs/tutorials/security/seccomp/ + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile defined in a file on the node should be used. + The profile must be preconfigured on the node to work. + Must be a descending path, relative to the kubelet's configured seccomp profile location. + Must be set if type is "Localhost". Must NOT be set for any other type. + type: string + type: + description: |- + type indicates which kind of seccomp profile will be applied. + Valid options are: + + Localhost - a profile defined in a file on the node should be used. + RuntimeDefault - the container runtime default profile should be used. + Unconfined - no profile should be applied. + type: string + required: + - type + type: object startupProbe: description: Configures the startup probe for the istio-proxy container. @@ -10115,7 +10140,7 @@ spec: default: v1.28.1 description: |- Defines the version of Istio to install. - Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. + Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. enum: - v1.28-latest - v1.28.1 @@ -10162,7 +10187,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_ztunnels.yaml b/bundle/manifests/sailoperator.io_ztunnels.yaml index aead2c0a2..98ec28780 100644 --- a/bundle/manifests/sailoperator.io_ztunnels.yaml +++ b/bundle/manifests/sailoperator.io_ztunnels.yaml @@ -3427,7 +3427,7 @@ spec: default: v1.28.1 description: |- Defines the version of Istio to install. - Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. + Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. enum: - v1.28-latest - v1.28.1 @@ -3462,7 +3462,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 type: string required: - namespace @@ -6955,7 +6955,7 @@ spec: default: v1.28.1 description: |- Defines the version of Istio to install. - Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. + Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. enum: - v1.28-latest - v1.28.1 @@ -6990,7 +6990,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istiocnis.yaml b/chart/crds/sailoperator.io_istiocnis.yaml index be79501c0..7af0d5444 100644 --- a/chart/crds/sailoperator.io_istiocnis.yaml +++ b/chart/crds/sailoperator.io_istiocnis.yaml @@ -1466,7 +1466,7 @@ spec: default: v1.28.1 description: |- Defines the version of Istio to install. - Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. + Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. enum: - v1.28-latest - v1.28.1 @@ -1513,7 +1513,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istiorevisions.yaml b/chart/crds/sailoperator.io_istiorevisions.yaml index 8124fa95e..8844dd05f 100644 --- a/chart/crds/sailoperator.io_istiorevisions.yaml +++ b/chart/crds/sailoperator.io_istiorevisions.yaml @@ -995,6 +995,31 @@ spec: More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ type: object type: object + seccompProfile: + description: |- + Configures the seccomp profile for the istio-validation and istio-proxy containers. + + See: https://kubernetes.io/docs/tutorials/security/seccomp/ + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile defined in a file on the node should be used. + The profile must be preconfigured on the node to work. + Must be a descending path, relative to the kubelet's configured seccomp profile location. + Must be set if type is "Localhost". Must NOT be set for any other type. + type: string + type: + description: |- + type indicates which kind of seccomp profile will be applied. + Valid options are: + + Localhost - a profile defined in a file on the node should be used. + RuntimeDefault - the container runtime default profile should be used. + Unconfined - no profile should be applied. + type: string + required: + - type + type: object startupProbe: description: Configures the startup probe for the istio-proxy container. @@ -10041,7 +10066,7 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.28.1, v1.28.0, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, 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.29-alpha.1cbc5c7f. + Must be one of: v1.28.1, v1.28.0, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, 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.29-alpha.9eb41939. enum: - v1.28.1 - v1.28.0 @@ -10080,7 +10105,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istios.yaml b/chart/crds/sailoperator.io_istios.yaml index 0efa9ced1..58240f824 100644 --- a/chart/crds/sailoperator.io_istios.yaml +++ b/chart/crds/sailoperator.io_istios.yaml @@ -1068,6 +1068,31 @@ spec: More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ type: object type: object + seccompProfile: + description: |- + Configures the seccomp profile for the istio-validation and istio-proxy containers. + + See: https://kubernetes.io/docs/tutorials/security/seccomp/ + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile defined in a file on the node should be used. + The profile must be preconfigured on the node to work. + Must be a descending path, relative to the kubelet's configured seccomp profile location. + Must be set if type is "Localhost". Must NOT be set for any other type. + type: string + type: + description: |- + type indicates which kind of seccomp profile will be applied. + Valid options are: + + Localhost - a profile defined in a file on the node should be used. + RuntimeDefault - the container runtime default profile should be used. + Unconfined - no profile should be applied. + type: string + required: + - type + type: object startupProbe: description: Configures the startup probe for the istio-proxy container. @@ -10115,7 +10140,7 @@ spec: default: v1.28.1 description: |- Defines the version of Istio to install. - Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. + Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. enum: - v1.28-latest - v1.28.1 @@ -10162,7 +10187,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_ztunnels.yaml b/chart/crds/sailoperator.io_ztunnels.yaml index e960e7838..bd8c0521d 100644 --- a/chart/crds/sailoperator.io_ztunnels.yaml +++ b/chart/crds/sailoperator.io_ztunnels.yaml @@ -3427,7 +3427,7 @@ spec: default: v1.28.1 description: |- Defines the version of Istio to install. - Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. + Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. enum: - v1.28-latest - v1.28.1 @@ -3462,7 +3462,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 type: string required: - namespace @@ -6955,7 +6955,7 @@ spec: default: v1.28.1 description: |- Defines the version of Istio to install. - Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. + Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. enum: - v1.28-latest - v1.28.1 @@ -6990,7 +6990,7 @@ spec: - v1.24.1 - v1.24.0 - master - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 type: string required: - namespace diff --git a/chart/values.yaml b/chart/values.yaml index 116e92b48..23e11375a 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -62,10 +62,10 @@ deployment: images.v1_26_0.istiod: gcr.io/istio-release/pilot:1.26.0 images.v1_26_0.proxy: gcr.io/istio-release/proxyv2:1.26.0 images.v1_26_0.cni: gcr.io/istio-release/install-cni:1.26.0 - images.v1_29-alpha_1cbc5c7f.ztunnel: gcr.io/istio-testing/ztunnel:1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 - images.v1_29-alpha_1cbc5c7f.istiod: gcr.io/istio-testing/pilot:1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 - images.v1_29-alpha_1cbc5c7f.proxy: gcr.io/istio-testing/proxyv2:1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 - images.v1_29-alpha_1cbc5c7f.cni: gcr.io/istio-testing/install-cni:1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 + images.v1_29-alpha_9eb41939.ztunnel: gcr.io/istio-testing/ztunnel:1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 + images.v1_29-alpha_9eb41939.istiod: gcr.io/istio-testing/pilot:1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 + images.v1_29-alpha_9eb41939.proxy: gcr.io/istio-testing/proxyv2:1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 + images.v1_29-alpha_9eb41939.cni: gcr.io/istio-testing/install-cni:1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 revisionHistoryLimit: 10 service: port: 8443 @@ -100,7 +100,7 @@ csv: - v1.26.1 - v1.26.0 - master - - v1.29-alpha.1cbc5c7f + - v1.29-alpha.9eb41939 [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 6b3e11944..60cbbf368 100644 --- a/docs/api-reference/sailoperator.io.md +++ b/docs/api-reference/sailoperator.io.md @@ -661,7 +661,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. | v1.28.1 | Enum: [v1.28-latest v1.28.1 v1.28.0 v1.27-latest v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest 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.29-alpha.1cbc5c7f] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. | v1.28.1 | Enum: [v1.28-latest v1.28.1 v1.28.0 v1.27-latest v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest 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.29-alpha.9eb41939] | | `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. | | | @@ -900,7 +900,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.28.1, v1.28.0, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, 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.29-alpha.1cbc5c7f. | | Enum: [v1.28.1 v1.28.0 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 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.29-alpha.1cbc5c7f] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.28.1, v1.28.0, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, 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.29-alpha.9eb41939. | | Enum: [v1.28.1 v1.28.0 v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 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.29-alpha.9eb41939] | | `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. | | | @@ -1093,7 +1093,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. | v1.28.1 | Enum: [v1.28-latest v1.28.1 v1.28.0 v1.27-latest v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest 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.29-alpha.1cbc5c7f] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. | v1.28.1 | Enum: [v1.28-latest v1.28.1 v1.28.0 v1.27-latest v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest 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.29-alpha.9eb41939] | | `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 | | @@ -2504,6 +2504,7 @@ _Appears in:_ | `readinessInitialDelaySeconds` _integer_ | Sets the initial delay for readiness probes in seconds. | | | | `readinessPeriodSeconds` _integer_ | Sets the interval between readiness probes in seconds. | | | | `readinessFailureThreshold` _integer_ | Sets the number of successive failed probes before indicating readiness failure. | | | +| `seccompProfile` _[SeccompProfile](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#seccompprofile-v1-core)_ | Configures the seccomp profile for the istio-validation and istio-proxy containers. See: https://kubernetes.io/docs/tutorials/security/seccomp/ | | | | `startupProbe` _[StartupProbe](#startupprobe)_ | Configures the startup probe for the istio-proxy container. | | | | `statusPort` _integer_ | Default port used for the Pilot agent's health checks. | | | | `resources` _[ResourceRequirements](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#resourcerequirements-v1-core)_ | K8s resources settings. See https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container Deprecated: Marked as deprecated in pkg/apis/values_types.proto. | | | @@ -3502,7 +3503,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. | v1.28.1 | Enum: [v1.28-latest v1.28.1 v1.28.0 v1.27-latest v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest 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.29-alpha.1cbc5c7f] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. | v1.28.1 | Enum: [v1.28-latest v1.28.1 v1.28.0 v1.27-latest v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest 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.29-alpha.9eb41939] | | `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. | | | @@ -3668,7 +3669,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.1cbc5c7f. | v1.28.1 | Enum: [v1.28-latest v1.28.1 v1.28.0 v1.27-latest v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest 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.29-alpha.1cbc5c7f] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.28-latest, v1.28.1, v1.28.0, v1.27-latest, v1.27.4, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.7, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.9eb41939. | v1.28.1 | Enum: [v1.28-latest v1.28.1 v1.28.0 v1.27-latest v1.27.4 v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest 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.29-alpha.9eb41939] | | `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 a973a5fb0..fc53b7fd2 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.18.6 istio.io/client-go v1.28.0-alpha.0.0.20251210002059-b67694478a4b - istio.io/istio v0.0.0-20251214061713-1cbc5c7fcaa0 + istio.io/istio v0.0.0-20251215222123-9eb419397d40 k8s.io/api v0.34.1 k8s.io/apiextensions-apiserver v0.34.1 k8s.io/apimachinery v0.34.1 diff --git a/go.sum b/go.sum index 20379f489..28aea54e9 100644 --- a/go.sum +++ b/go.sum @@ -485,8 +485,8 @@ istio.io/api v1.28.0-alpha.0.0.20251210001900-ce7b5802387c h1:/LeROWG1fnEYKmDgSS istio.io/api v1.28.0-alpha.0.0.20251210001900-ce7b5802387c/go.mod h1:BD3qv/ekm16kvSgvSpuiDawgKhEwG97wx849CednJSg= istio.io/client-go v1.28.0-alpha.0.0.20251210002059-b67694478a4b h1:DQI6BrG0f21heG6fzFgE5tziXnVEttTZlm4Nj5XH0QQ= istio.io/client-go v1.28.0-alpha.0.0.20251210002059-b67694478a4b/go.mod h1:ttWw9sJTxuTthl9+A+ruUwJtnWWeTH30FtiXFPSpyXc= -istio.io/istio v0.0.0-20251214061713-1cbc5c7fcaa0 h1:ctKiGui2uO0dYhcTBAfd0gWoYHRtPWPK/0JVKCk6Vzs= -istio.io/istio v0.0.0-20251214061713-1cbc5c7fcaa0/go.mod h1:o6P1nwV1g+h/TIJ3TdFBzLMOIYjNK6uVm15ufCkrSno= +istio.io/istio v0.0.0-20251215222123-9eb419397d40 h1:nXcsLA1mcSPbo+UFX9TNkSWqSyoRORAeE/4N9Cj8nLI= +istio.io/istio v0.0.0-20251215222123-9eb419397d40/go.mod h1:o6P1nwV1g+h/TIJ3TdFBzLMOIYjNK6uVm15ufCkrSno= k8s.io/api v0.34.1 h1:jC+153630BMdlFukegoEL8E/yT7aLyQkIVuwhmwDgJM= k8s.io/api v0.34.1/go.mod h1:SB80FxFtXn5/gwzCoN6QCtPD7Vbu5w2n1S0J5gFfTYk= k8s.io/apiextensions-apiserver v0.34.1 h1:NNPBva8FNAPt1iSVwIE0FsdrVriRXMsaWFMqJbII2CI= diff --git a/pkg/istioversion/versions.yaml b/pkg/istioversion/versions.yaml index 70fe2f8ee..1cb525ec1 100644 --- a/pkg/istioversion/versions.yaml +++ b/pkg/istioversion/versions.yaml @@ -228,15 +228,15 @@ versions: - name: v1.21.6 eol: true - name: master - ref: v1.29-alpha.1cbc5c7f - - name: v1.29-alpha.1cbc5c7f - version: 1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 + ref: v1.29-alpha.9eb41939 + - name: v1.29-alpha.9eb41939 + version: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 repo: https://github.com/istio/istio branch: master - commit: 1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 + commit: 9eb419397d4091303e3bb04a3f2c9f64f9d511e9 charts: - - https://storage.googleapis.com/istio-build/dev/1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36/helm/base-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz - - https://storage.googleapis.com/istio-build/dev/1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36/helm/cni-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz - - https://storage.googleapis.com/istio-build/dev/1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36/helm/gateway-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz - - https://storage.googleapis.com/istio-build/dev/1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36/helm/istiod-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz - - https://storage.googleapis.com/istio-build/dev/1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36/helm/ztunnel-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz + - https://storage.googleapis.com/istio-build/dev/1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9/helm/base-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz + - https://storage.googleapis.com/istio-build/dev/1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9/helm/cni-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz + - https://storage.googleapis.com/istio-build/dev/1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9/helm/gateway-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz + - https://storage.googleapis.com/istio-build/dev/1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9/helm/istiod-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz + - https://storage.googleapis.com/istio-build/dev/1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9/helm/ztunnel-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz diff --git a/resources/v1.29-alpha.1cbc5c7f/base-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag b/resources/v1.29-alpha.1cbc5c7f/base-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag deleted file mode 100644 index 8ca6dbadc..000000000 --- a/resources/v1.29-alpha.1cbc5c7f/base-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -fe5925a809f466a645e856a5ffe446ed diff --git a/resources/v1.29-alpha.1cbc5c7f/cni-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag b/resources/v1.29-alpha.1cbc5c7f/cni-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag deleted file mode 100644 index 1dd05d16c..000000000 --- a/resources/v1.29-alpha.1cbc5c7f/cni-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -0617f395c7c5bfe02d0da7e52d1aaf8d diff --git a/resources/v1.29-alpha.1cbc5c7f/commit b/resources/v1.29-alpha.1cbc5c7f/commit deleted file mode 100644 index 98858d159..000000000 --- a/resources/v1.29-alpha.1cbc5c7f/commit +++ /dev/null @@ -1 +0,0 @@ -1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 diff --git a/resources/v1.29-alpha.1cbc5c7f/gateway-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag b/resources/v1.29-alpha.1cbc5c7f/gateway-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag deleted file mode 100644 index 1b405a4e7..000000000 --- a/resources/v1.29-alpha.1cbc5c7f/gateway-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -3235e5c3c97eaa4d69cb2d6da234a0b4 diff --git a/resources/v1.29-alpha.1cbc5c7f/istiod-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag b/resources/v1.29-alpha.1cbc5c7f/istiod-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag deleted file mode 100644 index 53474ad8a..000000000 --- a/resources/v1.29-alpha.1cbc5c7f/istiod-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -1f377f6173611c3e9c20c2d47276d047 diff --git a/resources/v1.29-alpha.1cbc5c7f/ztunnel-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag b/resources/v1.29-alpha.1cbc5c7f/ztunnel-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag deleted file mode 100644 index d48c39679..000000000 --- a/resources/v1.29-alpha.1cbc5c7f/ztunnel-1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -383549a9d30a73ec378c692a76b7496d diff --git a/resources/v1.29-alpha.9eb41939/base-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag b/resources/v1.29-alpha.9eb41939/base-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag new file mode 100644 index 000000000..57519b855 --- /dev/null +++ b/resources/v1.29-alpha.9eb41939/base-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag @@ -0,0 +1 @@ +b4a1d8e94b17228dd386e35b821dfd59 diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/Chart.yaml b/resources/v1.29-alpha.9eb41939/charts/base/Chart.yaml similarity index 63% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/Chart.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/Chart.yaml index 180ff7ae1..d7d71f5c9 100644 --- a/resources/v1.29-alpha.1cbc5c7f/charts/base/Chart.yaml +++ b/resources/v1.29-alpha.9eb41939/charts/base/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 +appVersion: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 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.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 +version: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/README.md b/resources/v1.29-alpha.9eb41939/charts/base/README.md similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/README.md rename to resources/v1.29-alpha.9eb41939/charts/base/README.md diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-ambient.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-ambient.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-compatibility-version-1.28.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-compatibility-version-1.28.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-demo.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-demo.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-gke.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-preview.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-preview.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-remote.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-remote.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-stable.yaml b/resources/v1.29-alpha.9eb41939/charts/base/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/files/profile-stable.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/templates/NOTES.txt b/resources/v1.29-alpha.9eb41939/charts/base/templates/NOTES.txt similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/templates/NOTES.txt rename to resources/v1.29-alpha.9eb41939/charts/base/templates/NOTES.txt diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml b/resources/v1.29-alpha.9eb41939/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml b/resources/v1.29-alpha.9eb41939/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/templates/reader-serviceaccount.yaml b/resources/v1.29-alpha.9eb41939/charts/base/templates/reader-serviceaccount.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/templates/reader-serviceaccount.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/templates/reader-serviceaccount.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/templates/zzz_profile.yaml b/resources/v1.29-alpha.9eb41939/charts/base/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/templates/zzz_profile.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/base/values.yaml b/resources/v1.29-alpha.9eb41939/charts/base/values.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/base/values.yaml rename to resources/v1.29-alpha.9eb41939/charts/base/values.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/Chart.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/Chart.yaml similarity index 62% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/Chart.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/Chart.yaml index 86daf2b79..01637b96b 100644 --- a/resources/v1.29-alpha.1cbc5c7f/charts/cni/Chart.yaml +++ b/resources/v1.29-alpha.9eb41939/charts/cni/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 +appVersion: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 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.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 +version: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/README.md b/resources/v1.29-alpha.9eb41939/charts/cni/README.md similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/README.md rename to resources/v1.29-alpha.9eb41939/charts/cni/README.md diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-ambient.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-ambient.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-compatibility-version-1.28.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-compatibility-version-1.28.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-demo.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-demo.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-gke.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-preview.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-preview.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-remote.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-remote.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-stable.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/files/profile-stable.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/NOTES.txt b/resources/v1.29-alpha.9eb41939/charts/cni/templates/NOTES.txt similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/NOTES.txt rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/NOTES.txt diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/_helpers.tpl b/resources/v1.29-alpha.9eb41939/charts/cni/templates/_helpers.tpl similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/_helpers.tpl rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/_helpers.tpl diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/clusterrole.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/templates/clusterrole.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/clusterrole.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/clusterrole.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/clusterrolebinding.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/clusterrolebinding.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/clusterrolebinding.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/configmap-cni.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/templates/configmap-cni.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/configmap-cni.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/configmap-cni.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/daemonset.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/templates/daemonset.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/daemonset.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/daemonset.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/network-attachment-definition.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/templates/network-attachment-definition.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/network-attachment-definition.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/network-attachment-definition.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/networkpolicy.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/networkpolicy.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/networkpolicy.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/resourcequota.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/templates/resourcequota.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/resourcequota.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/resourcequota.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/serviceaccount.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/serviceaccount.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/serviceaccount.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/zzy_descope_legacy.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/zzy_descope_legacy.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/zzz_profile.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/templates/zzz_profile.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/cni/values.yaml b/resources/v1.29-alpha.9eb41939/charts/cni/values.yaml similarity index 99% rename from resources/v1.29-alpha.1cbc5c7f/charts/cni/values.yaml rename to resources/v1.29-alpha.9eb41939/charts/cni/values.yaml index 4c80acfea..8db8ed1ed 100644 --- a/resources/v1.29-alpha.1cbc5c7f/charts/cni/values.yaml +++ b/resources/v1.29-alpha.9eb41939/charts/cni/values.yaml @@ -147,7 +147,7 @@ _internal_defaults_do_not_set: hub: gcr.io/istio-testing # Default tag for Istio images. - tag: 1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 + tag: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 # Variant of the image to use. # Currently supported are: [debug, distroless] diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/Chart.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/Chart.yaml similarity index 64% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/Chart.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/Chart.yaml index 4a1f2de87..c9c6c5dcd 100644 --- a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/Chart.yaml +++ b/resources/v1.29-alpha.9eb41939/charts/gateway/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 +appVersion: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 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.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 +version: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/README.md b/resources/v1.29-alpha.9eb41939/charts/gateway/README.md similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/README.md rename to resources/v1.29-alpha.9eb41939/charts/gateway/README.md diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-ambient.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-ambient.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-compatibility-version-1.28.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-compatibility-version-1.28.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-demo.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-demo.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-gke.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-preview.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-preview.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-remote.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-remote.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-stable.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/files/profile-stable.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/NOTES.txt b/resources/v1.29-alpha.9eb41939/charts/gateway/templates/NOTES.txt similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/NOTES.txt rename to resources/v1.29-alpha.9eb41939/charts/gateway/templates/NOTES.txt diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/_helpers.tpl b/resources/v1.29-alpha.9eb41939/charts/gateway/templates/_helpers.tpl similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/_helpers.tpl rename to resources/v1.29-alpha.9eb41939/charts/gateway/templates/_helpers.tpl diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/deployment.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/templates/deployment.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/deployment.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/templates/deployment.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/hpa.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/templates/hpa.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/hpa.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/templates/hpa.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/networkpolicy.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/networkpolicy.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/templates/networkpolicy.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/poddisruptionbudget.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/poddisruptionbudget.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/templates/poddisruptionbudget.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/role.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/templates/role.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/role.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/templates/role.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/service.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/templates/service.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/service.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/templates/service.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/serviceaccount.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/serviceaccount.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/templates/serviceaccount.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/zzz_profile.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/templates/zzz_profile.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/values.schema.json b/resources/v1.29-alpha.9eb41939/charts/gateway/values.schema.json similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/values.schema.json rename to resources/v1.29-alpha.9eb41939/charts/gateway/values.schema.json diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/gateway/values.yaml b/resources/v1.29-alpha.9eb41939/charts/gateway/values.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/gateway/values.yaml rename to resources/v1.29-alpha.9eb41939/charts/gateway/values.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/Chart.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/Chart.yaml similarity index 63% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/Chart.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/Chart.yaml index 390407ede..60b965224 100644 --- a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/Chart.yaml +++ b/resources/v1.29-alpha.9eb41939/charts/istiod/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 +appVersion: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 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.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 +version: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/README.md b/resources/v1.29-alpha.9eb41939/charts/istiod/README.md similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/README.md rename to resources/v1.29-alpha.9eb41939/charts/istiod/README.md diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/gateway-injection-template.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/gateway-injection-template.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/gateway-injection-template.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/gateway-injection-template.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/grpc-agent.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/grpc-agent.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/grpc-agent.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/grpc-agent.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/grpc-simple.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/grpc-simple.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/grpc-simple.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/grpc-simple.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/injection-template.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/injection-template.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/injection-template.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/injection-template.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/kube-gateway.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/kube-gateway.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/kube-gateway.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/kube-gateway.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-ambient.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-ambient.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-compatibility-version-1.28.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-compatibility-version-1.28.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-demo.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-demo.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-gke.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-preview.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-preview.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-remote.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-remote.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-stable.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/profile-stable.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/waypoint.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/files/waypoint.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/files/waypoint.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/files/waypoint.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/NOTES.txt b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/NOTES.txt similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/NOTES.txt rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/NOTES.txt diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/_helpers.tpl b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/_helpers.tpl similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/_helpers.tpl rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/_helpers.tpl diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/autoscale.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/autoscale.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/autoscale.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/autoscale.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/clusterrole.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/clusterrole.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/clusterrole.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/clusterrole.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/clusterrolebinding.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/clusterrolebinding.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/clusterrolebinding.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/configmap-jwks.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/configmap-jwks.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/configmap-jwks.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/configmap-jwks.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/configmap-values.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/configmap-values.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/configmap-values.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/configmap-values.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/configmap.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/configmap.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/configmap.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/configmap.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/deployment.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/deployment.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/deployment.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/deployment.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/gateway-class-configmap.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/gateway-class-configmap.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/gateway-class-configmap.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/gateway-class-configmap.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/istiod-injector-configmap.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/istiod-injector-configmap.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/istiod-injector-configmap.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/istiod-injector-configmap.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/mutatingwebhook.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/mutatingwebhook.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/mutatingwebhook.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/mutatingwebhook.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/networkpolicy.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/networkpolicy.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/networkpolicy.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/poddisruptionbudget.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/poddisruptionbudget.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/poddisruptionbudget.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/reader-clusterrole.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/reader-clusterrole.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/reader-clusterrole.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/reader-clusterrole.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/reader-clusterrolebinding.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/reader-clusterrolebinding.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/reader-clusterrolebinding.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/reader-clusterrolebinding.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/remote-istiod-endpointslices.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/remote-istiod-endpointslices.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/remote-istiod-endpointslices.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/remote-istiod-endpointslices.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/remote-istiod-service.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/remote-istiod-service.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/remote-istiod-service.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/remote-istiod-service.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/revision-tags-mwc.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/revision-tags-mwc.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/revision-tags-mwc.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/revision-tags-mwc.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/revision-tags-svc.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/revision-tags-svc.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/revision-tags-svc.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/revision-tags-svc.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/role.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/role.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/role.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/role.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/rolebinding.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/rolebinding.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/rolebinding.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/rolebinding.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/service.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/service.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/service.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/service.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/serviceaccount.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/serviceaccount.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/serviceaccount.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/validatingadmissionpolicy.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/validatingadmissionpolicy.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/validatingadmissionpolicy.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/validatingwebhookconfiguration.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/validatingwebhookconfiguration.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/validatingwebhookconfiguration.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/zzy_descope_legacy.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/zzy_descope_legacy.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/zzz_profile.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/templates/zzz_profile.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/values.yaml b/resources/v1.29-alpha.9eb41939/charts/istiod/values.yaml similarity index 99% rename from resources/v1.29-alpha.1cbc5c7f/charts/istiod/values.yaml rename to resources/v1.29-alpha.9eb41939/charts/istiod/values.yaml index c84a14615..579ba0257 100644 --- a/resources/v1.29-alpha.1cbc5c7f/charts/istiod/values.yaml +++ b/resources/v1.29-alpha.9eb41939/charts/istiod/values.yaml @@ -254,7 +254,7 @@ _internal_defaults_do_not_set: # Dev builds from prow are on gcr.io hub: gcr.io/istio-testing # Default tag for Istio images. - tag: 1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 + tag: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/Chart.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/Chart.yaml similarity index 71% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/Chart.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/Chart.yaml index 4a4225415..5c596f150 100644 --- a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/Chart.yaml +++ b/resources/v1.29-alpha.9eb41939/charts/revisiontags/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 +appVersion: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 description: Helm chart for istio revision tags name: revisiontags sources: diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-ambient.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-ambient.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-compatibility-version-1.28.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-compatibility-version-1.28.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-demo.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-demo.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-gke.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-preview.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-preview.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-remote.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-remote.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-stable.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/files/profile-stable.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/templates/revision-tags-mwc.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/templates/revision-tags-mwc.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/templates/revision-tags-mwc.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/templates/revision-tags-mwc.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/templates/revision-tags-svc.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/templates/revision-tags-svc.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/templates/revision-tags-svc.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/templates/revision-tags-svc.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/templates/zzz_profile.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/templates/zzz_profile.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/values.yaml b/resources/v1.29-alpha.9eb41939/charts/revisiontags/values.yaml similarity index 99% rename from resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/values.yaml rename to resources/v1.29-alpha.9eb41939/charts/revisiontags/values.yaml index c84a14615..579ba0257 100644 --- a/resources/v1.29-alpha.1cbc5c7f/charts/revisiontags/values.yaml +++ b/resources/v1.29-alpha.9eb41939/charts/revisiontags/values.yaml @@ -254,7 +254,7 @@ _internal_defaults_do_not_set: # Dev builds from prow are on gcr.io hub: gcr.io/istio-testing # Default tag for Istio images. - tag: 1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 + tag: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/Chart.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/Chart.yaml similarity index 63% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/Chart.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/Chart.yaml index 50f564e47..c696011d7 100644 --- a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/Chart.yaml +++ b/resources/v1.29-alpha.9eb41939/charts/ztunnel/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 +appVersion: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 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.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 +version: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/README.md b/resources/v1.29-alpha.9eb41939/charts/ztunnel/README.md similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/README.md rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/README.md diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-ambient.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-ambient.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-compatibility-version-1.28.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-compatibility-version-1.28.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-compatibility-version-1.28.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-compatibility-version-1.28.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-demo.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-demo.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-gke.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-preview.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-preview.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-remote.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-remote.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-stable.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/files/profile-stable.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/NOTES.txt b/resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/NOTES.txt similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/NOTES.txt rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/NOTES.txt diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/_helpers.tpl b/resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/_helpers.tpl similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/_helpers.tpl rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/_helpers.tpl diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/daemonset.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/daemonset.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/daemonset.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/daemonset.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/networkpolicy.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/networkpolicy.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/networkpolicy.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/rbac.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/rbac.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/rbac.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/rbac.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/resourcequota.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/resourcequota.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/resourcequota.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/resourcequota.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/serviceaccount.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/serviceaccount.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/serviceaccount.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/zzz_profile.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/templates/zzz_profile.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/values.yaml b/resources/v1.29-alpha.9eb41939/charts/ztunnel/values.yaml similarity index 98% rename from resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/values.yaml rename to resources/v1.29-alpha.9eb41939/charts/ztunnel/values.yaml index ae77d93b2..0258303b9 100644 --- a/resources/v1.29-alpha.1cbc5c7f/charts/ztunnel/values.yaml +++ b/resources/v1.29-alpha.9eb41939/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: gcr.io/istio-testing # Tag to pull from. Image will be `Hub/Image:Tag-Variant` - tag: 1.29-alpha.1cbc5c7fcaa0ab22df1914f1bca23033940d5e36 + tag: 1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9 # Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version. variant: "" diff --git a/resources/v1.29-alpha.9eb41939/cni-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag b/resources/v1.29-alpha.9eb41939/cni-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag new file mode 100644 index 000000000..3285253d0 --- /dev/null +++ b/resources/v1.29-alpha.9eb41939/cni-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag @@ -0,0 +1 @@ +83af0c47f8c395490bea73b0b0c48633 diff --git a/resources/v1.29-alpha.9eb41939/commit b/resources/v1.29-alpha.9eb41939/commit new file mode 100644 index 000000000..208a00cb2 --- /dev/null +++ b/resources/v1.29-alpha.9eb41939/commit @@ -0,0 +1 @@ +9eb419397d4091303e3bb04a3f2c9f64f9d511e9 diff --git a/resources/v1.29-alpha.9eb41939/gateway-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag b/resources/v1.29-alpha.9eb41939/gateway-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag new file mode 100644 index 000000000..53f28b776 --- /dev/null +++ b/resources/v1.29-alpha.9eb41939/gateway-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag @@ -0,0 +1 @@ +d8ddc4ba975b9e62dae969536eb68f96 diff --git a/resources/v1.29-alpha.9eb41939/istiod-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag b/resources/v1.29-alpha.9eb41939/istiod-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag new file mode 100644 index 000000000..c96bf1d10 --- /dev/null +++ b/resources/v1.29-alpha.9eb41939/istiod-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag @@ -0,0 +1 @@ +38f075ae9954d95408c97e4bb4441990 diff --git a/resources/v1.29-alpha.1cbc5c7f/profiles/ambient.yaml b/resources/v1.29-alpha.9eb41939/profiles/ambient.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/profiles/ambient.yaml rename to resources/v1.29-alpha.9eb41939/profiles/ambient.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/profiles/default.yaml b/resources/v1.29-alpha.9eb41939/profiles/default.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/profiles/default.yaml rename to resources/v1.29-alpha.9eb41939/profiles/default.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/profiles/demo.yaml b/resources/v1.29-alpha.9eb41939/profiles/demo.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/profiles/demo.yaml rename to resources/v1.29-alpha.9eb41939/profiles/demo.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/profiles/empty.yaml b/resources/v1.29-alpha.9eb41939/profiles/empty.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/profiles/empty.yaml rename to resources/v1.29-alpha.9eb41939/profiles/empty.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/profiles/openshift-ambient.yaml b/resources/v1.29-alpha.9eb41939/profiles/openshift-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/profiles/openshift-ambient.yaml rename to resources/v1.29-alpha.9eb41939/profiles/openshift-ambient.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/profiles/openshift.yaml b/resources/v1.29-alpha.9eb41939/profiles/openshift.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/profiles/openshift.yaml rename to resources/v1.29-alpha.9eb41939/profiles/openshift.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/profiles/preview.yaml b/resources/v1.29-alpha.9eb41939/profiles/preview.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/profiles/preview.yaml rename to resources/v1.29-alpha.9eb41939/profiles/preview.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/profiles/remote.yaml b/resources/v1.29-alpha.9eb41939/profiles/remote.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/profiles/remote.yaml rename to resources/v1.29-alpha.9eb41939/profiles/remote.yaml diff --git a/resources/v1.29-alpha.1cbc5c7f/profiles/stable.yaml b/resources/v1.29-alpha.9eb41939/profiles/stable.yaml similarity index 100% rename from resources/v1.29-alpha.1cbc5c7f/profiles/stable.yaml rename to resources/v1.29-alpha.9eb41939/profiles/stable.yaml diff --git a/resources/v1.29-alpha.9eb41939/ztunnel-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag b/resources/v1.29-alpha.9eb41939/ztunnel-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag new file mode 100644 index 000000000..4681f5b49 --- /dev/null +++ b/resources/v1.29-alpha.9eb41939/ztunnel-1.29-alpha.9eb419397d4091303e3bb04a3f2c9f64f9d511e9.tgz.etag @@ -0,0 +1 @@ +dfd8984ddd96ddfc5094b0f5ad79031d