diff --git a/api/v1/istio_types.go b/api/v1/istio_types.go index a2d901687..e85fed6de 100644 --- a/api/v1/istio_types.go +++ b/api/v1/istio_types.go @@ -37,10 +37,10 @@ const ( type IstioSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. - // +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.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"} - // +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3 - // +kubebuilder:default=v1.27.2 + // Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + // +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.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"} + // +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.26-latest;v1.26.6;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3 + // +kubebuilder:default=v1.27.3 Version string `json:"version"` // Defines the update strategy to use when the version in the Istio CR is updated. @@ -282,7 +282,7 @@ type Istio struct { // +optional metav1.ObjectMeta `json:"metadata"` - // +kubebuilder:default={version: "v1.27.2", namespace: "istio-system", updateStrategy: {type:"InPlace"}} + // +kubebuilder:default={version: "v1.27.3", namespace: "istio-system", updateStrategy: {type:"InPlace"}} // +optional Spec IstioSpec `json:"spec"` diff --git a/api/v1/istiocni_types.go b/api/v1/istiocni_types.go index f2a7d7c51..4c7c990c9 100644 --- a/api/v1/istiocni_types.go +++ b/api/v1/istiocni_types.go @@ -28,10 +28,10 @@ const ( type IstioCNISpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. - // +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.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"} - // +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3 - // +kubebuilder:default=v1.27.2 + // Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + // +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.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"} + // +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.26-latest;v1.26.6;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3 + // +kubebuilder:default=v1.27.3 Version string `json:"version"` // +sail:profile @@ -181,7 +181,7 @@ type IstioCNI struct { // +optional metav1.ObjectMeta `json:"metadata"` - // +kubebuilder:default={version: "v1.27.2", namespace: "istio-cni"} + // +kubebuilder:default={version: "v1.27.3", namespace: "istio-cni"} // +optional Spec IstioCNISpec `json:"spec"` diff --git a/api/v1/istiorevision_types.go b/api/v1/istiorevision_types.go index 12602ab80..a8b073b32 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.27.2, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3. - // +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.27.2", "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.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"} - // +kubebuilder:validation:Enum=v1.27.2;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.24.6;v1.24.5;v1.24.4;v1.24.3 + // Must be one of: v1.27.3, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + // +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.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "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.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"} + // +kubebuilder:validation:Enum=v1.27.3;v1.26.6;v1.26.4;v1.26.3;v1.26.2;v1.24.6;v1.24.5;v1.24.4;v1.24.3 Version string `json:"version"` // Namespace to which the Istio components should be installed. diff --git a/api/v1alpha1/ztunnel_types.go b/api/v1alpha1/ztunnel_types.go index ddf9e24ca..5f9f485e7 100644 --- a/api/v1alpha1/ztunnel_types.go +++ b/api/v1alpha1/ztunnel_types.go @@ -29,10 +29,10 @@ const ( type ZTunnelSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. - // +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.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"} - // +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3 - // +kubebuilder:default=v1.27.2 + // Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + // +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.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"} + // +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.26-latest;v1.26.6;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3 + // +kubebuilder:default=v1.27.3 Version string `json:"version"` // +sail:profile @@ -183,7 +183,7 @@ type ZTunnel struct { // +optional metav1.ObjectMeta `json:"metadata"` - // +kubebuilder:default={version: "v1.27.2", namespace: "ztunnel", profile: "ambient"} + // +kubebuilder:default={version: "v1.27.3", namespace: "ztunnel", profile: "ambient"} // +optional Spec ZTunnelSpec `json:"spec"` diff --git a/bundle/manifests/sailoperator.io_istiocnis.yaml b/bundle/manifests/sailoperator.io_istiocnis.yaml index fdcd20acb..beb390a17 100644 --- a/bundle/manifests/sailoperator.io_istiocnis.yaml +++ b/bundle/manifests/sailoperator.io_istiocnis.yaml @@ -66,7 +66,7 @@ spec: spec: default: namespace: istio-cni - version: v1.27.2 + version: v1.27.3 description: IstioCNISpec defines the desired state of IstioCNI properties: namespace: @@ -1453,15 +1453,15 @@ spec: type: object type: object version: - default: v1.27.2 + default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. enum: - v1.27-latest - - v1.27.2 + - v1.27.3 - v1.26-latest - - v1.26.5 + - v1.26.6 - v1.26.4 - v1.26.3 - v1.26.2 diff --git a/bundle/manifests/sailoperator.io_istiorevisions.yaml b/bundle/manifests/sailoperator.io_istiorevisions.yaml index 790a7cf5c..53f7f5803 100644 --- a/bundle/manifests/sailoperator.io_istiorevisions.yaml +++ b/bundle/manifests/sailoperator.io_istiorevisions.yaml @@ -9965,10 +9965,10 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.27.2, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27.3, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3. enum: - - v1.27.2 - - v1.26.5 + - v1.27.3 + - v1.26.6 - v1.26.4 - v1.26.3 - v1.26.2 diff --git a/bundle/manifests/sailoperator.io_istios.yaml b/bundle/manifests/sailoperator.io_istios.yaml index 2bbc365e9..ea93b20ba 100644 --- a/bundle/manifests/sailoperator.io_istios.yaml +++ b/bundle/manifests/sailoperator.io_istios.yaml @@ -88,7 +88,7 @@ spec: namespace: istio-system updateStrategy: type: InPlace - version: v1.27.2 + version: v1.27.3 description: IstioSpec defines the desired state of Istio properties: namespace: @@ -10036,15 +10036,15 @@ spec: type: object type: object version: - default: v1.27.2 + default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. enum: - v1.27-latest - - v1.27.2 + - v1.27.3 - v1.26-latest - - v1.26.5 + - v1.26.6 - v1.26.4 - v1.26.3 - v1.26.2 diff --git a/bundle/manifests/sailoperator.io_ztunnels.yaml b/bundle/manifests/sailoperator.io_ztunnels.yaml index bf78a16ca..f5a85c1f5 100644 --- a/bundle/manifests/sailoperator.io_ztunnels.yaml +++ b/bundle/manifests/sailoperator.io_ztunnels.yaml @@ -67,7 +67,7 @@ spec: default: namespace: ztunnel profile: ambient - version: v1.27.2 + version: v1.27.3 description: ZTunnelSpec defines the desired state of ZTunnel properties: namespace: @@ -2379,15 +2379,15 @@ spec: type: object type: object version: - default: v1.27.2 + default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. enum: - v1.27-latest - - v1.27.2 + - v1.27.3 - v1.26-latest - - v1.26.5 + - v1.26.6 - v1.26.4 - v1.26.3 - v1.26.2 diff --git a/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml b/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml index 67214c18f..7deb406e1 100644 --- a/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml +++ b/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml @@ -16,7 +16,7 @@ metadata: "inactiveRevisionDeletionGracePeriodSeconds": 30, "type": "InPlace" }, - "version": "v1.27.2" + "version": "v1.27.3" } }, { @@ -27,14 +27,14 @@ metadata: }, "spec": { "namespace": "istio-cni", - "version": "v1.27.2" + "version": "v1.27.3" } } ] capabilities: Seamless Upgrades categories: OpenShift Optional, Integration & Delivery, Networking, Security containerImage: ${OSSM_OPERATOR_3_2} - createdAt: "2025-10-21T12:07:29Z" + createdAt: "2025-10-24T09:03:46Z" description: The OpenShift Service Mesh Operator enables you to install, configure, and manage an instance of Red Hat OpenShift Service Mesh. OpenShift Service Mesh is based on the open source Istio project. features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "true" @@ -166,15 +166,15 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. displayName: Istio Version path: version x-descriptors: - urn:alm:descriptor:com.tectonic.ui:fieldGroup:General - urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest - - urn:alm:descriptor:com.tectonic.ui:select:v1.27.2 + - urn:alm:descriptor:com.tectonic.ui:select:v1.27.3 - urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest - - urn:alm:descriptor:com.tectonic.ui:select:v1.26.5 + - urn:alm:descriptor:com.tectonic.ui:select:v1.26.6 - 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 @@ -220,13 +220,13 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.27.2, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27.3, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3. displayName: Istio Version path: version x-descriptors: - urn:alm:descriptor:com.tectonic.ui:fieldGroup:General - - urn:alm:descriptor:com.tectonic.ui:select:v1.27.2 - - urn:alm:descriptor:com.tectonic.ui:select:v1.26.5 + - urn:alm:descriptor:com.tectonic.ui:select:v1.27.3 + - urn:alm:descriptor:com.tectonic.ui:select:v1.26.6 - 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 @@ -268,15 +268,15 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:RevisionBased - description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. displayName: Istio Version path: version x-descriptors: - urn:alm:descriptor:com.tectonic.ui:fieldGroup:General - urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest - - urn:alm:descriptor:com.tectonic.ui:select:v1.27.2 + - urn:alm:descriptor:com.tectonic.ui:select:v1.27.3 - urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest - - urn:alm:descriptor:com.tectonic.ui:select:v1.26.5 + - urn:alm:descriptor:com.tectonic.ui:select:v1.26.6 - 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 @@ -340,15 +340,15 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. displayName: Istio Version path: version x-descriptors: - urn:alm:descriptor:com.tectonic.ui:fieldGroup:General - urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest - - urn:alm:descriptor:com.tectonic.ui:select:v1.27.2 + - urn:alm:descriptor:com.tectonic.ui:select:v1.27.3 - urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest - - urn:alm:descriptor:com.tectonic.ui:select:v1.26.5 + - urn:alm:descriptor:com.tectonic.ui:select:v1.26.6 - 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 diff --git a/chart/crds/sailoperator.io_istiocnis.yaml b/chart/crds/sailoperator.io_istiocnis.yaml index d27cc2651..bf0e004a6 100644 --- a/chart/crds/sailoperator.io_istiocnis.yaml +++ b/chart/crds/sailoperator.io_istiocnis.yaml @@ -66,7 +66,7 @@ spec: spec: default: namespace: istio-cni - version: v1.27.2 + version: v1.27.3 description: IstioCNISpec defines the desired state of IstioCNI properties: namespace: @@ -1453,15 +1453,15 @@ spec: type: object type: object version: - default: v1.27.2 + default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. enum: - v1.27-latest - - v1.27.2 + - v1.27.3 - v1.26-latest - - v1.26.5 + - v1.26.6 - v1.26.4 - v1.26.3 - v1.26.2 diff --git a/chart/crds/sailoperator.io_istiorevisions.yaml b/chart/crds/sailoperator.io_istiorevisions.yaml index f55c79245..d384f3179 100644 --- a/chart/crds/sailoperator.io_istiorevisions.yaml +++ b/chart/crds/sailoperator.io_istiorevisions.yaml @@ -9965,10 +9965,10 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.27.2, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27.3, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3. enum: - - v1.27.2 - - v1.26.5 + - v1.27.3 + - v1.26.6 - v1.26.4 - v1.26.3 - v1.26.2 diff --git a/chart/crds/sailoperator.io_istios.yaml b/chart/crds/sailoperator.io_istios.yaml index 562004878..c836131e3 100644 --- a/chart/crds/sailoperator.io_istios.yaml +++ b/chart/crds/sailoperator.io_istios.yaml @@ -88,7 +88,7 @@ spec: namespace: istio-system updateStrategy: type: InPlace - version: v1.27.2 + version: v1.27.3 description: IstioSpec defines the desired state of Istio properties: namespace: @@ -10036,15 +10036,15 @@ spec: type: object type: object version: - default: v1.27.2 + default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. enum: - v1.27-latest - - v1.27.2 + - v1.27.3 - v1.26-latest - - v1.26.5 + - v1.26.6 - v1.26.4 - v1.26.3 - v1.26.2 diff --git a/chart/crds/sailoperator.io_ztunnels.yaml b/chart/crds/sailoperator.io_ztunnels.yaml index 17764a3e9..0102dbf0c 100644 --- a/chart/crds/sailoperator.io_ztunnels.yaml +++ b/chart/crds/sailoperator.io_ztunnels.yaml @@ -67,7 +67,7 @@ spec: default: namespace: ztunnel profile: ambient - version: v1.27.2 + version: v1.27.3 description: ZTunnelSpec defines the desired state of ZTunnel properties: namespace: @@ -2379,15 +2379,15 @@ spec: type: object type: object version: - default: v1.27.2 + default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. + Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. enum: - v1.27-latest - - v1.27.2 + - v1.27.3 - v1.26-latest - - v1.26.5 + - v1.26.6 - v1.26.4 - v1.26.3 - v1.26.2 diff --git a/chart/samples/ambient/istio-sample.yaml b/chart/samples/ambient/istio-sample.yaml index c28a6fc63..8542ff16b 100644 --- a/chart/samples/ambient/istio-sample.yaml +++ b/chart/samples/ambient/istio-sample.yaml @@ -3,7 +3,7 @@ kind: Istio metadata: name: default spec: - version: v1.27.2 + version: v1.27.3 namespace: istio-system profile: ambient updateStrategy: diff --git a/chart/samples/ambient/istiocni-sample.yaml b/chart/samples/ambient/istiocni-sample.yaml index e28d9f266..ca26157f4 100644 --- a/chart/samples/ambient/istiocni-sample.yaml +++ b/chart/samples/ambient/istiocni-sample.yaml @@ -3,6 +3,6 @@ kind: IstioCNI metadata: name: default spec: - version: v1.27.2 + version: v1.27.3 profile: ambient namespace: istio-cni diff --git a/chart/samples/ambient/istioztunnel-sample.yaml b/chart/samples/ambient/istioztunnel-sample.yaml index 55d772153..910c88dc0 100644 --- a/chart/samples/ambient/istioztunnel-sample.yaml +++ b/chart/samples/ambient/istioztunnel-sample.yaml @@ -3,6 +3,6 @@ kind: ZTunnel metadata: name: default spec: - version: v1.27.2 + version: v1.27.3 namespace: ztunnel profile: ambient diff --git a/chart/samples/istio-sample-gw-api.yaml b/chart/samples/istio-sample-gw-api.yaml index 24f278279..3bc7503fa 100644 --- a/chart/samples/istio-sample-gw-api.yaml +++ b/chart/samples/istio-sample-gw-api.yaml @@ -3,7 +3,7 @@ kind: Istio metadata: name: gateway-controller spec: - version: v1.27.2 + version: v1.27.3 namespace: gateway-controller updateStrategy: type: InPlace diff --git a/chart/samples/istio-sample-revisionbased.yaml b/chart/samples/istio-sample-revisionbased.yaml index db8ce4d11..f8656a0aa 100644 --- a/chart/samples/istio-sample-revisionbased.yaml +++ b/chart/samples/istio-sample-revisionbased.yaml @@ -3,7 +3,7 @@ kind: Istio metadata: name: default spec: - version: v1.27.2 + version: v1.27.3 namespace: istio-system updateStrategy: type: RevisionBased diff --git a/chart/samples/istio-sample.yaml b/chart/samples/istio-sample.yaml index b634b6c04..b4b05641c 100644 --- a/chart/samples/istio-sample.yaml +++ b/chart/samples/istio-sample.yaml @@ -3,7 +3,7 @@ kind: Istio metadata: name: default spec: - version: v1.27.2 + version: v1.27.3 namespace: istio-system updateStrategy: type: InPlace diff --git a/chart/samples/istiocni-sample.yaml b/chart/samples/istiocni-sample.yaml index b3c758a81..c4dc0a455 100644 --- a/chart/samples/istiocni-sample.yaml +++ b/chart/samples/istiocni-sample.yaml @@ -3,5 +3,5 @@ kind: IstioCNI metadata: name: default spec: - version: v1.27.2 + version: v1.27.3 namespace: istio-cni diff --git a/docs/api-reference/sailoperator.io.md b/docs/api-reference/sailoperator.io.md index dfeffa1ad..8198a0a5b 100644 --- a/docs/api-reference/sailoperator.io.md +++ b/docs/api-reference/sailoperator.io.md @@ -538,7 +538,7 @@ _Appears in:_ | `kind` _string_ | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | | | | `apiVersion` _string_ | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | | | | `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | | -| `spec` _[IstioSpec](#istiospec)_ | | \{ namespace:istio-system updateStrategy:map[type:InPlace] version:v1.27.2 \} | | +| `spec` _[IstioSpec](#istiospec)_ | | \{ namespace:istio-system updateStrategy:map[type:InPlace] version:v1.27.3 \} | | | `status` _[IstioStatus](#istiostatus)_ | | | | @@ -560,7 +560,7 @@ _Appears in:_ | `kind` _string_ | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | | | | `apiVersion` _string_ | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | | | | `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | | -| `spec` _[IstioCNISpec](#istiocnispec)_ | | \{ namespace:istio-cni version:v1.27.2 \} | | +| `spec` _[IstioCNISpec](#istiocnispec)_ | | \{ namespace:istio-cni version:v1.27.3 \} | | | `status` _[IstioCNIStatus](#istiocnistatus)_ | | | | @@ -656,7 +656,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. | v1.27.2 | Enum: [v1.27-latest v1.27.2 v1.26-latest v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. | v1.27.3 | Enum: [v1.27-latest v1.27.3 v1.26-latest v1.26.6 v1.26.4 v1.26.3 v1.26.2 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3] | | `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. | | | @@ -892,7 +892,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27.2, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3. | | Enum: [v1.27.2 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.24.6 v1.24.5 v1.24.4 v1.24.3] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27.3, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3. | | Enum: [v1.27.3 v1.26.6 v1.26.4 v1.26.3 v1.26.2 v1.24.6 v1.24.5 v1.24.4 v1.24.3] | | `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. | | | @@ -1085,7 +1085,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. | v1.27.2 | Enum: [v1.27-latest v1.27.2 v1.26-latest v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. | v1.27.3 | Enum: [v1.27-latest v1.27.3 v1.26-latest v1.26.6 v1.26.4 v1.26.3 v1.26.2 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3] | | `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 | | @@ -3365,7 +3365,7 @@ _Appears in:_ | `kind` _string_ | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | | | | `apiVersion` _string_ | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | | | | `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | | -| `spec` _[ZTunnelSpec](#ztunnelspec)_ | | \{ namespace:ztunnel profile:ambient version:v1.27.2 \} | | +| `spec` _[ZTunnelSpec](#ztunnelspec)_ | | \{ namespace:ztunnel profile:ambient version:v1.27.3 \} | | | `status` _[ZTunnelStatus](#ztunnelstatus)_ | | | | @@ -3461,7 +3461,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. | v1.27.2 | Enum: [v1.27-latest v1.27.2 v1.26-latest v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3. | v1.27.3 | Enum: [v1.27-latest v1.27.3 v1.26-latest v1.26.6 v1.26.4 v1.26.3 v1.26.2 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3] | | `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/pkg/istioversion/versions.ossm.yaml b/pkg/istioversion/versions.ossm.yaml index 3f10c54a3..d0d755537 100644 --- a/pkg/istioversion/versions.ossm.yaml +++ b/pkg/istioversion/versions.ossm.yaml @@ -12,29 +12,29 @@ # as well as all the Istio CRDs (e.g. VirtualService). versions: - name: v1.27-latest - ref: v1.27.2 - - name: v1.27.2 - version: 1.27.2 + ref: v1.27.3 + - name: v1.27.3 + version: 1.27.3 repo: https://github.com/istio/istio - commit: 1.27.2 + commit: 1.27.3 charts: - - https://github.com/openshift-service-mesh/istio-release/raw/29f86f372586a7a1e3e93f979de7a9b8c1ef2cd2/1.27.2-redhat/helm/base-1.27.2.tgz - - https://github.com/openshift-service-mesh/istio-release/raw/29f86f372586a7a1e3e93f979de7a9b8c1ef2cd2/1.27.2-redhat/helm/istiod-1.27.2.tgz - - https://github.com/openshift-service-mesh/istio-release/raw/29f86f372586a7a1e3e93f979de7a9b8c1ef2cd2/1.27.2-redhat/helm/gateway-1.27.2.tgz - - https://github.com/openshift-service-mesh/istio-release/raw/29f86f372586a7a1e3e93f979de7a9b8c1ef2cd2/1.27.2-redhat/helm/cni-1.27.2.tgz - - https://github.com/openshift-service-mesh/istio-release/raw/29f86f372586a7a1e3e93f979de7a9b8c1ef2cd2/1.27.2-redhat/helm/ztunnel-1.27.2.tgz + - https://istio-release.storage.googleapis.com/charts/base-1.27.3.tgz + - https://istio-release.storage.googleapis.com/charts/istiod-1.27.3.tgz + - https://istio-release.storage.googleapis.com/charts/gateway-1.27.3.tgz + - https://istio-release.storage.googleapis.com/charts/cni-1.27.3.tgz + - https://istio-release.storage.googleapis.com/charts/ztunnel-1.27.3.tgz - name: v1.26-latest - ref: v1.26.5 - - name: v1.26.5 - version: 1.26.5 + ref: v1.26.6 + - name: v1.26.6 + version: 1.26.6 repo: https://github.com/istio/istio - commit: 1.26.5 + commit: 1.26.6 charts: - - https://github.com/openshift-service-mesh/istio-release/raw/29f86f372586a7a1e3e93f979de7a9b8c1ef2cd2/1.26.5-redhat/helm/base-1.26.5.tgz - - https://github.com/openshift-service-mesh/istio-release/raw/29f86f372586a7a1e3e93f979de7a9b8c1ef2cd2/1.26.5-redhat/helm/istiod-1.26.5.tgz - - https://github.com/openshift-service-mesh/istio-release/raw/29f86f372586a7a1e3e93f979de7a9b8c1ef2cd2/1.26.5-redhat/helm/gateway-1.26.5.tgz - - https://github.com/openshift-service-mesh/istio-release/raw/29f86f372586a7a1e3e93f979de7a9b8c1ef2cd2/1.26.5-redhat/helm/cni-1.26.5.tgz - - https://github.com/openshift-service-mesh/istio-release/raw/29f86f372586a7a1e3e93f979de7a9b8c1ef2cd2/1.26.5-redhat/helm/ztunnel-1.26.5.tgz + - https://istio-release.storage.googleapis.com/charts/base-1.26.6.tgz + - https://istio-release.storage.googleapis.com/charts/istiod-1.26.6.tgz + - https://istio-release.storage.googleapis.com/charts/gateway-1.26.6.tgz + - https://istio-release.storage.googleapis.com/charts/cni-1.26.6.tgz + - https://istio-release.storage.googleapis.com/charts/ztunnel-1.26.6.tgz - name: v1.26.4 version: 1.26.4 repo: https://github.com/istio/istio diff --git a/resources/v1.26.5/base-1.26.5.tgz.etag b/resources/v1.26.5/base-1.26.5.tgz.etag deleted file mode 100644 index cbdfc9769..000000000 --- a/resources/v1.26.5/base-1.26.5.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -bead8a77221a0cf41bd83f1203fcfe4c61dc179dc466315d46e87db1499295cd diff --git a/resources/v1.26.5/charts/cni/templates/networkpolicy.yaml b/resources/v1.26.5/charts/cni/templates/networkpolicy.yaml deleted file mode 100644 index a30df776d..000000000 --- a/resources/v1.26.5/charts/cni/templates/networkpolicy.yaml +++ /dev/null @@ -1,36 +0,0 @@ -{{- if (.Values.global.networkPolicy).enabled }} -apiVersion: networking.k8s.io/v1 -kind: NetworkPolicy -metadata: - name: {{ template "name" . }}{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }} - namespace: {{ .Release.Namespace }} - labels: - k8s-app: {{ template "name" . }}-node - release: {{ .Release.Name }} - istio.io/rev: {{ .Values.revision | default "default" | quote }} - operator.istio.io/component: "Cni" - app.kubernetes.io/name: {{ template "name" . }} - {{- include "istio.labels" . | nindent 4 }} -spec: - podSelector: - matchLabels: - k8s-app: {{ template "name" . }}-node - policyTypes: - - Ingress - - Egress - ingress: - # Metrics endpoint for monitoring/prometheus - - from: [] - ports: - - protocol: TCP - port: 15014 - # Readiness probe endpoint - - from: [] - ports: - - protocol: TCP - port: 8000 - egress: - # Allow DNS resolution and access to Kubernetes API server. - # IP/Port of the API server is heavily dependant on k8s distribution, so we allow all egress for now. - - {} -{{- end }} diff --git a/resources/v1.26.5/charts/istiod/templates/networkpolicy.yaml b/resources/v1.26.5/charts/istiod/templates/networkpolicy.yaml deleted file mode 100644 index bcc1594d9..000000000 --- a/resources/v1.26.5/charts/istiod/templates/networkpolicy.yaml +++ /dev/null @@ -1,45 +0,0 @@ -{{- if (.Values.global.networkPolicy).enabled }} -apiVersion: networking.k8s.io/v1 -kind: NetworkPolicy -metadata: - name: istiod{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }} - namespace: {{ .Release.Namespace }} - labels: - app: istiod - istio.io/rev: {{ .Values.revision | default "default" | quote }} - operator.istio.io/component: "Pilot" - istio: pilot - release: {{ .Release.Name }} - app.kubernetes.io/name: "istiod" - {{- include "istio.labels" . | nindent 4 }} -spec: - podSelector: - matchLabels: - app: istiod - istio.io/rev: {{ .Values.revision | default "default" | quote }} - policyTypes: - - Ingress - - Egress - ingress: - # Webhook from kube-apiserver - - from: [] - ports: - - protocol: TCP - port: 15017 - # xDS from potentially anywhere - - from: [] - ports: - - protocol: TCP - port: 15010 - - protocol: TCP - port: 15011 - - protocol: TCP - port: 15012 - - protocol: TCP - port: 8080 - - protocol: TCP - port: 15014 - # Allow all egress (needed because features like JWKS require connections to user-defined endpoints) - egress: - - {} -{{- end }} diff --git a/resources/v1.26.5/cni-1.26.5.tgz.etag b/resources/v1.26.5/cni-1.26.5.tgz.etag deleted file mode 100644 index 5ece63c8b..000000000 --- a/resources/v1.26.5/cni-1.26.5.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -bc028bd610ff6e037c6c2b37c3403fbc3e59c8adf874dbb9b408ba2ee3c0d444 diff --git a/resources/v1.26.5/commit b/resources/v1.26.5/commit deleted file mode 100644 index 8fe00a57f..000000000 --- a/resources/v1.26.5/commit +++ /dev/null @@ -1 +0,0 @@ -1.26.5 diff --git a/resources/v1.26.5/gateway-1.26.5.tgz.etag b/resources/v1.26.5/gateway-1.26.5.tgz.etag deleted file mode 100644 index fb53cce81..000000000 --- a/resources/v1.26.5/gateway-1.26.5.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -69098d1f1cec7dfc79059c4f033b0de5e567f2c354d2344066f396fb1e27c3e6 diff --git a/resources/v1.26.5/istiod-1.26.5.tgz.etag b/resources/v1.26.5/istiod-1.26.5.tgz.etag deleted file mode 100644 index b0a67abee..000000000 --- a/resources/v1.26.5/istiod-1.26.5.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -9b4c54619ea5f95e9a1641945ae4d14c40f494024c985a44be935b4f93162c3d diff --git a/resources/v1.26.5/ztunnel-1.26.5.tgz.etag b/resources/v1.26.5/ztunnel-1.26.5.tgz.etag deleted file mode 100644 index 78e91cd03..000000000 --- a/resources/v1.26.5/ztunnel-1.26.5.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -ea5a19137af6342281d12376bc92a9bbc17440407bde0433cc2453b7f67770f6 diff --git a/resources/v1.26.6/base-1.26.6.tgz.etag b/resources/v1.26.6/base-1.26.6.tgz.etag new file mode 100644 index 000000000..39e2e584a --- /dev/null +++ b/resources/v1.26.6/base-1.26.6.tgz.etag @@ -0,0 +1 @@ +e07791e14063cfedd0ee61203d6406ec diff --git a/resources/v1.26.5/charts/base/Chart.yaml b/resources/v1.26.6/charts/base/Chart.yaml similarity index 86% rename from resources/v1.26.5/charts/base/Chart.yaml rename to resources/v1.26.6/charts/base/Chart.yaml index b642690bd..ea428a19c 100644 --- a/resources/v1.26.5/charts/base/Chart.yaml +++ b/resources/v1.26.6/charts/base/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.26.5 +appVersion: 1.26.6 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.26.5 +version: 1.26.6 diff --git a/resources/v1.26.5/charts/base/README.md b/resources/v1.26.6/charts/base/README.md similarity index 100% rename from resources/v1.26.5/charts/base/README.md rename to resources/v1.26.6/charts/base/README.md diff --git a/resources/v1.26.5/charts/base/files/profile-ambient.yaml b/resources/v1.26.6/charts/base/files/profile-ambient.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-ambient.yaml rename to resources/v1.26.6/charts/base/files/profile-ambient.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-compatibility-version-1.23.yaml b/resources/v1.26.6/charts/base/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-compatibility-version-1.23.yaml rename to resources/v1.26.6/charts/base/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-compatibility-version-1.24.yaml b/resources/v1.26.6/charts/base/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-compatibility-version-1.24.yaml rename to resources/v1.26.6/charts/base/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-compatibility-version-1.25.yaml b/resources/v1.26.6/charts/base/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-compatibility-version-1.25.yaml rename to resources/v1.26.6/charts/base/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-demo.yaml b/resources/v1.26.6/charts/base/files/profile-demo.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-demo.yaml rename to resources/v1.26.6/charts/base/files/profile-demo.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-platform-gke.yaml b/resources/v1.26.6/charts/base/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-platform-gke.yaml rename to resources/v1.26.6/charts/base/files/profile-platform-gke.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-platform-k3d.yaml b/resources/v1.26.6/charts/base/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-platform-k3d.yaml rename to resources/v1.26.6/charts/base/files/profile-platform-k3d.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-platform-k3s.yaml b/resources/v1.26.6/charts/base/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-platform-k3s.yaml rename to resources/v1.26.6/charts/base/files/profile-platform-k3s.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-platform-microk8s.yaml b/resources/v1.26.6/charts/base/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-platform-microk8s.yaml rename to resources/v1.26.6/charts/base/files/profile-platform-microk8s.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-platform-minikube.yaml b/resources/v1.26.6/charts/base/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-platform-minikube.yaml rename to resources/v1.26.6/charts/base/files/profile-platform-minikube.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-platform-openshift.yaml b/resources/v1.26.6/charts/base/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-platform-openshift.yaml rename to resources/v1.26.6/charts/base/files/profile-platform-openshift.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-preview.yaml b/resources/v1.26.6/charts/base/files/profile-preview.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-preview.yaml rename to resources/v1.26.6/charts/base/files/profile-preview.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-remote.yaml b/resources/v1.26.6/charts/base/files/profile-remote.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-remote.yaml rename to resources/v1.26.6/charts/base/files/profile-remote.yaml diff --git a/resources/v1.26.5/charts/base/files/profile-stable.yaml b/resources/v1.26.6/charts/base/files/profile-stable.yaml similarity index 100% rename from resources/v1.26.5/charts/base/files/profile-stable.yaml rename to resources/v1.26.6/charts/base/files/profile-stable.yaml diff --git a/resources/v1.26.5/charts/base/templates/NOTES.txt b/resources/v1.26.6/charts/base/templates/NOTES.txt similarity index 100% rename from resources/v1.26.5/charts/base/templates/NOTES.txt rename to resources/v1.26.6/charts/base/templates/NOTES.txt diff --git a/resources/v1.26.5/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml b/resources/v1.26.6/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.26.5/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml rename to resources/v1.26.6/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml diff --git a/resources/v1.26.5/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml b/resources/v1.26.6/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.26.5/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml rename to resources/v1.26.6/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml diff --git a/resources/v1.26.5/charts/base/templates/reader-serviceaccount.yaml b/resources/v1.26.6/charts/base/templates/reader-serviceaccount.yaml similarity index 100% rename from resources/v1.26.5/charts/base/templates/reader-serviceaccount.yaml rename to resources/v1.26.6/charts/base/templates/reader-serviceaccount.yaml diff --git a/resources/v1.26.5/charts/base/templates/zzz_profile.yaml b/resources/v1.26.6/charts/base/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.26.5/charts/base/templates/zzz_profile.yaml rename to resources/v1.26.6/charts/base/templates/zzz_profile.yaml diff --git a/resources/v1.26.5/charts/base/values.yaml b/resources/v1.26.6/charts/base/values.yaml similarity index 100% rename from resources/v1.26.5/charts/base/values.yaml rename to resources/v1.26.6/charts/base/values.yaml diff --git a/resources/v1.27.2/charts/cni/Chart.yaml b/resources/v1.26.6/charts/cni/Chart.yaml similarity index 85% rename from resources/v1.27.2/charts/cni/Chart.yaml rename to resources/v1.26.6/charts/cni/Chart.yaml index fd22b7431..3c84bd2d2 100644 --- a/resources/v1.27.2/charts/cni/Chart.yaml +++ b/resources/v1.26.6/charts/cni/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.27.2 +appVersion: 1.26.6 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.27.2 +version: 1.26.6 diff --git a/resources/v1.26.5/charts/cni/README.md b/resources/v1.26.6/charts/cni/README.md similarity index 100% rename from resources/v1.26.5/charts/cni/README.md rename to resources/v1.26.6/charts/cni/README.md diff --git a/resources/v1.26.5/charts/cni/files/profile-ambient.yaml b/resources/v1.26.6/charts/cni/files/profile-ambient.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-ambient.yaml rename to resources/v1.26.6/charts/cni/files/profile-ambient.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-compatibility-version-1.23.yaml b/resources/v1.26.6/charts/cni/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-compatibility-version-1.23.yaml rename to resources/v1.26.6/charts/cni/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-compatibility-version-1.24.yaml b/resources/v1.26.6/charts/cni/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-compatibility-version-1.24.yaml rename to resources/v1.26.6/charts/cni/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-compatibility-version-1.25.yaml b/resources/v1.26.6/charts/cni/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-compatibility-version-1.25.yaml rename to resources/v1.26.6/charts/cni/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-demo.yaml b/resources/v1.26.6/charts/cni/files/profile-demo.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-demo.yaml rename to resources/v1.26.6/charts/cni/files/profile-demo.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-platform-gke.yaml b/resources/v1.26.6/charts/cni/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-platform-gke.yaml rename to resources/v1.26.6/charts/cni/files/profile-platform-gke.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-platform-k3d.yaml b/resources/v1.26.6/charts/cni/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-platform-k3d.yaml rename to resources/v1.26.6/charts/cni/files/profile-platform-k3d.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-platform-k3s.yaml b/resources/v1.26.6/charts/cni/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-platform-k3s.yaml rename to resources/v1.26.6/charts/cni/files/profile-platform-k3s.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-platform-microk8s.yaml b/resources/v1.26.6/charts/cni/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-platform-microk8s.yaml rename to resources/v1.26.6/charts/cni/files/profile-platform-microk8s.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-platform-minikube.yaml b/resources/v1.26.6/charts/cni/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-platform-minikube.yaml rename to resources/v1.26.6/charts/cni/files/profile-platform-minikube.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-platform-openshift.yaml b/resources/v1.26.6/charts/cni/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-platform-openshift.yaml rename to resources/v1.26.6/charts/cni/files/profile-platform-openshift.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-preview.yaml b/resources/v1.26.6/charts/cni/files/profile-preview.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-preview.yaml rename to resources/v1.26.6/charts/cni/files/profile-preview.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-remote.yaml b/resources/v1.26.6/charts/cni/files/profile-remote.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-remote.yaml rename to resources/v1.26.6/charts/cni/files/profile-remote.yaml diff --git a/resources/v1.26.5/charts/cni/files/profile-stable.yaml b/resources/v1.26.6/charts/cni/files/profile-stable.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/files/profile-stable.yaml rename to resources/v1.26.6/charts/cni/files/profile-stable.yaml diff --git a/resources/v1.26.5/charts/cni/templates/NOTES.txt b/resources/v1.26.6/charts/cni/templates/NOTES.txt similarity index 100% rename from resources/v1.26.5/charts/cni/templates/NOTES.txt rename to resources/v1.26.6/charts/cni/templates/NOTES.txt diff --git a/resources/v1.26.5/charts/cni/templates/_helpers.tpl b/resources/v1.26.6/charts/cni/templates/_helpers.tpl similarity index 100% rename from resources/v1.26.5/charts/cni/templates/_helpers.tpl rename to resources/v1.26.6/charts/cni/templates/_helpers.tpl diff --git a/resources/v1.26.5/charts/cni/templates/clusterrole.yaml b/resources/v1.26.6/charts/cni/templates/clusterrole.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/templates/clusterrole.yaml rename to resources/v1.26.6/charts/cni/templates/clusterrole.yaml diff --git a/resources/v1.26.5/charts/cni/templates/clusterrolebinding.yaml b/resources/v1.26.6/charts/cni/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/templates/clusterrolebinding.yaml rename to resources/v1.26.6/charts/cni/templates/clusterrolebinding.yaml diff --git a/resources/v1.26.5/charts/cni/templates/configmap-cni.yaml b/resources/v1.26.6/charts/cni/templates/configmap-cni.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/templates/configmap-cni.yaml rename to resources/v1.26.6/charts/cni/templates/configmap-cni.yaml diff --git a/resources/v1.26.5/charts/cni/templates/daemonset.yaml b/resources/v1.26.6/charts/cni/templates/daemonset.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/templates/daemonset.yaml rename to resources/v1.26.6/charts/cni/templates/daemonset.yaml diff --git a/resources/v1.26.5/charts/cni/templates/network-attachment-definition.yaml b/resources/v1.26.6/charts/cni/templates/network-attachment-definition.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/templates/network-attachment-definition.yaml rename to resources/v1.26.6/charts/cni/templates/network-attachment-definition.yaml diff --git a/resources/v1.26.5/charts/cni/templates/resourcequota.yaml b/resources/v1.26.6/charts/cni/templates/resourcequota.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/templates/resourcequota.yaml rename to resources/v1.26.6/charts/cni/templates/resourcequota.yaml diff --git a/resources/v1.26.5/charts/cni/templates/serviceaccount.yaml b/resources/v1.26.6/charts/cni/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/templates/serviceaccount.yaml rename to resources/v1.26.6/charts/cni/templates/serviceaccount.yaml diff --git a/resources/v1.26.5/charts/cni/templates/zzy_descope_legacy.yaml b/resources/v1.26.6/charts/cni/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/templates/zzy_descope_legacy.yaml rename to resources/v1.26.6/charts/cni/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.26.5/charts/cni/templates/zzz_profile.yaml b/resources/v1.26.6/charts/cni/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.26.5/charts/cni/templates/zzz_profile.yaml rename to resources/v1.26.6/charts/cni/templates/zzz_profile.yaml diff --git a/resources/v1.26.5/charts/cni/values.yaml b/resources/v1.26.6/charts/cni/values.yaml similarity index 97% rename from resources/v1.26.5/charts/cni/values.yaml rename to resources/v1.26.6/charts/cni/values.yaml index aaa1ae0f5..51050067d 100644 --- a/resources/v1.26.5/charts/cni/values.yaml +++ b/resources/v1.26.6/charts/cni/values.yaml @@ -118,7 +118,7 @@ _internal_defaults_do_not_set: hub: gcr.io/istio-release # Default tag for Istio images. - tag: 1.26.5 + tag: 1.26.6 # Variant of the image to use. # Currently supported are: [debug, distroless] @@ -134,10 +134,6 @@ _internal_defaults_do_not_set: logAsJson: false - # When enabled, default NetworkPolicy resources will be created - networkPolicy: - enabled: false - # ImagePullSecrets for all ServiceAccount, list of secrets in the same namespace # to use for pulling any images in pods that reference this ServiceAccount. # For components that don't use ServiceAccounts (i.e. grafana, servicegraph, tracing) diff --git a/resources/v1.26.5/charts/gateway/Chart.yaml b/resources/v1.26.6/charts/gateway/Chart.yaml similarity index 86% rename from resources/v1.26.5/charts/gateway/Chart.yaml rename to resources/v1.26.6/charts/gateway/Chart.yaml index e7b199452..9ca41c9c6 100644 --- a/resources/v1.26.5/charts/gateway/Chart.yaml +++ b/resources/v1.26.6/charts/gateway/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.26.5 +appVersion: 1.26.6 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.26.5 +version: 1.26.6 diff --git a/resources/v1.26.5/charts/gateway/README.md b/resources/v1.26.6/charts/gateway/README.md similarity index 100% rename from resources/v1.26.5/charts/gateway/README.md rename to resources/v1.26.6/charts/gateway/README.md diff --git a/resources/v1.26.5/charts/gateway/files/profile-ambient.yaml b/resources/v1.26.6/charts/gateway/files/profile-ambient.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-ambient.yaml rename to resources/v1.26.6/charts/gateway/files/profile-ambient.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-compatibility-version-1.23.yaml b/resources/v1.26.6/charts/gateway/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-compatibility-version-1.23.yaml rename to resources/v1.26.6/charts/gateway/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-compatibility-version-1.24.yaml b/resources/v1.26.6/charts/gateway/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-compatibility-version-1.24.yaml rename to resources/v1.26.6/charts/gateway/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-compatibility-version-1.25.yaml b/resources/v1.26.6/charts/gateway/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-compatibility-version-1.25.yaml rename to resources/v1.26.6/charts/gateway/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-demo.yaml b/resources/v1.26.6/charts/gateway/files/profile-demo.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-demo.yaml rename to resources/v1.26.6/charts/gateway/files/profile-demo.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-platform-gke.yaml b/resources/v1.26.6/charts/gateway/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-platform-gke.yaml rename to resources/v1.26.6/charts/gateway/files/profile-platform-gke.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-platform-k3d.yaml b/resources/v1.26.6/charts/gateway/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-platform-k3d.yaml rename to resources/v1.26.6/charts/gateway/files/profile-platform-k3d.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-platform-k3s.yaml b/resources/v1.26.6/charts/gateway/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-platform-k3s.yaml rename to resources/v1.26.6/charts/gateway/files/profile-platform-k3s.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-platform-microk8s.yaml b/resources/v1.26.6/charts/gateway/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-platform-microk8s.yaml rename to resources/v1.26.6/charts/gateway/files/profile-platform-microk8s.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-platform-minikube.yaml b/resources/v1.26.6/charts/gateway/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-platform-minikube.yaml rename to resources/v1.26.6/charts/gateway/files/profile-platform-minikube.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-platform-openshift.yaml b/resources/v1.26.6/charts/gateway/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-platform-openshift.yaml rename to resources/v1.26.6/charts/gateway/files/profile-platform-openshift.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-preview.yaml b/resources/v1.26.6/charts/gateway/files/profile-preview.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-preview.yaml rename to resources/v1.26.6/charts/gateway/files/profile-preview.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-remote.yaml b/resources/v1.26.6/charts/gateway/files/profile-remote.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-remote.yaml rename to resources/v1.26.6/charts/gateway/files/profile-remote.yaml diff --git a/resources/v1.26.5/charts/gateway/files/profile-stable.yaml b/resources/v1.26.6/charts/gateway/files/profile-stable.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/files/profile-stable.yaml rename to resources/v1.26.6/charts/gateway/files/profile-stable.yaml diff --git a/resources/v1.26.5/charts/gateway/templates/NOTES.txt b/resources/v1.26.6/charts/gateway/templates/NOTES.txt similarity index 100% rename from resources/v1.26.5/charts/gateway/templates/NOTES.txt rename to resources/v1.26.6/charts/gateway/templates/NOTES.txt diff --git a/resources/v1.26.5/charts/gateway/templates/_helpers.tpl b/resources/v1.26.6/charts/gateway/templates/_helpers.tpl similarity index 100% rename from resources/v1.26.5/charts/gateway/templates/_helpers.tpl rename to resources/v1.26.6/charts/gateway/templates/_helpers.tpl diff --git a/resources/v1.26.5/charts/gateway/templates/deployment.yaml b/resources/v1.26.6/charts/gateway/templates/deployment.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/templates/deployment.yaml rename to resources/v1.26.6/charts/gateway/templates/deployment.yaml diff --git a/resources/v1.26.5/charts/gateway/templates/hpa.yaml b/resources/v1.26.6/charts/gateway/templates/hpa.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/templates/hpa.yaml rename to resources/v1.26.6/charts/gateway/templates/hpa.yaml diff --git a/resources/v1.26.5/charts/gateway/templates/poddisruptionbudget.yaml b/resources/v1.26.6/charts/gateway/templates/poddisruptionbudget.yaml similarity index 67% rename from resources/v1.26.5/charts/gateway/templates/poddisruptionbudget.yaml rename to resources/v1.26.6/charts/gateway/templates/poddisruptionbudget.yaml index 91869a0ea..b0155cdf0 100644 --- a/resources/v1.26.5/charts/gateway/templates/poddisruptionbudget.yaml +++ b/resources/v1.26.6/charts/gateway/templates/poddisruptionbudget.yaml @@ -1,6 +1,4 @@ {{- if .Values.podDisruptionBudget }} -# a workaround for https://github.com/kubernetes/kubernetes/issues/93476 -{{- if or (and .Values.autoscaling.enabled (gt (int .Values.autoscaling.minReplicas) 1)) (and (not .Values.autoscaling.enabled) (gt (int .Values.replicaCount) 1)) }} apiVersion: policy/v1 kind: PodDisruptionBudget metadata: @@ -18,4 +16,3 @@ spec: {{- toYaml . | nindent 2 }} {{- end }} {{- end }} -{{- end }} diff --git a/resources/v1.26.5/charts/gateway/templates/role.yaml b/resources/v1.26.6/charts/gateway/templates/role.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/templates/role.yaml rename to resources/v1.26.6/charts/gateway/templates/role.yaml diff --git a/resources/v1.26.5/charts/gateway/templates/service.yaml b/resources/v1.26.6/charts/gateway/templates/service.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/templates/service.yaml rename to resources/v1.26.6/charts/gateway/templates/service.yaml diff --git a/resources/v1.26.5/charts/gateway/templates/serviceaccount.yaml b/resources/v1.26.6/charts/gateway/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/templates/serviceaccount.yaml rename to resources/v1.26.6/charts/gateway/templates/serviceaccount.yaml diff --git a/resources/v1.26.5/charts/gateway/templates/zzz_profile.yaml b/resources/v1.26.6/charts/gateway/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.26.5/charts/gateway/templates/zzz_profile.yaml rename to resources/v1.26.6/charts/gateway/templates/zzz_profile.yaml diff --git a/resources/v1.26.5/charts/gateway/values.schema.json b/resources/v1.26.6/charts/gateway/values.schema.json similarity index 100% rename from resources/v1.26.5/charts/gateway/values.schema.json rename to resources/v1.26.6/charts/gateway/values.schema.json diff --git a/resources/v1.26.5/charts/gateway/values.yaml b/resources/v1.26.6/charts/gateway/values.yaml similarity index 97% rename from resources/v1.26.5/charts/gateway/values.yaml rename to resources/v1.26.6/charts/gateway/values.yaml index 5d4fd3b75..4e65676ba 100644 --- a/resources/v1.26.5/charts/gateway/values.yaml +++ b/resources/v1.26.6/charts/gateway/values.yaml @@ -127,9 +127,6 @@ _internal_defaults_do_not_set: # By default, the `podDisruptionBudget` is disabled (set to `{}`), # which means that no PodDisruptionBudget resource will be created. # - # The PodDisruptionBudget can be only enabled if autoscaling is enabled - # with minReplicas > 1 or if autoscaling is disabled but replicaCount > 1. - # # To enable the PodDisruptionBudget, configure it by specifying the # `minAvailable` or `maxUnavailable`. For example, to set the # minimum number of available replicas to 1, you can update this value as follows: diff --git a/resources/v1.27.2/charts/istiod/Chart.yaml b/resources/v1.26.6/charts/istiod/Chart.yaml similarity index 86% rename from resources/v1.27.2/charts/istiod/Chart.yaml rename to resources/v1.26.6/charts/istiod/Chart.yaml index af93a3536..336c6e2e0 100644 --- a/resources/v1.27.2/charts/istiod/Chart.yaml +++ b/resources/v1.26.6/charts/istiod/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.27.2 +appVersion: 1.26.6 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.27.2 +version: 1.26.6 diff --git a/resources/v1.26.5/charts/istiod/README.md b/resources/v1.26.6/charts/istiod/README.md similarity index 100% rename from resources/v1.26.5/charts/istiod/README.md rename to resources/v1.26.6/charts/istiod/README.md diff --git a/resources/v1.26.5/charts/istiod/files/gateway-injection-template.yaml b/resources/v1.26.6/charts/istiod/files/gateway-injection-template.yaml similarity index 99% rename from resources/v1.26.5/charts/istiod/files/gateway-injection-template.yaml rename to resources/v1.26.6/charts/istiod/files/gateway-injection-template.yaml index 224fe75f1..7d23f15f9 100644 --- a/resources/v1.26.5/charts/istiod/files/gateway-injection-template.yaml +++ b/resources/v1.26.6/charts/istiod/files/gateway-injection-template.yaml @@ -239,7 +239,7 @@ spec: path: root-cert.pem {{- else }} configMap: - name: {{ .Values.global.trustBundleName | default "istio-ca-root-cert" }} + name: istio-ca-root-cert {{- end }} {{- end }} {{- if .Values.global.mountMtlsCerts }} diff --git a/resources/v1.27.2/charts/istiod/files/grpc-agent.yaml b/resources/v1.26.6/charts/istiod/files/grpc-agent.yaml similarity index 99% rename from resources/v1.27.2/charts/istiod/files/grpc-agent.yaml rename to resources/v1.26.6/charts/istiod/files/grpc-agent.yaml index 6e3102e4c..dda3aeaa9 100644 --- a/resources/v1.27.2/charts/istiod/files/grpc-agent.yaml +++ b/resources/v1.26.6/charts/istiod/files/grpc-agent.yaml @@ -290,7 +290,7 @@ spec: path: root-cert.pem {{- else }} configMap: - name: {{ .Values.global.trustBundleName | default "istio-ca-root-cert" }} + name: istio-ca-root-cert {{- end }} {{- end }} {{- if .Values.global.mountMtlsCerts }} diff --git a/resources/v1.26.5/charts/istiod/files/grpc-simple.yaml b/resources/v1.26.6/charts/istiod/files/grpc-simple.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/grpc-simple.yaml rename to resources/v1.26.6/charts/istiod/files/grpc-simple.yaml diff --git a/resources/v1.26.5/charts/istiod/files/injection-template.yaml b/resources/v1.26.6/charts/istiod/files/injection-template.yaml similarity index 99% rename from resources/v1.26.5/charts/istiod/files/injection-template.yaml rename to resources/v1.26.6/charts/istiod/files/injection-template.yaml index e851a8371..bfd922b04 100644 --- a/resources/v1.26.5/charts/istiod/files/injection-template.yaml +++ b/resources/v1.26.6/charts/istiod/files/injection-template.yaml @@ -497,7 +497,7 @@ spec: path: root-cert.pem {{- else }} configMap: - name: {{ .Values.global.trustBundleName | default "istio-ca-root-cert" }} + name: istio-ca-root-cert {{- end }} {{- end }} {{- if .Values.global.mountMtlsCerts }} diff --git a/resources/v1.26.5/charts/istiod/files/kube-gateway.yaml b/resources/v1.26.6/charts/istiod/files/kube-gateway.yaml similarity index 99% rename from resources/v1.26.5/charts/istiod/files/kube-gateway.yaml rename to resources/v1.26.6/charts/istiod/files/kube-gateway.yaml index a6116b1ab..447ecae83 100644 --- a/resources/v1.26.5/charts/istiod/files/kube-gateway.yaml +++ b/resources/v1.26.6/charts/istiod/files/kube-gateway.yaml @@ -307,7 +307,7 @@ spec: path: root-cert.pem {{- else }} configMap: - name: {{ .Values.global.trustBundleName | default "istio-ca-root-cert" }} + name: istio-ca-root-cert {{- end }} {{- end }} {{- if .Values.global.imagePullSecrets }} diff --git a/resources/v1.26.5/charts/istiod/files/profile-ambient.yaml b/resources/v1.26.6/charts/istiod/files/profile-ambient.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-ambient.yaml rename to resources/v1.26.6/charts/istiod/files/profile-ambient.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-compatibility-version-1.23.yaml b/resources/v1.26.6/charts/istiod/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-compatibility-version-1.23.yaml rename to resources/v1.26.6/charts/istiod/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-compatibility-version-1.24.yaml b/resources/v1.26.6/charts/istiod/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-compatibility-version-1.24.yaml rename to resources/v1.26.6/charts/istiod/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-compatibility-version-1.25.yaml b/resources/v1.26.6/charts/istiod/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-compatibility-version-1.25.yaml rename to resources/v1.26.6/charts/istiod/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-demo.yaml b/resources/v1.26.6/charts/istiod/files/profile-demo.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-demo.yaml rename to resources/v1.26.6/charts/istiod/files/profile-demo.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-platform-gke.yaml b/resources/v1.26.6/charts/istiod/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-platform-gke.yaml rename to resources/v1.26.6/charts/istiod/files/profile-platform-gke.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-platform-k3d.yaml b/resources/v1.26.6/charts/istiod/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-platform-k3d.yaml rename to resources/v1.26.6/charts/istiod/files/profile-platform-k3d.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-platform-k3s.yaml b/resources/v1.26.6/charts/istiod/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-platform-k3s.yaml rename to resources/v1.26.6/charts/istiod/files/profile-platform-k3s.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-platform-microk8s.yaml b/resources/v1.26.6/charts/istiod/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-platform-microk8s.yaml rename to resources/v1.26.6/charts/istiod/files/profile-platform-microk8s.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-platform-minikube.yaml b/resources/v1.26.6/charts/istiod/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-platform-minikube.yaml rename to resources/v1.26.6/charts/istiod/files/profile-platform-minikube.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-platform-openshift.yaml b/resources/v1.26.6/charts/istiod/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-platform-openshift.yaml rename to resources/v1.26.6/charts/istiod/files/profile-platform-openshift.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-preview.yaml b/resources/v1.26.6/charts/istiod/files/profile-preview.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-preview.yaml rename to resources/v1.26.6/charts/istiod/files/profile-preview.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-remote.yaml b/resources/v1.26.6/charts/istiod/files/profile-remote.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-remote.yaml rename to resources/v1.26.6/charts/istiod/files/profile-remote.yaml diff --git a/resources/v1.26.5/charts/istiod/files/profile-stable.yaml b/resources/v1.26.6/charts/istiod/files/profile-stable.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/profile-stable.yaml rename to resources/v1.26.6/charts/istiod/files/profile-stable.yaml diff --git a/resources/v1.26.5/charts/istiod/files/waypoint.yaml b/resources/v1.26.6/charts/istiod/files/waypoint.yaml similarity index 99% rename from resources/v1.26.5/charts/istiod/files/waypoint.yaml rename to resources/v1.26.6/charts/istiod/files/waypoint.yaml index 6a08a662e..421cabeae 100644 --- a/resources/v1.26.5/charts/istiod/files/waypoint.yaml +++ b/resources/v1.26.6/charts/istiod/files/waypoint.yaml @@ -296,7 +296,7 @@ spec: path: root-cert.pem {{- else }} configMap: - name: {{ .Values.global.trustBundleName | default "istio-ca-root-cert" }} + name: istio-ca-root-cert {{- end }} {{- if .Values.global.imagePullSecrets }} imagePullSecrets: diff --git a/resources/v1.26.5/charts/istiod/templates/NOTES.txt b/resources/v1.26.6/charts/istiod/templates/NOTES.txt similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/NOTES.txt rename to resources/v1.26.6/charts/istiod/templates/NOTES.txt diff --git a/resources/v1.26.5/charts/istiod/templates/_helpers.tpl b/resources/v1.26.6/charts/istiod/templates/_helpers.tpl similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/_helpers.tpl rename to resources/v1.26.6/charts/istiod/templates/_helpers.tpl diff --git a/resources/v1.26.5/charts/istiod/templates/autoscale.yaml b/resources/v1.26.6/charts/istiod/templates/autoscale.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/autoscale.yaml rename to resources/v1.26.6/charts/istiod/templates/autoscale.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/clusterrole.yaml b/resources/v1.26.6/charts/istiod/templates/clusterrole.yaml similarity index 96% rename from resources/v1.26.5/charts/istiod/templates/clusterrole.yaml rename to resources/v1.26.6/charts/istiod/templates/clusterrole.yaml index 0fa8532a9..d4d79d00f 100644 --- a/resources/v1.26.5/charts/istiod/templates/clusterrole.yaml +++ b/resources/v1.26.6/charts/istiod/templates/clusterrole.yaml @@ -160,12 +160,6 @@ rules: - apiGroups: ["gateway.networking.k8s.io"] resources: ["gatewayclasses"] verbs: ["create", "update", "patch", "delete"] - - apiGroups: ["inference.networking.x-k8s.io"] - resources: ["inferencepools"] - verbs: ["get", "watch", "list"] - - apiGroups: ["inference.networking.x-k8s.io"] - resources: ["inferencepools/status"] - verbs: ["update", "patch"] # Needed for multicluster secret reading, possibly ingress certs in the future - apiGroups: [""] diff --git a/resources/v1.26.5/charts/istiod/templates/clusterrolebinding.yaml b/resources/v1.26.6/charts/istiod/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/clusterrolebinding.yaml rename to resources/v1.26.6/charts/istiod/templates/clusterrolebinding.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/configmap-jwks.yaml b/resources/v1.26.6/charts/istiod/templates/configmap-jwks.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/configmap-jwks.yaml rename to resources/v1.26.6/charts/istiod/templates/configmap-jwks.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/configmap-values.yaml b/resources/v1.26.6/charts/istiod/templates/configmap-values.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/configmap-values.yaml rename to resources/v1.26.6/charts/istiod/templates/configmap-values.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/configmap.yaml b/resources/v1.26.6/charts/istiod/templates/configmap.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/configmap.yaml rename to resources/v1.26.6/charts/istiod/templates/configmap.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/deployment.yaml b/resources/v1.26.6/charts/istiod/templates/deployment.yaml similarity index 97% rename from resources/v1.26.5/charts/istiod/templates/deployment.yaml rename to resources/v1.26.6/charts/istiod/templates/deployment.yaml index cf82b21e9..73917d860 100644 --- a/resources/v1.26.5/charts/istiod/templates/deployment.yaml +++ b/resources/v1.26.6/charts/istiod/templates/deployment.yaml @@ -191,10 +191,6 @@ spec: {{- if and .Values.global.externalIstiod (not (and .Values.env .Values.env.EXTERNAL_ISTIOD)) }} - name: EXTERNAL_ISTIOD value: "{{ .Values.global.externalIstiod }}" -{{- end }} -{{- if .Values.global.trustBundleName }} - - name: PILOT_CA_CERT_CONFIGMAP - value: "{{ .Values.global.trustBundleName }}" {{- end }} - name: PILOT_ENABLE_ANALYSIS value: "{{ .Values.global.istiod.enableAnalysis }}" @@ -291,7 +287,7 @@ spec: optional: true {{- else }} configMap: - name: {{ .Values.global.trustBundleName | default "istio-ca-root-cert" }} + name: istio-ca-root-cert defaultMode: 420 optional: true {{- end }} diff --git a/resources/v1.26.5/charts/istiod/templates/gateway-class-configmap.yaml b/resources/v1.26.6/charts/istiod/templates/gateway-class-configmap.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/gateway-class-configmap.yaml rename to resources/v1.26.6/charts/istiod/templates/gateway-class-configmap.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/istiod-injector-configmap.yaml b/resources/v1.26.6/charts/istiod/templates/istiod-injector-configmap.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/istiod-injector-configmap.yaml rename to resources/v1.26.6/charts/istiod/templates/istiod-injector-configmap.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/mutatingwebhook.yaml b/resources/v1.26.6/charts/istiod/templates/mutatingwebhook.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/mutatingwebhook.yaml rename to resources/v1.26.6/charts/istiod/templates/mutatingwebhook.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/poddisruptionbudget.yaml b/resources/v1.26.6/charts/istiod/templates/poddisruptionbudget.yaml similarity index 57% rename from resources/v1.26.5/charts/istiod/templates/poddisruptionbudget.yaml rename to resources/v1.26.6/charts/istiod/templates/poddisruptionbudget.yaml index 5b8f812fa..1eacf16e6 100644 --- a/resources/v1.26.5/charts/istiod/templates/poddisruptionbudget.yaml +++ b/resources/v1.26.6/charts/istiod/templates/poddisruptionbudget.yaml @@ -1,8 +1,6 @@ # Not created if istiod is running remotely {{- if not .Values.istiodRemote.enabled }} {{- if .Values.global.defaultPodDisruptionBudget.enabled }} -# a workaround for https://github.com/kubernetes/kubernetes/issues/93476 -{{- if or (and .Values.autoscaleEnabled (gt (int .Values.autoscaleMin) 1)) (and (not .Values.autoscaleEnabled) (gt (int .Values.replicaCount) 1)) }} apiVersion: policy/v1 kind: PodDisruptionBudget metadata: @@ -17,14 +15,7 @@ metadata: app.kubernetes.io/name: "istiod" {{- include "istio.labels" . | nindent 4 }} spec: - {{- if and .Values.pdb.minAvailable (not (hasKey .Values.pdb "maxUnavailable")) }} - minAvailable: {{ .Values.pdb.minAvailable }} - {{- else if .Values.pdb.maxUnavailable }} - maxUnavailable: {{ .Values.pdb.maxUnavailable }} - {{- end }} - {{- if .Values.pdb.unhealthyPodEvictionPolicy }} - unhealthyPodEvictionPolicy: {{ .Values.pdb.unhealthyPodEvictionPolicy }} - {{- end }} + minAvailable: 1 selector: matchLabels: app: istiod @@ -36,4 +27,3 @@ spec: --- {{- end }} {{- end }} -{{- end }} diff --git a/resources/v1.26.5/charts/istiod/templates/reader-clusterrole.yaml b/resources/v1.26.6/charts/istiod/templates/reader-clusterrole.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/reader-clusterrole.yaml rename to resources/v1.26.6/charts/istiod/templates/reader-clusterrole.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/reader-clusterrolebinding.yaml b/resources/v1.26.6/charts/istiod/templates/reader-clusterrolebinding.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/reader-clusterrolebinding.yaml rename to resources/v1.26.6/charts/istiod/templates/reader-clusterrolebinding.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/remote-istiod-endpoints.yaml b/resources/v1.26.6/charts/istiod/templates/remote-istiod-endpoints.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/remote-istiod-endpoints.yaml rename to resources/v1.26.6/charts/istiod/templates/remote-istiod-endpoints.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/remote-istiod-service.yaml b/resources/v1.26.6/charts/istiod/templates/remote-istiod-service.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/remote-istiod-service.yaml rename to resources/v1.26.6/charts/istiod/templates/remote-istiod-service.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/revision-tags.yaml b/resources/v1.26.6/charts/istiod/templates/revision-tags.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/revision-tags.yaml rename to resources/v1.26.6/charts/istiod/templates/revision-tags.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/role.yaml b/resources/v1.26.6/charts/istiod/templates/role.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/role.yaml rename to resources/v1.26.6/charts/istiod/templates/role.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/rolebinding.yaml b/resources/v1.26.6/charts/istiod/templates/rolebinding.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/rolebinding.yaml rename to resources/v1.26.6/charts/istiod/templates/rolebinding.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/service.yaml b/resources/v1.26.6/charts/istiod/templates/service.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/service.yaml rename to resources/v1.26.6/charts/istiod/templates/service.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/serviceaccount.yaml b/resources/v1.26.6/charts/istiod/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/serviceaccount.yaml rename to resources/v1.26.6/charts/istiod/templates/serviceaccount.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/validatingadmissionpolicy.yaml b/resources/v1.26.6/charts/istiod/templates/validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/validatingadmissionpolicy.yaml rename to resources/v1.26.6/charts/istiod/templates/validatingadmissionpolicy.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/validatingwebhookconfiguration.yaml b/resources/v1.26.6/charts/istiod/templates/validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/validatingwebhookconfiguration.yaml rename to resources/v1.26.6/charts/istiod/templates/validatingwebhookconfiguration.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/zzy_descope_legacy.yaml b/resources/v1.26.6/charts/istiod/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/zzy_descope_legacy.yaml rename to resources/v1.26.6/charts/istiod/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.26.5/charts/istiod/templates/zzz_profile.yaml b/resources/v1.26.6/charts/istiod/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/templates/zzz_profile.yaml rename to resources/v1.26.6/charts/istiod/templates/zzz_profile.yaml diff --git a/resources/v1.26.5/charts/istiod/values.yaml b/resources/v1.26.6/charts/istiod/values.yaml similarity index 97% rename from resources/v1.26.5/charts/istiod/values.yaml rename to resources/v1.26.6/charts/istiod/values.yaml index 37600383f..dc9187775 100644 --- a/resources/v1.26.5/charts/istiod/values.yaml +++ b/resources/v1.26.6/charts/istiod/values.yaml @@ -246,7 +246,7 @@ _internal_defaults_do_not_set: # Dev builds from prow are on gcr.io hub: gcr.io/istio-release # Default tag for Istio images. - tag: 1.26.5 + tag: 1.26.6 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" @@ -276,10 +276,6 @@ _internal_defaults_do_not_set: logging: level: "default:info" - # When enabled, default NetworkPolicy resources will be created - networkPolicy: - enabled: false - omitSidecarInjectorConfigMap: false # Configure whether Operator manages webhook configurations. The current behavior @@ -555,13 +551,3 @@ _internal_defaults_do_not_set: # type: ClusterIP # Per-Gateway configuration can also be set in the `Gateway.spec.infrastructure.parametersRef` field. gatewayClasses: {} - - pdb: - # -- Minimum available pods set in PodDisruptionBudget. - # Define either 'minAvailable' or 'maxUnavailable', never both. - minAvailable: 1 - # -- Maximum unavailable pods set in PodDisruptionBudget. If set, 'minAvailable' is ignored. - # maxUnavailable: 1 - # -- Eviction policy for unhealthy pods guarded by PodDisruptionBudget. - # Ref: https://kubernetes.io/blog/2023/01/06/unhealthy-pod-eviction-policy-for-pdbs/ - unhealthyPodEvictionPolicy: "" diff --git a/resources/v1.26.5/charts/revisiontags/Chart.yaml b/resources/v1.26.6/charts/revisiontags/Chart.yaml similarity index 89% rename from resources/v1.26.5/charts/revisiontags/Chart.yaml rename to resources/v1.26.6/charts/revisiontags/Chart.yaml index 79521f5b3..518159271 100644 --- a/resources/v1.26.5/charts/revisiontags/Chart.yaml +++ b/resources/v1.26.6/charts/revisiontags/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.26.5 +appVersion: 1.26.6 description: Helm chart for istio revision tags name: revisiontags sources: diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-ambient.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-ambient.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-ambient.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-ambient.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-compatibility-version-1.23.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-compatibility-version-1.23.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-compatibility-version-1.24.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-compatibility-version-1.24.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-compatibility-version-1.25.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-compatibility-version-1.25.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-demo.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-demo.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-demo.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-demo.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-platform-gke.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-platform-gke.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-platform-gke.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-platform-k3d.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-platform-k3d.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-platform-k3d.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-platform-k3s.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-platform-k3s.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-platform-k3s.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-platform-microk8s.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-platform-microk8s.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-platform-microk8s.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-platform-minikube.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-platform-minikube.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-platform-minikube.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-platform-openshift.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-platform-openshift.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-platform-openshift.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-preview.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-preview.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-preview.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-preview.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-remote.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-remote.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-remote.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-remote.yaml diff --git a/resources/v1.26.5/charts/revisiontags/files/profile-stable.yaml b/resources/v1.26.6/charts/revisiontags/files/profile-stable.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/files/profile-stable.yaml rename to resources/v1.26.6/charts/revisiontags/files/profile-stable.yaml diff --git a/resources/v1.26.5/charts/revisiontags/templates/revision-tags.yaml b/resources/v1.26.6/charts/revisiontags/templates/revision-tags.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/templates/revision-tags.yaml rename to resources/v1.26.6/charts/revisiontags/templates/revision-tags.yaml diff --git a/resources/v1.26.5/charts/revisiontags/templates/zzz_profile.yaml b/resources/v1.26.6/charts/revisiontags/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.26.5/charts/revisiontags/templates/zzz_profile.yaml rename to resources/v1.26.6/charts/revisiontags/templates/zzz_profile.yaml diff --git a/resources/v1.26.5/charts/revisiontags/values.yaml b/resources/v1.26.6/charts/revisiontags/values.yaml similarity index 97% rename from resources/v1.26.5/charts/revisiontags/values.yaml rename to resources/v1.26.6/charts/revisiontags/values.yaml index 37600383f..dc9187775 100644 --- a/resources/v1.26.5/charts/revisiontags/values.yaml +++ b/resources/v1.26.6/charts/revisiontags/values.yaml @@ -246,7 +246,7 @@ _internal_defaults_do_not_set: # Dev builds from prow are on gcr.io hub: gcr.io/istio-release # Default tag for Istio images. - tag: 1.26.5 + tag: 1.26.6 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" @@ -276,10 +276,6 @@ _internal_defaults_do_not_set: logging: level: "default:info" - # When enabled, default NetworkPolicy resources will be created - networkPolicy: - enabled: false - omitSidecarInjectorConfigMap: false # Configure whether Operator manages webhook configurations. The current behavior @@ -555,13 +551,3 @@ _internal_defaults_do_not_set: # type: ClusterIP # Per-Gateway configuration can also be set in the `Gateway.spec.infrastructure.parametersRef` field. gatewayClasses: {} - - pdb: - # -- Minimum available pods set in PodDisruptionBudget. - # Define either 'minAvailable' or 'maxUnavailable', never both. - minAvailable: 1 - # -- Maximum unavailable pods set in PodDisruptionBudget. If set, 'minAvailable' is ignored. - # maxUnavailable: 1 - # -- Eviction policy for unhealthy pods guarded by PodDisruptionBudget. - # Ref: https://kubernetes.io/blog/2023/01/06/unhealthy-pod-eviction-policy-for-pdbs/ - unhealthyPodEvictionPolicy: "" diff --git a/resources/v1.26.5/charts/ztunnel/Chart.yaml b/resources/v1.26.6/charts/ztunnel/Chart.yaml similarity index 86% rename from resources/v1.26.5/charts/ztunnel/Chart.yaml rename to resources/v1.26.6/charts/ztunnel/Chart.yaml index e88d7c36c..8fbec7309 100644 --- a/resources/v1.26.5/charts/ztunnel/Chart.yaml +++ b/resources/v1.26.6/charts/ztunnel/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.26.5 +appVersion: 1.26.6 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.26.5 +version: 1.26.6 diff --git a/resources/v1.26.5/charts/ztunnel/README.md b/resources/v1.26.6/charts/ztunnel/README.md similarity index 100% rename from resources/v1.26.5/charts/ztunnel/README.md rename to resources/v1.26.6/charts/ztunnel/README.md diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-ambient.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-ambient.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-ambient.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-ambient.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-compatibility-version-1.23.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-compatibility-version-1.23.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-compatibility-version-1.24.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-compatibility-version-1.24.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-compatibility-version-1.25.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-compatibility-version-1.25.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-demo.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-demo.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-demo.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-demo.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-platform-gke.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-platform-gke.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-platform-gke.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-platform-k3d.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-platform-k3d.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-platform-k3d.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-platform-k3s.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-platform-k3s.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-platform-k3s.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-platform-microk8s.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-platform-microk8s.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-platform-microk8s.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-platform-minikube.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-platform-minikube.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-platform-minikube.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-platform-openshift.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-platform-openshift.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-platform-openshift.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-preview.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-preview.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-preview.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-preview.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-remote.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-remote.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-remote.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-remote.yaml diff --git a/resources/v1.26.5/charts/ztunnel/files/profile-stable.yaml b/resources/v1.26.6/charts/ztunnel/files/profile-stable.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/files/profile-stable.yaml rename to resources/v1.26.6/charts/ztunnel/files/profile-stable.yaml diff --git a/resources/v1.26.5/charts/ztunnel/templates/NOTES.txt b/resources/v1.26.6/charts/ztunnel/templates/NOTES.txt similarity index 100% rename from resources/v1.26.5/charts/ztunnel/templates/NOTES.txt rename to resources/v1.26.6/charts/ztunnel/templates/NOTES.txt diff --git a/resources/v1.26.5/charts/ztunnel/templates/_helpers.tpl b/resources/v1.26.6/charts/ztunnel/templates/_helpers.tpl similarity index 100% rename from resources/v1.26.5/charts/ztunnel/templates/_helpers.tpl rename to resources/v1.26.6/charts/ztunnel/templates/_helpers.tpl diff --git a/resources/v1.26.5/charts/ztunnel/templates/daemonset.yaml b/resources/v1.26.6/charts/ztunnel/templates/daemonset.yaml similarity index 98% rename from resources/v1.26.5/charts/ztunnel/templates/daemonset.yaml rename to resources/v1.26.6/charts/ztunnel/templates/daemonset.yaml index 0822394d7..720970c97 100644 --- a/resources/v1.26.5/charts/ztunnel/templates/daemonset.yaml +++ b/resources/v1.26.6/charts/ztunnel/templates/daemonset.yaml @@ -191,7 +191,7 @@ spec: path: root-cert.pem {{- else }} configMap: - name: {{ .Values.trustBundleName | default "istio-ca-root-cert" }} + name: istio-ca-root-cert {{- end }} - name: cni-ztunnel-sock-dir hostPath: diff --git a/resources/v1.26.5/charts/ztunnel/templates/rbac.yaml b/resources/v1.26.6/charts/ztunnel/templates/rbac.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/templates/rbac.yaml rename to resources/v1.26.6/charts/ztunnel/templates/rbac.yaml diff --git a/resources/v1.26.5/charts/ztunnel/templates/resourcequota.yaml b/resources/v1.26.6/charts/ztunnel/templates/resourcequota.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/templates/resourcequota.yaml rename to resources/v1.26.6/charts/ztunnel/templates/resourcequota.yaml diff --git a/resources/v1.26.5/charts/ztunnel/templates/zzz_profile.yaml b/resources/v1.26.6/charts/ztunnel/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.26.5/charts/ztunnel/templates/zzz_profile.yaml rename to resources/v1.26.6/charts/ztunnel/templates/zzz_profile.yaml diff --git a/resources/v1.26.5/charts/ztunnel/values.yaml b/resources/v1.26.6/charts/ztunnel/values.yaml similarity index 99% rename from resources/v1.26.5/charts/ztunnel/values.yaml rename to resources/v1.26.6/charts/ztunnel/values.yaml index 10b86fe72..24a28fd3a 100644 --- a/resources/v1.26.5/charts/ztunnel/values.yaml +++ b/resources/v1.26.6/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-release # Tag to pull from. Image will be `Hub/Image:Tag-Variant` - tag: 1.26.5 + tag: 1.26.6 # Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version. variant: "" diff --git a/resources/v1.26.6/cni-1.26.6.tgz.etag b/resources/v1.26.6/cni-1.26.6.tgz.etag new file mode 100644 index 000000000..cc317a401 --- /dev/null +++ b/resources/v1.26.6/cni-1.26.6.tgz.etag @@ -0,0 +1 @@ +9b655cbb7050bb2547228fb03afa021c diff --git a/resources/v1.26.6/commit b/resources/v1.26.6/commit new file mode 100644 index 000000000..f250c8f60 --- /dev/null +++ b/resources/v1.26.6/commit @@ -0,0 +1 @@ +1.26.6 diff --git a/resources/v1.26.6/gateway-1.26.6.tgz.etag b/resources/v1.26.6/gateway-1.26.6.tgz.etag new file mode 100644 index 000000000..91a0915a4 --- /dev/null +++ b/resources/v1.26.6/gateway-1.26.6.tgz.etag @@ -0,0 +1 @@ +af068856ca5a6f5b4c49b4c008f8024d diff --git a/resources/v1.26.6/istiod-1.26.6.tgz.etag b/resources/v1.26.6/istiod-1.26.6.tgz.etag new file mode 100644 index 000000000..2b30205fc --- /dev/null +++ b/resources/v1.26.6/istiod-1.26.6.tgz.etag @@ -0,0 +1 @@ +85be991425ebab65f9e821ce49429e61 diff --git a/resources/v1.26.5/profiles/ambient.yaml b/resources/v1.26.6/profiles/ambient.yaml similarity index 100% rename from resources/v1.26.5/profiles/ambient.yaml rename to resources/v1.26.6/profiles/ambient.yaml diff --git a/resources/v1.26.5/profiles/default.yaml b/resources/v1.26.6/profiles/default.yaml similarity index 100% rename from resources/v1.26.5/profiles/default.yaml rename to resources/v1.26.6/profiles/default.yaml diff --git a/resources/v1.26.5/profiles/demo.yaml b/resources/v1.26.6/profiles/demo.yaml similarity index 100% rename from resources/v1.26.5/profiles/demo.yaml rename to resources/v1.26.6/profiles/demo.yaml diff --git a/resources/v1.26.5/profiles/empty.yaml b/resources/v1.26.6/profiles/empty.yaml similarity index 100% rename from resources/v1.26.5/profiles/empty.yaml rename to resources/v1.26.6/profiles/empty.yaml diff --git a/resources/v1.26.5/profiles/openshift-ambient.yaml b/resources/v1.26.6/profiles/openshift-ambient.yaml similarity index 100% rename from resources/v1.26.5/profiles/openshift-ambient.yaml rename to resources/v1.26.6/profiles/openshift-ambient.yaml diff --git a/resources/v1.26.5/profiles/openshift.yaml b/resources/v1.26.6/profiles/openshift.yaml similarity index 100% rename from resources/v1.26.5/profiles/openshift.yaml rename to resources/v1.26.6/profiles/openshift.yaml diff --git a/resources/v1.26.5/profiles/preview.yaml b/resources/v1.26.6/profiles/preview.yaml similarity index 100% rename from resources/v1.26.5/profiles/preview.yaml rename to resources/v1.26.6/profiles/preview.yaml diff --git a/resources/v1.26.5/profiles/remote.yaml b/resources/v1.26.6/profiles/remote.yaml similarity index 100% rename from resources/v1.26.5/profiles/remote.yaml rename to resources/v1.26.6/profiles/remote.yaml diff --git a/resources/v1.26.5/profiles/stable.yaml b/resources/v1.26.6/profiles/stable.yaml similarity index 100% rename from resources/v1.26.5/profiles/stable.yaml rename to resources/v1.26.6/profiles/stable.yaml diff --git a/resources/v1.26.6/ztunnel-1.26.6.tgz.etag b/resources/v1.26.6/ztunnel-1.26.6.tgz.etag new file mode 100644 index 000000000..0626c69a2 --- /dev/null +++ b/resources/v1.26.6/ztunnel-1.26.6.tgz.etag @@ -0,0 +1 @@ +938951c3e7e1a6c423d527ae8378abb4 diff --git a/resources/v1.27.2/base-1.27.2.tgz.etag b/resources/v1.27.2/base-1.27.2.tgz.etag deleted file mode 100644 index 108154d99..000000000 --- a/resources/v1.27.2/base-1.27.2.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -134eec5bcd05d3796e49510f04df6687bf680c0b1d5b799508341e54b8c938ed diff --git a/resources/v1.27.2/charts/cni/templates/networkpolicy.yaml b/resources/v1.27.2/charts/cni/templates/networkpolicy.yaml deleted file mode 100644 index a30df776d..000000000 --- a/resources/v1.27.2/charts/cni/templates/networkpolicy.yaml +++ /dev/null @@ -1,36 +0,0 @@ -{{- if (.Values.global.networkPolicy).enabled }} -apiVersion: networking.k8s.io/v1 -kind: NetworkPolicy -metadata: - name: {{ template "name" . }}{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }} - namespace: {{ .Release.Namespace }} - labels: - k8s-app: {{ template "name" . }}-node - release: {{ .Release.Name }} - istio.io/rev: {{ .Values.revision | default "default" | quote }} - operator.istio.io/component: "Cni" - app.kubernetes.io/name: {{ template "name" . }} - {{- include "istio.labels" . | nindent 4 }} -spec: - podSelector: - matchLabels: - k8s-app: {{ template "name" . }}-node - policyTypes: - - Ingress - - Egress - ingress: - # Metrics endpoint for monitoring/prometheus - - from: [] - ports: - - protocol: TCP - port: 15014 - # Readiness probe endpoint - - from: [] - ports: - - protocol: TCP - port: 8000 - egress: - # Allow DNS resolution and access to Kubernetes API server. - # IP/Port of the API server is heavily dependant on k8s distribution, so we allow all egress for now. - - {} -{{- end }} diff --git a/resources/v1.27.2/charts/istiod/templates/networkpolicy.yaml b/resources/v1.27.2/charts/istiod/templates/networkpolicy.yaml deleted file mode 100644 index bcc1594d9..000000000 --- a/resources/v1.27.2/charts/istiod/templates/networkpolicy.yaml +++ /dev/null @@ -1,45 +0,0 @@ -{{- if (.Values.global.networkPolicy).enabled }} -apiVersion: networking.k8s.io/v1 -kind: NetworkPolicy -metadata: - name: istiod{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }} - namespace: {{ .Release.Namespace }} - labels: - app: istiod - istio.io/rev: {{ .Values.revision | default "default" | quote }} - operator.istio.io/component: "Pilot" - istio: pilot - release: {{ .Release.Name }} - app.kubernetes.io/name: "istiod" - {{- include "istio.labels" . | nindent 4 }} -spec: - podSelector: - matchLabels: - app: istiod - istio.io/rev: {{ .Values.revision | default "default" | quote }} - policyTypes: - - Ingress - - Egress - ingress: - # Webhook from kube-apiserver - - from: [] - ports: - - protocol: TCP - port: 15017 - # xDS from potentially anywhere - - from: [] - ports: - - protocol: TCP - port: 15010 - - protocol: TCP - port: 15011 - - protocol: TCP - port: 15012 - - protocol: TCP - port: 8080 - - protocol: TCP - port: 15014 - # Allow all egress (needed because features like JWKS require connections to user-defined endpoints) - egress: - - {} -{{- end }} diff --git a/resources/v1.27.2/cni-1.27.2.tgz.etag b/resources/v1.27.2/cni-1.27.2.tgz.etag deleted file mode 100644 index 23588ef9e..000000000 --- a/resources/v1.27.2/cni-1.27.2.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -351280b9f3dc364851ff712ac745c821d8f35e414a41c902a1eac636f49c02a4 diff --git a/resources/v1.27.2/commit b/resources/v1.27.2/commit deleted file mode 100644 index 457f03854..000000000 --- a/resources/v1.27.2/commit +++ /dev/null @@ -1 +0,0 @@ -1.27.2 diff --git a/resources/v1.27.2/gateway-1.27.2.tgz.etag b/resources/v1.27.2/gateway-1.27.2.tgz.etag deleted file mode 100644 index f00d8b15a..000000000 --- a/resources/v1.27.2/gateway-1.27.2.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -edce55e5e7b26361c2241f0ca2a4b8f3040eceaa1ead9749f0866d7baab3580b diff --git a/resources/v1.27.2/istiod-1.27.2.tgz.etag b/resources/v1.27.2/istiod-1.27.2.tgz.etag deleted file mode 100644 index 8657630bb..000000000 --- a/resources/v1.27.2/istiod-1.27.2.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -171288a3514f22d910c05a2243bdac7055ad61678236629f4d5ed5ee5c85571c diff --git a/resources/v1.27.2/ztunnel-1.27.2.tgz.etag b/resources/v1.27.2/ztunnel-1.27.2.tgz.etag deleted file mode 100644 index 160a47295..000000000 --- a/resources/v1.27.2/ztunnel-1.27.2.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -148e064f9106a1a046a9c130af7324691570dac3f417bc353b8909b9c602eef9 diff --git a/resources/v1.27.3/base-1.27.3.tgz.etag b/resources/v1.27.3/base-1.27.3.tgz.etag new file mode 100644 index 000000000..1677b7998 --- /dev/null +++ b/resources/v1.27.3/base-1.27.3.tgz.etag @@ -0,0 +1 @@ +cce45283947bb5ef9df93c274ccf452e diff --git a/resources/v1.27.2/charts/base/Chart.yaml b/resources/v1.27.3/charts/base/Chart.yaml similarity index 86% rename from resources/v1.27.2/charts/base/Chart.yaml rename to resources/v1.27.3/charts/base/Chart.yaml index fa036d733..c5daa7c07 100644 --- a/resources/v1.27.2/charts/base/Chart.yaml +++ b/resources/v1.27.3/charts/base/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.27.2 +appVersion: 1.27.3 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.27.2 +version: 1.27.3 diff --git a/resources/v1.27.2/charts/base/README.md b/resources/v1.27.3/charts/base/README.md similarity index 100% rename from resources/v1.27.2/charts/base/README.md rename to resources/v1.27.3/charts/base/README.md diff --git a/resources/v1.27.2/charts/base/files/profile-ambient.yaml b/resources/v1.27.3/charts/base/files/profile-ambient.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-ambient.yaml rename to resources/v1.27.3/charts/base/files/profile-ambient.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-compatibility-version-1.24.yaml b/resources/v1.27.3/charts/base/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-compatibility-version-1.24.yaml rename to resources/v1.27.3/charts/base/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-compatibility-version-1.25.yaml b/resources/v1.27.3/charts/base/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-compatibility-version-1.25.yaml rename to resources/v1.27.3/charts/base/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-compatibility-version-1.26.yaml b/resources/v1.27.3/charts/base/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-compatibility-version-1.26.yaml rename to resources/v1.27.3/charts/base/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-demo.yaml b/resources/v1.27.3/charts/base/files/profile-demo.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-demo.yaml rename to resources/v1.27.3/charts/base/files/profile-demo.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-platform-gke.yaml b/resources/v1.27.3/charts/base/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-platform-gke.yaml rename to resources/v1.27.3/charts/base/files/profile-platform-gke.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-platform-k3d.yaml b/resources/v1.27.3/charts/base/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-platform-k3d.yaml rename to resources/v1.27.3/charts/base/files/profile-platform-k3d.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-platform-k3s.yaml b/resources/v1.27.3/charts/base/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-platform-k3s.yaml rename to resources/v1.27.3/charts/base/files/profile-platform-k3s.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-platform-microk8s.yaml b/resources/v1.27.3/charts/base/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-platform-microk8s.yaml rename to resources/v1.27.3/charts/base/files/profile-platform-microk8s.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-platform-minikube.yaml b/resources/v1.27.3/charts/base/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-platform-minikube.yaml rename to resources/v1.27.3/charts/base/files/profile-platform-minikube.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-platform-openshift.yaml b/resources/v1.27.3/charts/base/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-platform-openshift.yaml rename to resources/v1.27.3/charts/base/files/profile-platform-openshift.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-preview.yaml b/resources/v1.27.3/charts/base/files/profile-preview.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-preview.yaml rename to resources/v1.27.3/charts/base/files/profile-preview.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-remote.yaml b/resources/v1.27.3/charts/base/files/profile-remote.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-remote.yaml rename to resources/v1.27.3/charts/base/files/profile-remote.yaml diff --git a/resources/v1.27.2/charts/base/files/profile-stable.yaml b/resources/v1.27.3/charts/base/files/profile-stable.yaml similarity index 100% rename from resources/v1.27.2/charts/base/files/profile-stable.yaml rename to resources/v1.27.3/charts/base/files/profile-stable.yaml diff --git a/resources/v1.27.2/charts/base/templates/NOTES.txt b/resources/v1.27.3/charts/base/templates/NOTES.txt similarity index 100% rename from resources/v1.27.2/charts/base/templates/NOTES.txt rename to resources/v1.27.3/charts/base/templates/NOTES.txt diff --git a/resources/v1.27.2/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml b/resources/v1.27.3/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.27.2/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml rename to resources/v1.27.3/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml diff --git a/resources/v1.27.2/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml b/resources/v1.27.3/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.27.2/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml rename to resources/v1.27.3/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml diff --git a/resources/v1.27.2/charts/base/templates/reader-serviceaccount.yaml b/resources/v1.27.3/charts/base/templates/reader-serviceaccount.yaml similarity index 100% rename from resources/v1.27.2/charts/base/templates/reader-serviceaccount.yaml rename to resources/v1.27.3/charts/base/templates/reader-serviceaccount.yaml diff --git a/resources/v1.27.2/charts/base/templates/zzz_profile.yaml b/resources/v1.27.3/charts/base/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.27.2/charts/base/templates/zzz_profile.yaml rename to resources/v1.27.3/charts/base/templates/zzz_profile.yaml diff --git a/resources/v1.27.2/charts/base/values.yaml b/resources/v1.27.3/charts/base/values.yaml similarity index 100% rename from resources/v1.27.2/charts/base/values.yaml rename to resources/v1.27.3/charts/base/values.yaml diff --git a/resources/v1.26.5/charts/cni/Chart.yaml b/resources/v1.27.3/charts/cni/Chart.yaml similarity index 85% rename from resources/v1.26.5/charts/cni/Chart.yaml rename to resources/v1.27.3/charts/cni/Chart.yaml index f610e99a8..73fcf4c7b 100644 --- a/resources/v1.26.5/charts/cni/Chart.yaml +++ b/resources/v1.27.3/charts/cni/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.26.5 +appVersion: 1.27.3 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.26.5 +version: 1.27.3 diff --git a/resources/v1.27.2/charts/cni/README.md b/resources/v1.27.3/charts/cni/README.md similarity index 100% rename from resources/v1.27.2/charts/cni/README.md rename to resources/v1.27.3/charts/cni/README.md diff --git a/resources/v1.27.2/charts/cni/files/profile-ambient.yaml b/resources/v1.27.3/charts/cni/files/profile-ambient.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-ambient.yaml rename to resources/v1.27.3/charts/cni/files/profile-ambient.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-compatibility-version-1.24.yaml b/resources/v1.27.3/charts/cni/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-compatibility-version-1.24.yaml rename to resources/v1.27.3/charts/cni/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-compatibility-version-1.25.yaml b/resources/v1.27.3/charts/cni/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-compatibility-version-1.25.yaml rename to resources/v1.27.3/charts/cni/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-compatibility-version-1.26.yaml b/resources/v1.27.3/charts/cni/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-compatibility-version-1.26.yaml rename to resources/v1.27.3/charts/cni/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-demo.yaml b/resources/v1.27.3/charts/cni/files/profile-demo.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-demo.yaml rename to resources/v1.27.3/charts/cni/files/profile-demo.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-platform-gke.yaml b/resources/v1.27.3/charts/cni/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-platform-gke.yaml rename to resources/v1.27.3/charts/cni/files/profile-platform-gke.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-platform-k3d.yaml b/resources/v1.27.3/charts/cni/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-platform-k3d.yaml rename to resources/v1.27.3/charts/cni/files/profile-platform-k3d.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-platform-k3s.yaml b/resources/v1.27.3/charts/cni/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-platform-k3s.yaml rename to resources/v1.27.3/charts/cni/files/profile-platform-k3s.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-platform-microk8s.yaml b/resources/v1.27.3/charts/cni/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-platform-microk8s.yaml rename to resources/v1.27.3/charts/cni/files/profile-platform-microk8s.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-platform-minikube.yaml b/resources/v1.27.3/charts/cni/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-platform-minikube.yaml rename to resources/v1.27.3/charts/cni/files/profile-platform-minikube.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-platform-openshift.yaml b/resources/v1.27.3/charts/cni/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-platform-openshift.yaml rename to resources/v1.27.3/charts/cni/files/profile-platform-openshift.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-preview.yaml b/resources/v1.27.3/charts/cni/files/profile-preview.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-preview.yaml rename to resources/v1.27.3/charts/cni/files/profile-preview.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-remote.yaml b/resources/v1.27.3/charts/cni/files/profile-remote.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-remote.yaml rename to resources/v1.27.3/charts/cni/files/profile-remote.yaml diff --git a/resources/v1.27.2/charts/cni/files/profile-stable.yaml b/resources/v1.27.3/charts/cni/files/profile-stable.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/files/profile-stable.yaml rename to resources/v1.27.3/charts/cni/files/profile-stable.yaml diff --git a/resources/v1.27.2/charts/cni/templates/NOTES.txt b/resources/v1.27.3/charts/cni/templates/NOTES.txt similarity index 100% rename from resources/v1.27.2/charts/cni/templates/NOTES.txt rename to resources/v1.27.3/charts/cni/templates/NOTES.txt diff --git a/resources/v1.27.2/charts/cni/templates/_helpers.tpl b/resources/v1.27.3/charts/cni/templates/_helpers.tpl similarity index 100% rename from resources/v1.27.2/charts/cni/templates/_helpers.tpl rename to resources/v1.27.3/charts/cni/templates/_helpers.tpl diff --git a/resources/v1.27.2/charts/cni/templates/clusterrole.yaml b/resources/v1.27.3/charts/cni/templates/clusterrole.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/templates/clusterrole.yaml rename to resources/v1.27.3/charts/cni/templates/clusterrole.yaml diff --git a/resources/v1.27.2/charts/cni/templates/clusterrolebinding.yaml b/resources/v1.27.3/charts/cni/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/templates/clusterrolebinding.yaml rename to resources/v1.27.3/charts/cni/templates/clusterrolebinding.yaml diff --git a/resources/v1.27.2/charts/cni/templates/configmap-cni.yaml b/resources/v1.27.3/charts/cni/templates/configmap-cni.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/templates/configmap-cni.yaml rename to resources/v1.27.3/charts/cni/templates/configmap-cni.yaml diff --git a/resources/v1.27.2/charts/cni/templates/daemonset.yaml b/resources/v1.27.3/charts/cni/templates/daemonset.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/templates/daemonset.yaml rename to resources/v1.27.3/charts/cni/templates/daemonset.yaml diff --git a/resources/v1.27.2/charts/cni/templates/network-attachment-definition.yaml b/resources/v1.27.3/charts/cni/templates/network-attachment-definition.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/templates/network-attachment-definition.yaml rename to resources/v1.27.3/charts/cni/templates/network-attachment-definition.yaml diff --git a/resources/v1.27.2/charts/cni/templates/resourcequota.yaml b/resources/v1.27.3/charts/cni/templates/resourcequota.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/templates/resourcequota.yaml rename to resources/v1.27.3/charts/cni/templates/resourcequota.yaml diff --git a/resources/v1.27.2/charts/cni/templates/serviceaccount.yaml b/resources/v1.27.3/charts/cni/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/templates/serviceaccount.yaml rename to resources/v1.27.3/charts/cni/templates/serviceaccount.yaml diff --git a/resources/v1.27.2/charts/cni/templates/zzy_descope_legacy.yaml b/resources/v1.27.3/charts/cni/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/templates/zzy_descope_legacy.yaml rename to resources/v1.27.3/charts/cni/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.27.2/charts/cni/templates/zzz_profile.yaml b/resources/v1.27.3/charts/cni/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.27.2/charts/cni/templates/zzz_profile.yaml rename to resources/v1.27.3/charts/cni/templates/zzz_profile.yaml diff --git a/resources/v1.27.2/charts/cni/values.yaml b/resources/v1.27.3/charts/cni/values.yaml similarity index 98% rename from resources/v1.27.2/charts/cni/values.yaml rename to resources/v1.27.3/charts/cni/values.yaml index 06d1ce19d..05415625c 100644 --- a/resources/v1.27.2/charts/cni/values.yaml +++ b/resources/v1.27.3/charts/cni/values.yaml @@ -141,7 +141,7 @@ _internal_defaults_do_not_set: hub: gcr.io/istio-release # Default tag for Istio images. - tag: 1.27.2 + tag: 1.27.3 # Variant of the image to use. # Currently supported are: [debug, distroless] @@ -157,10 +157,6 @@ _internal_defaults_do_not_set: logAsJson: false - # When enabled, default NetworkPolicy resources will be created - networkPolicy: - enabled: false - # ImagePullSecrets for all ServiceAccount, list of secrets in the same namespace # to use for pulling any images in pods that reference this ServiceAccount. # For components that don't use ServiceAccounts (i.e. grafana, servicegraph, tracing) diff --git a/resources/v1.27.2/charts/gateway/Chart.yaml b/resources/v1.27.3/charts/gateway/Chart.yaml similarity index 86% rename from resources/v1.27.2/charts/gateway/Chart.yaml rename to resources/v1.27.3/charts/gateway/Chart.yaml index e485d21c6..b806d5017 100644 --- a/resources/v1.27.2/charts/gateway/Chart.yaml +++ b/resources/v1.27.3/charts/gateway/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.27.2 +appVersion: 1.27.3 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.27.2 +version: 1.27.3 diff --git a/resources/v1.27.2/charts/gateway/README.md b/resources/v1.27.3/charts/gateway/README.md similarity index 100% rename from resources/v1.27.2/charts/gateway/README.md rename to resources/v1.27.3/charts/gateway/README.md diff --git a/resources/v1.27.2/charts/gateway/files/profile-ambient.yaml b/resources/v1.27.3/charts/gateway/files/profile-ambient.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-ambient.yaml rename to resources/v1.27.3/charts/gateway/files/profile-ambient.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-compatibility-version-1.24.yaml b/resources/v1.27.3/charts/gateway/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-compatibility-version-1.24.yaml rename to resources/v1.27.3/charts/gateway/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-compatibility-version-1.25.yaml b/resources/v1.27.3/charts/gateway/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-compatibility-version-1.25.yaml rename to resources/v1.27.3/charts/gateway/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-compatibility-version-1.26.yaml b/resources/v1.27.3/charts/gateway/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-compatibility-version-1.26.yaml rename to resources/v1.27.3/charts/gateway/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-demo.yaml b/resources/v1.27.3/charts/gateway/files/profile-demo.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-demo.yaml rename to resources/v1.27.3/charts/gateway/files/profile-demo.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-platform-gke.yaml b/resources/v1.27.3/charts/gateway/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-platform-gke.yaml rename to resources/v1.27.3/charts/gateway/files/profile-platform-gke.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-platform-k3d.yaml b/resources/v1.27.3/charts/gateway/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-platform-k3d.yaml rename to resources/v1.27.3/charts/gateway/files/profile-platform-k3d.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-platform-k3s.yaml b/resources/v1.27.3/charts/gateway/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-platform-k3s.yaml rename to resources/v1.27.3/charts/gateway/files/profile-platform-k3s.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-platform-microk8s.yaml b/resources/v1.27.3/charts/gateway/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-platform-microk8s.yaml rename to resources/v1.27.3/charts/gateway/files/profile-platform-microk8s.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-platform-minikube.yaml b/resources/v1.27.3/charts/gateway/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-platform-minikube.yaml rename to resources/v1.27.3/charts/gateway/files/profile-platform-minikube.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-platform-openshift.yaml b/resources/v1.27.3/charts/gateway/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-platform-openshift.yaml rename to resources/v1.27.3/charts/gateway/files/profile-platform-openshift.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-preview.yaml b/resources/v1.27.3/charts/gateway/files/profile-preview.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-preview.yaml rename to resources/v1.27.3/charts/gateway/files/profile-preview.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-remote.yaml b/resources/v1.27.3/charts/gateway/files/profile-remote.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-remote.yaml rename to resources/v1.27.3/charts/gateway/files/profile-remote.yaml diff --git a/resources/v1.27.2/charts/gateway/files/profile-stable.yaml b/resources/v1.27.3/charts/gateway/files/profile-stable.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/files/profile-stable.yaml rename to resources/v1.27.3/charts/gateway/files/profile-stable.yaml diff --git a/resources/v1.27.2/charts/gateway/templates/NOTES.txt b/resources/v1.27.3/charts/gateway/templates/NOTES.txt similarity index 100% rename from resources/v1.27.2/charts/gateway/templates/NOTES.txt rename to resources/v1.27.3/charts/gateway/templates/NOTES.txt diff --git a/resources/v1.27.2/charts/gateway/templates/_helpers.tpl b/resources/v1.27.3/charts/gateway/templates/_helpers.tpl similarity index 100% rename from resources/v1.27.2/charts/gateway/templates/_helpers.tpl rename to resources/v1.27.3/charts/gateway/templates/_helpers.tpl diff --git a/resources/v1.27.2/charts/gateway/templates/deployment.yaml b/resources/v1.27.3/charts/gateway/templates/deployment.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/templates/deployment.yaml rename to resources/v1.27.3/charts/gateway/templates/deployment.yaml diff --git a/resources/v1.27.2/charts/gateway/templates/hpa.yaml b/resources/v1.27.3/charts/gateway/templates/hpa.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/templates/hpa.yaml rename to resources/v1.27.3/charts/gateway/templates/hpa.yaml diff --git a/resources/v1.27.2/charts/gateway/templates/poddisruptionbudget.yaml b/resources/v1.27.3/charts/gateway/templates/poddisruptionbudget.yaml similarity index 67% rename from resources/v1.27.2/charts/gateway/templates/poddisruptionbudget.yaml rename to resources/v1.27.3/charts/gateway/templates/poddisruptionbudget.yaml index 91869a0ea..b0155cdf0 100644 --- a/resources/v1.27.2/charts/gateway/templates/poddisruptionbudget.yaml +++ b/resources/v1.27.3/charts/gateway/templates/poddisruptionbudget.yaml @@ -1,6 +1,4 @@ {{- if .Values.podDisruptionBudget }} -# a workaround for https://github.com/kubernetes/kubernetes/issues/93476 -{{- if or (and .Values.autoscaling.enabled (gt (int .Values.autoscaling.minReplicas) 1)) (and (not .Values.autoscaling.enabled) (gt (int .Values.replicaCount) 1)) }} apiVersion: policy/v1 kind: PodDisruptionBudget metadata: @@ -18,4 +16,3 @@ spec: {{- toYaml . | nindent 2 }} {{- end }} {{- end }} -{{- end }} diff --git a/resources/v1.27.2/charts/gateway/templates/role.yaml b/resources/v1.27.3/charts/gateway/templates/role.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/templates/role.yaml rename to resources/v1.27.3/charts/gateway/templates/role.yaml diff --git a/resources/v1.27.2/charts/gateway/templates/service.yaml b/resources/v1.27.3/charts/gateway/templates/service.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/templates/service.yaml rename to resources/v1.27.3/charts/gateway/templates/service.yaml diff --git a/resources/v1.27.2/charts/gateway/templates/serviceaccount.yaml b/resources/v1.27.3/charts/gateway/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/templates/serviceaccount.yaml rename to resources/v1.27.3/charts/gateway/templates/serviceaccount.yaml diff --git a/resources/v1.27.2/charts/gateway/templates/zzz_profile.yaml b/resources/v1.27.3/charts/gateway/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.27.2/charts/gateway/templates/zzz_profile.yaml rename to resources/v1.27.3/charts/gateway/templates/zzz_profile.yaml diff --git a/resources/v1.27.2/charts/gateway/values.schema.json b/resources/v1.27.3/charts/gateway/values.schema.json similarity index 100% rename from resources/v1.27.2/charts/gateway/values.schema.json rename to resources/v1.27.3/charts/gateway/values.schema.json diff --git a/resources/v1.27.2/charts/gateway/values.yaml b/resources/v1.27.3/charts/gateway/values.yaml similarity index 97% rename from resources/v1.27.2/charts/gateway/values.yaml rename to resources/v1.27.3/charts/gateway/values.yaml index 454d2a4d2..c0147ce21 100644 --- a/resources/v1.27.2/charts/gateway/values.yaml +++ b/resources/v1.27.3/charts/gateway/values.yaml @@ -139,9 +139,6 @@ _internal_defaults_do_not_set: # By default, the `podDisruptionBudget` is disabled (set to `{}`), # which means that no PodDisruptionBudget resource will be created. # - # The PodDisruptionBudget can be only enabled if autoscaling is enabled - # with minReplicas > 1 or if autoscaling is disabled but replicaCount > 1. - # # To enable the PodDisruptionBudget, configure it by specifying the # `minAvailable` or `maxUnavailable`. For example, to set the # minimum number of available replicas to 1, you can update this value as follows: diff --git a/resources/v1.26.5/charts/istiod/Chart.yaml b/resources/v1.27.3/charts/istiod/Chart.yaml similarity index 86% rename from resources/v1.26.5/charts/istiod/Chart.yaml rename to resources/v1.27.3/charts/istiod/Chart.yaml index ac74a46d4..937648f12 100644 --- a/resources/v1.26.5/charts/istiod/Chart.yaml +++ b/resources/v1.27.3/charts/istiod/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.26.5 +appVersion: 1.27.3 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.26.5 +version: 1.27.3 diff --git a/resources/v1.27.2/charts/istiod/README.md b/resources/v1.27.3/charts/istiod/README.md similarity index 100% rename from resources/v1.27.2/charts/istiod/README.md rename to resources/v1.27.3/charts/istiod/README.md diff --git a/resources/v1.27.2/charts/istiod/files/gateway-injection-template.yaml b/resources/v1.27.3/charts/istiod/files/gateway-injection-template.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/gateway-injection-template.yaml rename to resources/v1.27.3/charts/istiod/files/gateway-injection-template.yaml diff --git a/resources/v1.26.5/charts/istiod/files/grpc-agent.yaml b/resources/v1.27.3/charts/istiod/files/grpc-agent.yaml similarity index 100% rename from resources/v1.26.5/charts/istiod/files/grpc-agent.yaml rename to resources/v1.27.3/charts/istiod/files/grpc-agent.yaml diff --git a/resources/v1.27.2/charts/istiod/files/grpc-simple.yaml b/resources/v1.27.3/charts/istiod/files/grpc-simple.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/grpc-simple.yaml rename to resources/v1.27.3/charts/istiod/files/grpc-simple.yaml diff --git a/resources/v1.27.2/charts/istiod/files/injection-template.yaml b/resources/v1.27.3/charts/istiod/files/injection-template.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/injection-template.yaml rename to resources/v1.27.3/charts/istiod/files/injection-template.yaml diff --git a/resources/v1.27.2/charts/istiod/files/kube-gateway.yaml b/resources/v1.27.3/charts/istiod/files/kube-gateway.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/kube-gateway.yaml rename to resources/v1.27.3/charts/istiod/files/kube-gateway.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-ambient.yaml b/resources/v1.27.3/charts/istiod/files/profile-ambient.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-ambient.yaml rename to resources/v1.27.3/charts/istiod/files/profile-ambient.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-compatibility-version-1.24.yaml b/resources/v1.27.3/charts/istiod/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-compatibility-version-1.24.yaml rename to resources/v1.27.3/charts/istiod/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-compatibility-version-1.25.yaml b/resources/v1.27.3/charts/istiod/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-compatibility-version-1.25.yaml rename to resources/v1.27.3/charts/istiod/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-compatibility-version-1.26.yaml b/resources/v1.27.3/charts/istiod/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-compatibility-version-1.26.yaml rename to resources/v1.27.3/charts/istiod/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-demo.yaml b/resources/v1.27.3/charts/istiod/files/profile-demo.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-demo.yaml rename to resources/v1.27.3/charts/istiod/files/profile-demo.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-platform-gke.yaml b/resources/v1.27.3/charts/istiod/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-platform-gke.yaml rename to resources/v1.27.3/charts/istiod/files/profile-platform-gke.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-platform-k3d.yaml b/resources/v1.27.3/charts/istiod/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-platform-k3d.yaml rename to resources/v1.27.3/charts/istiod/files/profile-platform-k3d.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-platform-k3s.yaml b/resources/v1.27.3/charts/istiod/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-platform-k3s.yaml rename to resources/v1.27.3/charts/istiod/files/profile-platform-k3s.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-platform-microk8s.yaml b/resources/v1.27.3/charts/istiod/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-platform-microk8s.yaml rename to resources/v1.27.3/charts/istiod/files/profile-platform-microk8s.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-platform-minikube.yaml b/resources/v1.27.3/charts/istiod/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-platform-minikube.yaml rename to resources/v1.27.3/charts/istiod/files/profile-platform-minikube.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-platform-openshift.yaml b/resources/v1.27.3/charts/istiod/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-platform-openshift.yaml rename to resources/v1.27.3/charts/istiod/files/profile-platform-openshift.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-preview.yaml b/resources/v1.27.3/charts/istiod/files/profile-preview.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-preview.yaml rename to resources/v1.27.3/charts/istiod/files/profile-preview.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-remote.yaml b/resources/v1.27.3/charts/istiod/files/profile-remote.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-remote.yaml rename to resources/v1.27.3/charts/istiod/files/profile-remote.yaml diff --git a/resources/v1.27.2/charts/istiod/files/profile-stable.yaml b/resources/v1.27.3/charts/istiod/files/profile-stable.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/profile-stable.yaml rename to resources/v1.27.3/charts/istiod/files/profile-stable.yaml diff --git a/resources/v1.27.2/charts/istiod/files/waypoint.yaml b/resources/v1.27.3/charts/istiod/files/waypoint.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/files/waypoint.yaml rename to resources/v1.27.3/charts/istiod/files/waypoint.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/NOTES.txt b/resources/v1.27.3/charts/istiod/templates/NOTES.txt similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/NOTES.txt rename to resources/v1.27.3/charts/istiod/templates/NOTES.txt diff --git a/resources/v1.27.2/charts/istiod/templates/_helpers.tpl b/resources/v1.27.3/charts/istiod/templates/_helpers.tpl similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/_helpers.tpl rename to resources/v1.27.3/charts/istiod/templates/_helpers.tpl diff --git a/resources/v1.27.2/charts/istiod/templates/autoscale.yaml b/resources/v1.27.3/charts/istiod/templates/autoscale.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/autoscale.yaml rename to resources/v1.27.3/charts/istiod/templates/autoscale.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/clusterrole.yaml b/resources/v1.27.3/charts/istiod/templates/clusterrole.yaml similarity index 98% rename from resources/v1.27.2/charts/istiod/templates/clusterrole.yaml rename to resources/v1.27.3/charts/istiod/templates/clusterrole.yaml index 40f39511a..d9c86f43f 100644 --- a/resources/v1.27.2/charts/istiod/templates/clusterrole.yaml +++ b/resources/v1.27.3/charts/istiod/templates/clusterrole.yaml @@ -161,10 +161,10 @@ rules: - apiGroups: ["gateway.networking.k8s.io"] resources: ["gatewayclasses"] verbs: ["create", "update", "patch", "delete"] - - apiGroups: ["inference.networking.k8s.io"] + - apiGroups: ["inference.networking.x-k8s.io"] resources: ["inferencepools"] verbs: ["get", "watch", "list"] - - apiGroups: ["inference.networking.k8s.io"] + - apiGroups: ["inference.networking.x-k8s.io"] resources: ["inferencepools/status"] verbs: ["update", "patch"] diff --git a/resources/v1.27.2/charts/istiod/templates/clusterrolebinding.yaml b/resources/v1.27.3/charts/istiod/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/clusterrolebinding.yaml rename to resources/v1.27.3/charts/istiod/templates/clusterrolebinding.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/configmap-jwks.yaml b/resources/v1.27.3/charts/istiod/templates/configmap-jwks.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/configmap-jwks.yaml rename to resources/v1.27.3/charts/istiod/templates/configmap-jwks.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/configmap-values.yaml b/resources/v1.27.3/charts/istiod/templates/configmap-values.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/configmap-values.yaml rename to resources/v1.27.3/charts/istiod/templates/configmap-values.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/configmap.yaml b/resources/v1.27.3/charts/istiod/templates/configmap.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/configmap.yaml rename to resources/v1.27.3/charts/istiod/templates/configmap.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/deployment.yaml b/resources/v1.27.3/charts/istiod/templates/deployment.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/deployment.yaml rename to resources/v1.27.3/charts/istiod/templates/deployment.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/gateway-class-configmap.yaml b/resources/v1.27.3/charts/istiod/templates/gateway-class-configmap.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/gateway-class-configmap.yaml rename to resources/v1.27.3/charts/istiod/templates/gateway-class-configmap.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/istiod-injector-configmap.yaml b/resources/v1.27.3/charts/istiod/templates/istiod-injector-configmap.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/istiod-injector-configmap.yaml rename to resources/v1.27.3/charts/istiod/templates/istiod-injector-configmap.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/mutatingwebhook.yaml b/resources/v1.27.3/charts/istiod/templates/mutatingwebhook.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/mutatingwebhook.yaml rename to resources/v1.27.3/charts/istiod/templates/mutatingwebhook.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/poddisruptionbudget.yaml b/resources/v1.27.3/charts/istiod/templates/poddisruptionbudget.yaml similarity index 84% rename from resources/v1.27.2/charts/istiod/templates/poddisruptionbudget.yaml rename to resources/v1.27.3/charts/istiod/templates/poddisruptionbudget.yaml index fcd6c7c2e..d21cd919d 100644 --- a/resources/v1.27.2/charts/istiod/templates/poddisruptionbudget.yaml +++ b/resources/v1.27.3/charts/istiod/templates/poddisruptionbudget.yaml @@ -1,8 +1,6 @@ # Not created if istiod is running remotely {{- if or (not .Values.istiodRemote.enabled) (and .Values.istiodRemote.enabled .Values.istiodRemote.enabledLocalInjectorIstiod) }} {{- if .Values.global.defaultPodDisruptionBudget.enabled }} -# a workaround for https://github.com/kubernetes/kubernetes/issues/93476 -{{- if or (and .Values.autoscaleEnabled (gt (int .Values.autoscaleMin) 1)) (and (not .Values.autoscaleEnabled) (gt (int .Values.replicaCount) 1)) }} apiVersion: policy/v1 kind: PodDisruptionBudget metadata: @@ -36,4 +34,3 @@ spec: --- {{- end }} {{- end }} -{{- end }} diff --git a/resources/v1.27.2/charts/istiod/templates/reader-clusterrole.yaml b/resources/v1.27.3/charts/istiod/templates/reader-clusterrole.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/reader-clusterrole.yaml rename to resources/v1.27.3/charts/istiod/templates/reader-clusterrole.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/reader-clusterrolebinding.yaml b/resources/v1.27.3/charts/istiod/templates/reader-clusterrolebinding.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/reader-clusterrolebinding.yaml rename to resources/v1.27.3/charts/istiod/templates/reader-clusterrolebinding.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/remote-istiod-endpoints.yaml b/resources/v1.27.3/charts/istiod/templates/remote-istiod-endpoints.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/remote-istiod-endpoints.yaml rename to resources/v1.27.3/charts/istiod/templates/remote-istiod-endpoints.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/remote-istiod-service.yaml b/resources/v1.27.3/charts/istiod/templates/remote-istiod-service.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/remote-istiod-service.yaml rename to resources/v1.27.3/charts/istiod/templates/remote-istiod-service.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/revision-tags.yaml b/resources/v1.27.3/charts/istiod/templates/revision-tags.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/revision-tags.yaml rename to resources/v1.27.3/charts/istiod/templates/revision-tags.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/role.yaml b/resources/v1.27.3/charts/istiod/templates/role.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/role.yaml rename to resources/v1.27.3/charts/istiod/templates/role.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/rolebinding.yaml b/resources/v1.27.3/charts/istiod/templates/rolebinding.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/rolebinding.yaml rename to resources/v1.27.3/charts/istiod/templates/rolebinding.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/service.yaml b/resources/v1.27.3/charts/istiod/templates/service.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/service.yaml rename to resources/v1.27.3/charts/istiod/templates/service.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/serviceaccount.yaml b/resources/v1.27.3/charts/istiod/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/serviceaccount.yaml rename to resources/v1.27.3/charts/istiod/templates/serviceaccount.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/validatingadmissionpolicy.yaml b/resources/v1.27.3/charts/istiod/templates/validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/validatingadmissionpolicy.yaml rename to resources/v1.27.3/charts/istiod/templates/validatingadmissionpolicy.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/validatingwebhookconfiguration.yaml b/resources/v1.27.3/charts/istiod/templates/validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/validatingwebhookconfiguration.yaml rename to resources/v1.27.3/charts/istiod/templates/validatingwebhookconfiguration.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/zzy_descope_legacy.yaml b/resources/v1.27.3/charts/istiod/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/zzy_descope_legacy.yaml rename to resources/v1.27.3/charts/istiod/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.27.2/charts/istiod/templates/zzz_profile.yaml b/resources/v1.27.3/charts/istiod/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.27.2/charts/istiod/templates/zzz_profile.yaml rename to resources/v1.27.3/charts/istiod/templates/zzz_profile.yaml diff --git a/resources/v1.27.2/charts/istiod/values.yaml b/resources/v1.27.3/charts/istiod/values.yaml similarity index 99% rename from resources/v1.27.2/charts/istiod/values.yaml rename to resources/v1.27.3/charts/istiod/values.yaml index 0544f1d37..4f0d23eaf 100644 --- a/resources/v1.27.2/charts/istiod/values.yaml +++ b/resources/v1.27.3/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-release # Default tag for Istio images. - tag: 1.27.2 + tag: 1.27.3 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" @@ -287,10 +287,6 @@ _internal_defaults_do_not_set: logging: level: "default:info" - # When enabled, default NetworkPolicy resources will be created - networkPolicy: - enabled: false - omitSidecarInjectorConfigMap: false # Configure whether Operator manages webhook configurations. The current behavior diff --git a/resources/v1.27.2/charts/revisiontags/Chart.yaml b/resources/v1.27.3/charts/revisiontags/Chart.yaml similarity index 89% rename from resources/v1.27.2/charts/revisiontags/Chart.yaml rename to resources/v1.27.3/charts/revisiontags/Chart.yaml index cf8f6ce14..23bf542f1 100644 --- a/resources/v1.27.2/charts/revisiontags/Chart.yaml +++ b/resources/v1.27.3/charts/revisiontags/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.27.2 +appVersion: 1.27.3 description: Helm chart for istio revision tags name: revisiontags sources: diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-ambient.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-ambient.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-ambient.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-ambient.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-compatibility-version-1.24.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-compatibility-version-1.24.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-compatibility-version-1.25.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-compatibility-version-1.25.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-compatibility-version-1.26.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-compatibility-version-1.26.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-demo.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-demo.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-demo.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-demo.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-platform-gke.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-platform-gke.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-platform-gke.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-platform-k3d.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-platform-k3d.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-platform-k3d.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-platform-k3s.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-platform-k3s.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-platform-k3s.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-platform-microk8s.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-platform-microk8s.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-platform-microk8s.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-platform-minikube.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-platform-minikube.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-platform-minikube.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-platform-openshift.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-platform-openshift.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-platform-openshift.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-preview.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-preview.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-preview.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-preview.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-remote.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-remote.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-remote.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-remote.yaml diff --git a/resources/v1.27.2/charts/revisiontags/files/profile-stable.yaml b/resources/v1.27.3/charts/revisiontags/files/profile-stable.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/files/profile-stable.yaml rename to resources/v1.27.3/charts/revisiontags/files/profile-stable.yaml diff --git a/resources/v1.27.2/charts/revisiontags/templates/revision-tags.yaml b/resources/v1.27.3/charts/revisiontags/templates/revision-tags.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/templates/revision-tags.yaml rename to resources/v1.27.3/charts/revisiontags/templates/revision-tags.yaml diff --git a/resources/v1.27.2/charts/revisiontags/templates/zzz_profile.yaml b/resources/v1.27.3/charts/revisiontags/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.27.2/charts/revisiontags/templates/zzz_profile.yaml rename to resources/v1.27.3/charts/revisiontags/templates/zzz_profile.yaml diff --git a/resources/v1.27.2/charts/revisiontags/values.yaml b/resources/v1.27.3/charts/revisiontags/values.yaml similarity index 99% rename from resources/v1.27.2/charts/revisiontags/values.yaml rename to resources/v1.27.3/charts/revisiontags/values.yaml index 0544f1d37..4f0d23eaf 100644 --- a/resources/v1.27.2/charts/revisiontags/values.yaml +++ b/resources/v1.27.3/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-release # Default tag for Istio images. - tag: 1.27.2 + tag: 1.27.3 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" @@ -287,10 +287,6 @@ _internal_defaults_do_not_set: logging: level: "default:info" - # When enabled, default NetworkPolicy resources will be created - networkPolicy: - enabled: false - omitSidecarInjectorConfigMap: false # Configure whether Operator manages webhook configurations. The current behavior diff --git a/resources/v1.27.2/charts/ztunnel/Chart.yaml b/resources/v1.27.3/charts/ztunnel/Chart.yaml similarity index 86% rename from resources/v1.27.2/charts/ztunnel/Chart.yaml rename to resources/v1.27.3/charts/ztunnel/Chart.yaml index 0ef197b82..24ef047b4 100644 --- a/resources/v1.27.2/charts/ztunnel/Chart.yaml +++ b/resources/v1.27.3/charts/ztunnel/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.27.2 +appVersion: 1.27.3 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.27.2 +version: 1.27.3 diff --git a/resources/v1.27.2/charts/ztunnel/README.md b/resources/v1.27.3/charts/ztunnel/README.md similarity index 100% rename from resources/v1.27.2/charts/ztunnel/README.md rename to resources/v1.27.3/charts/ztunnel/README.md diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-ambient.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-ambient.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-ambient.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-ambient.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-compatibility-version-1.24.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-compatibility-version-1.24.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-compatibility-version-1.24.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-compatibility-version-1.24.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-compatibility-version-1.25.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-compatibility-version-1.25.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-compatibility-version-1.26.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-compatibility-version-1.26.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-demo.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-demo.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-demo.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-demo.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-platform-gke.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-platform-gke.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-platform-gke.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-platform-k3d.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-platform-k3d.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-platform-k3d.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-platform-k3s.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-platform-k3s.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-platform-k3s.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-platform-microk8s.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-platform-microk8s.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-platform-microk8s.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-platform-minikube.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-platform-minikube.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-platform-minikube.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-platform-openshift.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-platform-openshift.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-platform-openshift.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-preview.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-preview.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-preview.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-preview.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-remote.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-remote.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-remote.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-remote.yaml diff --git a/resources/v1.27.2/charts/ztunnel/files/profile-stable.yaml b/resources/v1.27.3/charts/ztunnel/files/profile-stable.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/files/profile-stable.yaml rename to resources/v1.27.3/charts/ztunnel/files/profile-stable.yaml diff --git a/resources/v1.27.2/charts/ztunnel/templates/NOTES.txt b/resources/v1.27.3/charts/ztunnel/templates/NOTES.txt similarity index 100% rename from resources/v1.27.2/charts/ztunnel/templates/NOTES.txt rename to resources/v1.27.3/charts/ztunnel/templates/NOTES.txt diff --git a/resources/v1.27.2/charts/ztunnel/templates/_helpers.tpl b/resources/v1.27.3/charts/ztunnel/templates/_helpers.tpl similarity index 100% rename from resources/v1.27.2/charts/ztunnel/templates/_helpers.tpl rename to resources/v1.27.3/charts/ztunnel/templates/_helpers.tpl diff --git a/resources/v1.27.2/charts/ztunnel/templates/daemonset.yaml b/resources/v1.27.3/charts/ztunnel/templates/daemonset.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/templates/daemonset.yaml rename to resources/v1.27.3/charts/ztunnel/templates/daemonset.yaml diff --git a/resources/v1.27.2/charts/ztunnel/templates/rbac.yaml b/resources/v1.27.3/charts/ztunnel/templates/rbac.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/templates/rbac.yaml rename to resources/v1.27.3/charts/ztunnel/templates/rbac.yaml diff --git a/resources/v1.27.2/charts/ztunnel/templates/resourcequota.yaml b/resources/v1.27.3/charts/ztunnel/templates/resourcequota.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/templates/resourcequota.yaml rename to resources/v1.27.3/charts/ztunnel/templates/resourcequota.yaml diff --git a/resources/v1.27.2/charts/ztunnel/templates/zzz_profile.yaml b/resources/v1.27.3/charts/ztunnel/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.27.2/charts/ztunnel/templates/zzz_profile.yaml rename to resources/v1.27.3/charts/ztunnel/templates/zzz_profile.yaml diff --git a/resources/v1.27.2/charts/ztunnel/values.yaml b/resources/v1.27.3/charts/ztunnel/values.yaml similarity index 99% rename from resources/v1.27.2/charts/ztunnel/values.yaml rename to resources/v1.27.3/charts/ztunnel/values.yaml index 2b44dda27..ad00f2b47 100644 --- a/resources/v1.27.2/charts/ztunnel/values.yaml +++ b/resources/v1.27.3/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-release # Tag to pull from. Image will be `Hub/Image:Tag-Variant` - tag: 1.27.2 + tag: 1.27.3 # Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version. variant: "" diff --git a/resources/v1.27.3/cni-1.27.3.tgz.etag b/resources/v1.27.3/cni-1.27.3.tgz.etag new file mode 100644 index 000000000..7a5f5e119 --- /dev/null +++ b/resources/v1.27.3/cni-1.27.3.tgz.etag @@ -0,0 +1 @@ +225fe2f64f96f2d06ae32ab8aee589e9 diff --git a/resources/v1.27.3/commit b/resources/v1.27.3/commit new file mode 100644 index 000000000..3bae5204b --- /dev/null +++ b/resources/v1.27.3/commit @@ -0,0 +1 @@ +1.27.3 diff --git a/resources/v1.27.3/gateway-1.27.3.tgz.etag b/resources/v1.27.3/gateway-1.27.3.tgz.etag new file mode 100644 index 000000000..c7fcfbf51 --- /dev/null +++ b/resources/v1.27.3/gateway-1.27.3.tgz.etag @@ -0,0 +1 @@ +283b9a884ddfc8d6181e4ba9b7b864d3 diff --git a/resources/v1.27.3/istiod-1.27.3.tgz.etag b/resources/v1.27.3/istiod-1.27.3.tgz.etag new file mode 100644 index 000000000..b8e60f837 --- /dev/null +++ b/resources/v1.27.3/istiod-1.27.3.tgz.etag @@ -0,0 +1 @@ +bb59c9d779b441c3b807c7b0e0469672 diff --git a/resources/v1.27.2/profiles/ambient.yaml b/resources/v1.27.3/profiles/ambient.yaml similarity index 100% rename from resources/v1.27.2/profiles/ambient.yaml rename to resources/v1.27.3/profiles/ambient.yaml diff --git a/resources/v1.27.2/profiles/default.yaml b/resources/v1.27.3/profiles/default.yaml similarity index 100% rename from resources/v1.27.2/profiles/default.yaml rename to resources/v1.27.3/profiles/default.yaml diff --git a/resources/v1.27.2/profiles/demo.yaml b/resources/v1.27.3/profiles/demo.yaml similarity index 100% rename from resources/v1.27.2/profiles/demo.yaml rename to resources/v1.27.3/profiles/demo.yaml diff --git a/resources/v1.27.2/profiles/empty.yaml b/resources/v1.27.3/profiles/empty.yaml similarity index 100% rename from resources/v1.27.2/profiles/empty.yaml rename to resources/v1.27.3/profiles/empty.yaml diff --git a/resources/v1.27.2/profiles/openshift-ambient.yaml b/resources/v1.27.3/profiles/openshift-ambient.yaml similarity index 100% rename from resources/v1.27.2/profiles/openshift-ambient.yaml rename to resources/v1.27.3/profiles/openshift-ambient.yaml diff --git a/resources/v1.27.2/profiles/openshift.yaml b/resources/v1.27.3/profiles/openshift.yaml similarity index 100% rename from resources/v1.27.2/profiles/openshift.yaml rename to resources/v1.27.3/profiles/openshift.yaml diff --git a/resources/v1.27.2/profiles/preview.yaml b/resources/v1.27.3/profiles/preview.yaml similarity index 100% rename from resources/v1.27.2/profiles/preview.yaml rename to resources/v1.27.3/profiles/preview.yaml diff --git a/resources/v1.27.2/profiles/remote.yaml b/resources/v1.27.3/profiles/remote.yaml similarity index 100% rename from resources/v1.27.2/profiles/remote.yaml rename to resources/v1.27.3/profiles/remote.yaml diff --git a/resources/v1.27.2/profiles/stable.yaml b/resources/v1.27.3/profiles/stable.yaml similarity index 100% rename from resources/v1.27.2/profiles/stable.yaml rename to resources/v1.27.3/profiles/stable.yaml diff --git a/resources/v1.27.3/ztunnel-1.27.3.tgz.etag b/resources/v1.27.3/ztunnel-1.27.3.tgz.etag new file mode 100644 index 000000000..e4501f013 --- /dev/null +++ b/resources/v1.27.3/ztunnel-1.27.3.tgz.etag @@ -0,0 +1 @@ +1796665ace8eb824959a10e3dab18060