diff --git a/api/v1/istio_types.go b/api/v1/istio_types.go index fe2fa4d5d..5c440b75f 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.24-latest, v1.24.2. - // +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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.2"} - // +kubebuilder:validation:Enum=v1.24-latest;v1.24.2 - // +kubebuilder:default=v1.24.2 + // Must be one of: v1.24-latest, 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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"} + // +kubebuilder:validation:Enum=v1.24-latest;v1.24.3 + // +kubebuilder:default=v1.24.3 Version string `json:"version"` // Defines the update strategy to use when the version in the Istio CR is updated. @@ -261,7 +261,7 @@ type Istio struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` - // +kubebuilder:default={version: "v1.24.2", namespace: "istio-system", updateStrategy: {type:"InPlace"}} + // +kubebuilder:default={version: "v1.24.3", namespace: "istio-system", updateStrategy: {type:"InPlace"}} Spec IstioSpec `json:"spec,omitempty"` Status IstioStatus `json:"status,omitempty"` diff --git a/api/v1/istiocni_types.go b/api/v1/istiocni_types.go index 0f6a8c7f0..be4caf325 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.24-latest, v1.24.2. - // +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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.2"} - // +kubebuilder:validation:Enum=v1.24-latest;v1.24.2 - // +kubebuilder:default=v1.24.2 + // Must be one of: v1.24-latest, 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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"} + // +kubebuilder:validation:Enum=v1.24-latest;v1.24.3 + // +kubebuilder:default=v1.24.3 Version string `json:"version"` // +sail:profile @@ -177,7 +177,7 @@ type IstioCNI struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` - // +kubebuilder:default={version: "v1.24.2", namespace: "istio-cni"} + // +kubebuilder:default={version: "v1.24.3", namespace: "istio-cni"} Spec IstioCNISpec `json:"spec,omitempty"` Status IstioCNIStatus `json:"status,omitempty"` diff --git a/api/v1/istiorevision_types.go b/api/v1/istiorevision_types.go index 9182e7668..0204b973b 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.24.2. - // +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.24.2"} - // +kubebuilder:validation:Enum=v1.24.2 + // Must be one of: 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.24.3"} + // +kubebuilder:validation:Enum=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 c4933bf66..85d8bc903 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.24-latest, v1.24.2. - // +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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.2"} - // +kubebuilder:validation:Enum=v1.24-latest;v1.24.2 - // +kubebuilder:default=v1.24.2 + // Must be one of: v1.24-latest, 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.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"} + // +kubebuilder:validation:Enum=v1.24-latest;v1.24.3 + // +kubebuilder:default=v1.24.3 Version string `json:"version"` // +sail:profile @@ -179,7 +179,7 @@ type ZTunnel struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` - // +kubebuilder:default={version: "v1.24.2", namespace: "ztunnel", profile: "ambient"} + // +kubebuilder:default={version: "v1.24.3", namespace: "ztunnel", profile: "ambient"} Spec ZTunnelSpec `json:"spec,omitempty"` Status ZTunnelStatus `json:"status,omitempty"` diff --git a/bundle/manifests/sailoperator.io_istiocnis.yaml b/bundle/manifests/sailoperator.io_istiocnis.yaml index a2a30607a..7d2930eb1 100644 --- a/bundle/manifests/sailoperator.io_istiocnis.yaml +++ b/bundle/manifests/sailoperator.io_istiocnis.yaml @@ -58,7 +58,7 @@ spec: spec: default: namespace: istio-cni - version: v1.24.2 + version: v1.24.3 description: IstioCNISpec defines the desired state of IstioCNI properties: namespace: @@ -1429,13 +1429,13 @@ spec: type: object type: object version: - default: v1.24.2 + default: v1.24.3 description: |- Defines the version of Istio to install. - Must be one of: v1.24-latest, v1.24.2. + Must be one of: v1.24-latest, v1.24.3. enum: - v1.24-latest - - v1.24.2 + - v1.24.3 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istiorevisions.yaml b/bundle/manifests/sailoperator.io_istiorevisions.yaml index 8be8aa845..57d1da0d7 100644 --- a/bundle/manifests/sailoperator.io_istiorevisions.yaml +++ b/bundle/manifests/sailoperator.io_istiorevisions.yaml @@ -9389,9 +9389,9 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.24.2. + Must be one of: v1.24.3. enum: - - v1.24.2 + - v1.24.3 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istios.yaml b/bundle/manifests/sailoperator.io_istios.yaml index b5e0d2e07..f6dab8d7f 100644 --- a/bundle/manifests/sailoperator.io_istios.yaml +++ b/bundle/manifests/sailoperator.io_istios.yaml @@ -80,7 +80,7 @@ spec: namespace: istio-system updateStrategy: type: InPlace - version: v1.24.2 + version: v1.24.3 description: IstioSpec defines the desired state of Istio properties: namespace: @@ -9455,13 +9455,13 @@ spec: type: object type: object version: - default: v1.24.2 + default: v1.24.3 description: |- Defines the version of Istio to install. - Must be one of: v1.24-latest, v1.24.2. + Must be one of: v1.24-latest, v1.24.3. enum: - v1.24-latest - - v1.24.2 + - v1.24.3 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_ztunnels.yaml b/bundle/manifests/sailoperator.io_ztunnels.yaml index 1e2a9b774..ac69b9e0a 100644 --- a/bundle/manifests/sailoperator.io_ztunnels.yaml +++ b/bundle/manifests/sailoperator.io_ztunnels.yaml @@ -59,7 +59,7 @@ spec: default: namespace: ztunnel profile: ambient - version: v1.24.2 + version: v1.24.3 description: ZTunnelSpec defines the desired state of ZTunnel properties: namespace: @@ -5485,13 +5485,13 @@ spec: type: object type: object version: - default: v1.24.2 + default: v1.24.3 description: |- Defines the version of Istio to install. - Must be one of: v1.24-latest, v1.24.2. + Must be one of: v1.24-latest, v1.24.3. enum: - v1.24-latest - - v1.24.2 + - v1.24.3 type: string required: - namespace diff --git a/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml b/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml index 1f495fc68..8fabcc4de 100644 --- a/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml +++ b/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml @@ -16,7 +16,7 @@ metadata: "inactiveRevisionDeletionGracePeriodSeconds": 30, "type": "InPlace" }, - "version": "v1.24.2" + "version": "v1.24.3" } }, { @@ -27,14 +27,14 @@ metadata: }, "spec": { "namespace": "istio-cni", - "version": "v1.24.2" + "version": "v1.24.3" } } ] capabilities: Seamless Upgrades categories: OpenShift Optional, Integration & Delivery, Networking, Security containerImage: quay.io/maistra-dev/sail-operator:3.0-latest - createdAt: "2025-02-18T15:15:29Z" + createdAt: "2025-02-26T06:38:22Z" 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. @@ -169,13 +169,13 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.24-latest, v1.24.2. + Must be one of: v1.24-latest, 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.24-latest - - urn:alm:descriptor:com.tectonic.ui:select:v1.24.2 + - urn:alm:descriptor:com.tectonic.ui:select:v1.24.3 - description: Namespace to which the Istio CNI component should be installed. displayName: Namespace path: namespace @@ -205,12 +205,12 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.24.2. + Must be one of: 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.24.2 + - urn:alm:descriptor:com.tectonic.ui:select:v1.24.3 - description: Namespace to which the Istio components should be installed. displayName: Namespace path: namespace @@ -256,13 +256,13 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:RevisionBased - description: |- Defines the version of Istio to install. - Must be one of: v1.24-latest, v1.24.2. + Must be one of: v1.24-latest, 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.24-latest - - urn:alm:descriptor:com.tectonic.ui:select:v1.24.2 + - urn:alm:descriptor:com.tectonic.ui:select:v1.24.3 - description: |- Defines how many seconds the operator should wait before removing a non-active revision after all the workloads have stopped using it. You may want to set this value on the order of minutes. @@ -312,13 +312,13 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.24-latest, v1.24.2. + Must be one of: v1.24-latest, 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.24-latest - - urn:alm:descriptor:com.tectonic.ui:select:v1.24.2 + - urn:alm:descriptor:com.tectonic.ui:select:v1.24.3 - description: Namespace to which the Istio ztunnel component should be installed. displayName: Namespace path: namespace @@ -646,11 +646,11 @@ spec: template: metadata: annotations: - images.v1_24_2.cni: registry.redhat.io/openshift-service-mesh/istio-cni-rhel9:1.24.2 - images.v1_24_2.istiod: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.24.2 - images.v1_24_2.must-gather: registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel9:3.0.0 - images.v1_24_2.proxy: registry.redhat.io/openshift-service-mesh/istio-proxyv2-rhel9:1.24.2 - images.v1_24_2.ztunnel: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.24.2 + images.v1_24_3.cni: registry.redhat.io/openshift-service-mesh/istio-cni-rhel9:1.24.3 + images.v1_24_3.istiod: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.24.3 + images.v1_24_3.must-gather: registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel9:3.0.0 + images.v1_24_3.proxy: registry.redhat.io/openshift-service-mesh/istio-proxyv2-rhel9:1.24.3 + images.v1_24_3.ztunnel: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.24.3 kubectl.kubernetes.io/default-container: sail-operator labels: app.kubernetes.io/created-by: servicemeshoperator3 diff --git a/chart/crds/sailoperator.io_istiocnis.yaml b/chart/crds/sailoperator.io_istiocnis.yaml index 5bfd85ec9..5d6606016 100644 --- a/chart/crds/sailoperator.io_istiocnis.yaml +++ b/chart/crds/sailoperator.io_istiocnis.yaml @@ -58,7 +58,7 @@ spec: spec: default: namespace: istio-cni - version: v1.24.2 + version: v1.24.3 description: IstioCNISpec defines the desired state of IstioCNI properties: namespace: @@ -1429,13 +1429,13 @@ spec: type: object type: object version: - default: v1.24.2 + default: v1.24.3 description: |- Defines the version of Istio to install. - Must be one of: v1.24-latest, v1.24.2. + Must be one of: v1.24-latest, v1.24.3. enum: - v1.24-latest - - v1.24.2 + - v1.24.3 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istiorevisions.yaml b/chart/crds/sailoperator.io_istiorevisions.yaml index 7debd937d..a9df2dc1c 100644 --- a/chart/crds/sailoperator.io_istiorevisions.yaml +++ b/chart/crds/sailoperator.io_istiorevisions.yaml @@ -9389,9 +9389,9 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.24.2. + Must be one of: v1.24.3. enum: - - v1.24.2 + - v1.24.3 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istios.yaml b/chart/crds/sailoperator.io_istios.yaml index 90a74d591..5dc1a4e15 100644 --- a/chart/crds/sailoperator.io_istios.yaml +++ b/chart/crds/sailoperator.io_istios.yaml @@ -80,7 +80,7 @@ spec: namespace: istio-system updateStrategy: type: InPlace - version: v1.24.2 + version: v1.24.3 description: IstioSpec defines the desired state of Istio properties: namespace: @@ -9455,13 +9455,13 @@ spec: type: object type: object version: - default: v1.24.2 + default: v1.24.3 description: |- Defines the version of Istio to install. - Must be one of: v1.24-latest, v1.24.2. + Must be one of: v1.24-latest, v1.24.3. enum: - v1.24-latest - - v1.24.2 + - v1.24.3 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_ztunnels.yaml b/chart/crds/sailoperator.io_ztunnels.yaml index 3d7049e18..d78f10664 100644 --- a/chart/crds/sailoperator.io_ztunnels.yaml +++ b/chart/crds/sailoperator.io_ztunnels.yaml @@ -59,7 +59,7 @@ spec: default: namespace: ztunnel profile: ambient - version: v1.24.2 + version: v1.24.3 description: ZTunnelSpec defines the desired state of ZTunnel properties: namespace: @@ -5485,13 +5485,13 @@ spec: type: object type: object version: - default: v1.24.2 + default: v1.24.3 description: |- Defines the version of Istio to install. - Must be one of: v1.24-latest, v1.24.2. + Must be one of: v1.24-latest, v1.24.3. enum: - v1.24-latest - - v1.24.2 + - v1.24.3 type: string required: - namespace diff --git a/chart/samples/ambient/istio-sample.yaml b/chart/samples/ambient/istio-sample.yaml index 34cc3f7f7..9e89913e4 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.24.2 + version: v1.24.3 namespace: istio-system profile: ambient updateStrategy: diff --git a/chart/samples/ambient/istiocni-sample.yaml b/chart/samples/ambient/istiocni-sample.yaml index fb815b8fd..d881414c4 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.24.2 + version: v1.24.3 profile: ambient namespace: istio-cni diff --git a/chart/samples/ambient/istioztunnel-sample.yaml b/chart/samples/ambient/istioztunnel-sample.yaml index a1149018b..136045c15 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.24.2 + version: v1.24.3 namespace: ztunnel profile: ambient diff --git a/chart/samples/istio-sample-gw-api.yaml b/chart/samples/istio-sample-gw-api.yaml index 1934d9686..078c2f587 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.24.2 + version: v1.24.3 namespace: gateway-controller updateStrategy: type: InPlace diff --git a/chart/samples/istio-sample-revisionbased.yaml b/chart/samples/istio-sample-revisionbased.yaml index 0763b3a03..1a09c60be 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.24.2 + version: v1.24.3 namespace: istio-system updateStrategy: type: RevisionBased diff --git a/chart/samples/istio-sample.yaml b/chart/samples/istio-sample.yaml index 6b7b3d12c..ac4a96065 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.24.2 + version: v1.24.3 namespace: istio-system updateStrategy: type: InPlace diff --git a/chart/samples/istiocni-sample.yaml b/chart/samples/istiocni-sample.yaml index 2c249022d..a9c2673ac 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.24.2 + version: v1.24.3 namespace: istio-cni diff --git a/docs/api-reference/sailoperator.io.md b/docs/api-reference/sailoperator.io.md index f7489c0e0..92b78c1a6 100644 --- a/docs/api-reference/sailoperator.io.md +++ b/docs/api-reference/sailoperator.io.md @@ -529,7 +529,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.24.2 \} | | +| `spec` _[IstioSpec](#istiospec)_ | | \{ namespace:istio-system updateStrategy:map[type:InPlace] version:v1.24.3 \} | | | `status` _[IstioStatus](#istiostatus)_ | | | | @@ -551,7 +551,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.24.2 \} | | +| `spec` _[IstioCNISpec](#istiocnispec)_ | | \{ namespace:istio-cni version:v1.24.3 \} | | | `status` _[IstioCNIStatus](#istiocnistatus)_ | | | | @@ -647,7 +647,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.24-latest, v1.24.2. | v1.24.2 | Enum: [v1.24-latest v1.24.2] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.24-latest, v1.24.3. | v1.24.3 | Enum: [v1.24-latest 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-ambient, openshift, preview, remote, stable. | | Enum: [ambient default demo empty openshift-ambient openshift preview remote stable] | | `namespace` _string_ | Namespace to which the Istio CNI component should be installed. | istio-cni | | | `values` _[CNIValues](#cnivalues)_ | Defines the values to be passed to the Helm charts when installing Istio CNI. | | | @@ -875,7 +875,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.24.2. | | Enum: [v1.24.2] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.24.3. | | Enum: [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. | | | @@ -1068,7 +1068,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.24-latest, v1.24.2. | v1.24.2 | Enum: [v1.24-latest v1.24.2] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.24-latest, v1.24.3. | v1.24.3 | Enum: [v1.24-latest 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-ambient, openshift, preview, remote, stable. | | Enum: [ambient default demo empty openshift-ambient openshift preview remote stable] | | `namespace` _string_ | Namespace to which the Istio components should be installed. Note that this field is immutable. | istio-system | | @@ -3244,7 +3244,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.24.2 \} | | +| `spec` _[ZTunnelSpec](#ztunnelspec)_ | | \{ namespace:ztunnel profile:ambient version:v1.24.3 \} | | | `status` _[ZTunnelStatus](#ztunnelstatus)_ | | | | @@ -3340,7 +3340,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.24-latest, v1.24.2. | v1.24.2 | Enum: [v1.24-latest v1.24.2] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.24-latest, v1.24.3. | v1.24.3 | Enum: [v1.24-latest 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/ossm/values.yaml b/ossm/values.yaml index 2c289075b..f1c4955df 100644 --- a/ossm/values.yaml +++ b/ossm/values.yaml @@ -2,12 +2,12 @@ name: servicemeshoperator3 deployment: name: servicemesh-operator3 annotations: - images.v1_24_2.istiod: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.24.2 - images.v1_24_2.proxy: registry.redhat.io/openshift-service-mesh/istio-proxyv2-rhel9:1.24.2 - images.v1_24_2.cni: registry.redhat.io/openshift-service-mesh/istio-cni-rhel9:1.24.2 + images.v1_24_3.istiod: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.24.3 + images.v1_24_3.proxy: registry.redhat.io/openshift-service-mesh/istio-proxyv2-rhel9:1.24.3 + images.v1_24_3.cni: registry.redhat.io/openshift-service-mesh/istio-cni-rhel9:1.24.3 # TODO insert ztunnel image name once we're shipping ztunnel - images.v1_24_2.ztunnel: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.24.2 - images.v1_24_2.must-gather: registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel9:3.0.0 + images.v1_24_3.ztunnel: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.24.3 + images.v1_24_3.must-gather: registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel9:3.0.0 service: port: 8443 serviceAccountName: servicemesh-operator3 diff --git a/pkg/istiovalues/vendor_defaults.yaml b/pkg/istiovalues/vendor_defaults.yaml index f21196b89..205bfd4b5 100644 --- a/pkg/istiovalues/vendor_defaults.yaml +++ b/pkg/istiovalues/vendor_defaults.yaml @@ -8,7 +8,7 @@ # test: "true" # # These defaults are type-checked at compile time. -v1.24.2: +v1.24.3: pilot: env: ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT: "false" diff --git a/pkg/istioversion/versions.ossm.yaml b/pkg/istioversion/versions.ossm.yaml index 7cc14c7bd..aa8b6aba0 100644 --- a/pkg/istioversion/versions.ossm.yaml +++ b/pkg/istioversion/versions.ossm.yaml @@ -12,14 +12,14 @@ # as well as all the Istio CRDs (e.g. VirtualService). versions: - name: v1.24-latest - ref: v1.24.2 - - name: v1.24.2 - version: 1.24.2 + ref: v1.24.3 + - name: v1.24.3 + version: 1.24.3 repo: https://github.com/istio/istio - commit: 1.24.2 + commit: 1.24.3 charts: - - https://istio-release.storage.googleapis.com/charts/base-1.24.2.tgz - - https://istio-release.storage.googleapis.com/charts/istiod-1.24.2.tgz - - https://istio-release.storage.googleapis.com/charts/gateway-1.24.2.tgz - - https://istio-release.storage.googleapis.com/charts/cni-1.24.2.tgz - - https://istio-release.storage.googleapis.com/charts/ztunnel-1.24.2.tgz + - https://istio-release.storage.googleapis.com/charts/base-1.24.3.tgz + - https://istio-release.storage.googleapis.com/charts/istiod-1.24.3.tgz + - https://istio-release.storage.googleapis.com/charts/gateway-1.24.3.tgz + - https://istio-release.storage.googleapis.com/charts/cni-1.24.3.tgz + - https://istio-release.storage.googleapis.com/charts/ztunnel-1.24.3.tgz diff --git a/resources/v1.24.2/charts/base/Chart.yaml b/resources/v1.24.3/charts/base/Chart.yaml similarity index 86% rename from resources/v1.24.2/charts/base/Chart.yaml rename to resources/v1.24.3/charts/base/Chart.yaml index 9368f5350..a2dee3ddb 100644 --- a/resources/v1.24.2/charts/base/Chart.yaml +++ b/resources/v1.24.3/charts/base/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.24.2 +appVersion: 1.24.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.24.2 +version: 1.24.3 diff --git a/resources/v1.24.2/charts/base/README.md b/resources/v1.24.3/charts/base/README.md similarity index 100% rename from resources/v1.24.2/charts/base/README.md rename to resources/v1.24.3/charts/base/README.md diff --git a/resources/v1.24.2/charts/base/files/crd-all.gen.yaml b/resources/v1.24.3/charts/base/files/crd-all.gen.yaml similarity index 99% rename from resources/v1.24.2/charts/base/files/crd-all.gen.yaml rename to resources/v1.24.3/charts/base/files/crd-all.gen.yaml index 9777d4595..9297eda50 100644 --- a/resources/v1.24.2/charts/base/files/crd-all.gen.yaml +++ b/resources/v1.24.3/charts/base/files/crd-all.gen.yaml @@ -671,9 +671,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, this - is DestinationRule-level and will override mesh - wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -791,7 +789,7 @@ spec: minHealthPercent: description: Outlier detection will be enabled as long as the associated load balancing pool has at least - min_health_percent hosts in healthy mode. + `minHealthPercent` hosts in healthy mode. format: int32 type: integer splitExternalLocalOriginErrors: @@ -1043,9 +1041,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, - this is DestinationRule-level and will override - mesh wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -1167,7 +1163,7 @@ spec: minHealthPercent: description: Outlier detection will be enabled as long as the associated load balancing pool - has at least min_health_percent hosts in healthy + has at least `minHealthPercent` hosts in healthy mode. format: int32 type: integer @@ -1564,8 +1560,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, this is DestinationRule-level - and will override mesh wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -1679,7 +1674,7 @@ spec: type: integer minHealthPercent: description: Outlier detection will be enabled as long as - the associated load balancing pool has at least min_health_percent + the associated load balancing pool has at least `minHealthPercent` hosts in healthy mode. format: int32 type: integer @@ -1926,9 +1921,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, this - is DestinationRule-level and will override mesh - wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -2046,7 +2039,7 @@ spec: minHealthPercent: description: Outlier detection will be enabled as long as the associated load balancing pool has at least - min_health_percent hosts in healthy mode. + `minHealthPercent` hosts in healthy mode. format: int32 type: integer splitExternalLocalOriginErrors: @@ -2588,9 +2581,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, this - is DestinationRule-level and will override mesh - wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -2708,7 +2699,7 @@ spec: minHealthPercent: description: Outlier detection will be enabled as long as the associated load balancing pool has at least - min_health_percent hosts in healthy mode. + `minHealthPercent` hosts in healthy mode. format: int32 type: integer splitExternalLocalOriginErrors: @@ -2960,9 +2951,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, - this is DestinationRule-level and will override - mesh wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -3084,7 +3073,7 @@ spec: minHealthPercent: description: Outlier detection will be enabled as long as the associated load balancing pool - has at least min_health_percent hosts in healthy + has at least `minHealthPercent` hosts in healthy mode. format: int32 type: integer @@ -3481,8 +3470,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, this is DestinationRule-level - and will override mesh wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -3596,7 +3584,7 @@ spec: type: integer minHealthPercent: description: Outlier detection will be enabled as long as - the associated load balancing pool has at least min_health_percent + the associated load balancing pool has at least `minHealthPercent` hosts in healthy mode. format: int32 type: integer @@ -3843,9 +3831,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, this - is DestinationRule-level and will override mesh - wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -3963,7 +3949,7 @@ spec: minHealthPercent: description: Outlier detection will be enabled as long as the associated load balancing pool has at least - min_health_percent hosts in healthy mode. + `minHealthPercent` hosts in healthy mode. format: int32 type: integer splitExternalLocalOriginErrors: @@ -4505,9 +4491,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, this - is DestinationRule-level and will override mesh - wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -4625,7 +4609,7 @@ spec: minHealthPercent: description: Outlier detection will be enabled as long as the associated load balancing pool has at least - min_health_percent hosts in healthy mode. + `minHealthPercent` hosts in healthy mode. format: int32 type: integer splitExternalLocalOriginErrors: @@ -4877,9 +4861,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, - this is DestinationRule-level and will override - mesh wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -5001,7 +4983,7 @@ spec: minHealthPercent: description: Outlier detection will be enabled as long as the associated load balancing pool - has at least min_health_percent hosts in healthy + has at least `minHealthPercent` hosts in healthy mode. format: int32 type: integer @@ -5398,8 +5380,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, this is DestinationRule-level - and will override mesh wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -5513,7 +5494,7 @@ spec: type: integer minHealthPercent: description: Outlier detection will be enabled as long as - the associated load balancing pool has at least min_health_percent + the associated load balancing pool has at least `minHealthPercent` hosts in healthy mode. format: int32 type: integer @@ -5760,9 +5741,7 @@ spec: type: object type: array enabled: - description: enable locality load balancing, this - is DestinationRule-level and will override mesh - wide settings in entirety. + description: Enable locality load balancing. nullable: true type: boolean failover: @@ -5880,7 +5859,7 @@ spec: minHealthPercent: description: Outlier detection will be enabled as long as the associated load balancing pool has at least - min_health_percent hosts in healthy mode. + `minHealthPercent` hosts in healthy mode. format: int32 type: integer splitExternalLocalOriginErrors: @@ -6309,7 +6288,7 @@ spec: additionalProperties: type: string description: Match on the node metadata supplied by - a proxy when connecting to Istio Pilot. + a proxy when connecting to istiod. type: object proxyVersion: description: A regular expression in golang regex format diff --git a/resources/v1.24.2/charts/base/files/profile-ambient.yaml b/resources/v1.24.3/charts/base/files/profile-ambient.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-ambient.yaml rename to resources/v1.24.3/charts/base/files/profile-ambient.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-compatibility-version-1.21.yaml b/resources/v1.24.3/charts/base/files/profile-compatibility-version-1.21.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-compatibility-version-1.21.yaml rename to resources/v1.24.3/charts/base/files/profile-compatibility-version-1.21.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-compatibility-version-1.22.yaml b/resources/v1.24.3/charts/base/files/profile-compatibility-version-1.22.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-compatibility-version-1.22.yaml rename to resources/v1.24.3/charts/base/files/profile-compatibility-version-1.22.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-compatibility-version-1.23.yaml b/resources/v1.24.3/charts/base/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-compatibility-version-1.23.yaml rename to resources/v1.24.3/charts/base/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-demo.yaml b/resources/v1.24.3/charts/base/files/profile-demo.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-demo.yaml rename to resources/v1.24.3/charts/base/files/profile-demo.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-platform-k3d.yaml b/resources/v1.24.3/charts/base/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-platform-k3d.yaml rename to resources/v1.24.3/charts/base/files/profile-platform-k3d.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-platform-k3s.yaml b/resources/v1.24.3/charts/base/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-platform-k3s.yaml rename to resources/v1.24.3/charts/base/files/profile-platform-k3s.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-platform-microk8s.yaml b/resources/v1.24.3/charts/base/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-platform-microk8s.yaml rename to resources/v1.24.3/charts/base/files/profile-platform-microk8s.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-platform-minikube.yaml b/resources/v1.24.3/charts/base/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-platform-minikube.yaml rename to resources/v1.24.3/charts/base/files/profile-platform-minikube.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-platform-openshift.yaml b/resources/v1.24.3/charts/base/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-platform-openshift.yaml rename to resources/v1.24.3/charts/base/files/profile-platform-openshift.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-preview.yaml b/resources/v1.24.3/charts/base/files/profile-preview.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-preview.yaml rename to resources/v1.24.3/charts/base/files/profile-preview.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-remote.yaml b/resources/v1.24.3/charts/base/files/profile-remote.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-remote.yaml rename to resources/v1.24.3/charts/base/files/profile-remote.yaml diff --git a/resources/v1.24.2/charts/base/files/profile-stable.yaml b/resources/v1.24.3/charts/base/files/profile-stable.yaml similarity index 100% rename from resources/v1.24.2/charts/base/files/profile-stable.yaml rename to resources/v1.24.3/charts/base/files/profile-stable.yaml diff --git a/resources/v1.24.2/charts/base/templates/NOTES.txt b/resources/v1.24.3/charts/base/templates/NOTES.txt similarity index 100% rename from resources/v1.24.2/charts/base/templates/NOTES.txt rename to resources/v1.24.3/charts/base/templates/NOTES.txt diff --git a/resources/v1.24.2/charts/base/templates/crds.yaml b/resources/v1.24.3/charts/base/templates/crds.yaml similarity index 100% rename from resources/v1.24.2/charts/base/templates/crds.yaml rename to resources/v1.24.3/charts/base/templates/crds.yaml diff --git a/resources/v1.24.2/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml b/resources/v1.24.3/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.24.2/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml rename to resources/v1.24.3/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml diff --git a/resources/v1.24.2/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml b/resources/v1.24.3/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.24.2/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml rename to resources/v1.24.3/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml diff --git a/resources/v1.24.2/charts/base/templates/reader-serviceaccount.yaml b/resources/v1.24.3/charts/base/templates/reader-serviceaccount.yaml similarity index 100% rename from resources/v1.24.2/charts/base/templates/reader-serviceaccount.yaml rename to resources/v1.24.3/charts/base/templates/reader-serviceaccount.yaml diff --git a/resources/v1.24.2/charts/base/templates/zzz_profile.yaml b/resources/v1.24.3/charts/base/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.24.2/charts/base/templates/zzz_profile.yaml rename to resources/v1.24.3/charts/base/templates/zzz_profile.yaml diff --git a/resources/v1.24.2/charts/base/values.yaml b/resources/v1.24.3/charts/base/values.yaml similarity index 100% rename from resources/v1.24.2/charts/base/values.yaml rename to resources/v1.24.3/charts/base/values.yaml diff --git a/resources/v1.24.2/charts/cni/Chart.yaml b/resources/v1.24.3/charts/cni/Chart.yaml similarity index 85% rename from resources/v1.24.2/charts/cni/Chart.yaml rename to resources/v1.24.3/charts/cni/Chart.yaml index 912e92841..a6b09248b 100644 --- a/resources/v1.24.2/charts/cni/Chart.yaml +++ b/resources/v1.24.3/charts/cni/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.24.2 +appVersion: 1.24.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.24.2 +version: 1.24.3 diff --git a/resources/v1.24.2/charts/cni/README.md b/resources/v1.24.3/charts/cni/README.md similarity index 100% rename from resources/v1.24.2/charts/cni/README.md rename to resources/v1.24.3/charts/cni/README.md diff --git a/resources/v1.24.2/charts/cni/files/profile-ambient.yaml b/resources/v1.24.3/charts/cni/files/profile-ambient.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-ambient.yaml rename to resources/v1.24.3/charts/cni/files/profile-ambient.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-compatibility-version-1.21.yaml b/resources/v1.24.3/charts/cni/files/profile-compatibility-version-1.21.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-compatibility-version-1.21.yaml rename to resources/v1.24.3/charts/cni/files/profile-compatibility-version-1.21.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-compatibility-version-1.22.yaml b/resources/v1.24.3/charts/cni/files/profile-compatibility-version-1.22.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-compatibility-version-1.22.yaml rename to resources/v1.24.3/charts/cni/files/profile-compatibility-version-1.22.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-compatibility-version-1.23.yaml b/resources/v1.24.3/charts/cni/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-compatibility-version-1.23.yaml rename to resources/v1.24.3/charts/cni/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-demo.yaml b/resources/v1.24.3/charts/cni/files/profile-demo.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-demo.yaml rename to resources/v1.24.3/charts/cni/files/profile-demo.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-platform-k3d.yaml b/resources/v1.24.3/charts/cni/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-platform-k3d.yaml rename to resources/v1.24.3/charts/cni/files/profile-platform-k3d.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-platform-k3s.yaml b/resources/v1.24.3/charts/cni/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-platform-k3s.yaml rename to resources/v1.24.3/charts/cni/files/profile-platform-k3s.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-platform-microk8s.yaml b/resources/v1.24.3/charts/cni/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-platform-microk8s.yaml rename to resources/v1.24.3/charts/cni/files/profile-platform-microk8s.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-platform-minikube.yaml b/resources/v1.24.3/charts/cni/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-platform-minikube.yaml rename to resources/v1.24.3/charts/cni/files/profile-platform-minikube.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-platform-openshift.yaml b/resources/v1.24.3/charts/cni/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-platform-openshift.yaml rename to resources/v1.24.3/charts/cni/files/profile-platform-openshift.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-preview.yaml b/resources/v1.24.3/charts/cni/files/profile-preview.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-preview.yaml rename to resources/v1.24.3/charts/cni/files/profile-preview.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-remote.yaml b/resources/v1.24.3/charts/cni/files/profile-remote.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-remote.yaml rename to resources/v1.24.3/charts/cni/files/profile-remote.yaml diff --git a/resources/v1.24.2/charts/cni/files/profile-stable.yaml b/resources/v1.24.3/charts/cni/files/profile-stable.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/files/profile-stable.yaml rename to resources/v1.24.3/charts/cni/files/profile-stable.yaml diff --git a/resources/v1.24.2/charts/cni/templates/NOTES.txt b/resources/v1.24.3/charts/cni/templates/NOTES.txt similarity index 100% rename from resources/v1.24.2/charts/cni/templates/NOTES.txt rename to resources/v1.24.3/charts/cni/templates/NOTES.txt diff --git a/resources/v1.24.2/charts/cni/templates/_helpers.tpl b/resources/v1.24.3/charts/cni/templates/_helpers.tpl similarity index 100% rename from resources/v1.24.2/charts/cni/templates/_helpers.tpl rename to resources/v1.24.3/charts/cni/templates/_helpers.tpl diff --git a/resources/v1.24.2/charts/cni/templates/clusterrole.yaml b/resources/v1.24.3/charts/cni/templates/clusterrole.yaml similarity index 96% rename from resources/v1.24.2/charts/cni/templates/clusterrole.yaml rename to resources/v1.24.3/charts/cni/templates/clusterrole.yaml index 30f159603..2c460b2b4 100644 --- a/resources/v1.24.2/charts/cni/templates/clusterrole.yaml +++ b/resources/v1.24.3/charts/cni/templates/clusterrole.yaml @@ -18,7 +18,7 @@ rules: - apiGroups: [""] resources: ["pods","nodes","namespaces"] verbs: ["get", "list", "watch"] -{{- if (eq (coalesce .Values.platform .Values.global.platform) "openshift") }} +{{- if (eq ((coalesce .Values.platform .Values.global.platform) | default "") "openshift") }} - apiGroups: ["security.openshift.io"] resources: ["securitycontextconstraints"] resourceNames: ["privileged"] diff --git a/resources/v1.24.2/charts/cni/templates/clusterrolebinding.yaml b/resources/v1.24.3/charts/cni/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/templates/clusterrolebinding.yaml rename to resources/v1.24.3/charts/cni/templates/clusterrolebinding.yaml diff --git a/resources/v1.24.2/charts/cni/templates/configmap-cni.yaml b/resources/v1.24.3/charts/cni/templates/configmap-cni.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/templates/configmap-cni.yaml rename to resources/v1.24.3/charts/cni/templates/configmap-cni.yaml diff --git a/resources/v1.24.2/charts/cni/templates/daemonset.yaml b/resources/v1.24.3/charts/cni/templates/daemonset.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/templates/daemonset.yaml rename to resources/v1.24.3/charts/cni/templates/daemonset.yaml diff --git a/resources/v1.24.2/charts/cni/templates/network-attachment-definition.yaml b/resources/v1.24.3/charts/cni/templates/network-attachment-definition.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/templates/network-attachment-definition.yaml rename to resources/v1.24.3/charts/cni/templates/network-attachment-definition.yaml diff --git a/resources/v1.24.2/charts/cni/templates/resourcequota.yaml b/resources/v1.24.3/charts/cni/templates/resourcequota.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/templates/resourcequota.yaml rename to resources/v1.24.3/charts/cni/templates/resourcequota.yaml diff --git a/resources/v1.24.2/charts/cni/templates/serviceaccount.yaml b/resources/v1.24.3/charts/cni/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/templates/serviceaccount.yaml rename to resources/v1.24.3/charts/cni/templates/serviceaccount.yaml diff --git a/resources/v1.24.2/charts/cni/templates/zzy_descope_legacy.yaml b/resources/v1.24.3/charts/cni/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/templates/zzy_descope_legacy.yaml rename to resources/v1.24.3/charts/cni/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.24.2/charts/cni/templates/zzz_profile.yaml b/resources/v1.24.3/charts/cni/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.24.2/charts/cni/templates/zzz_profile.yaml rename to resources/v1.24.3/charts/cni/templates/zzz_profile.yaml diff --git a/resources/v1.24.2/charts/cni/values.yaml b/resources/v1.24.3/charts/cni/values.yaml similarity index 99% rename from resources/v1.24.2/charts/cni/values.yaml rename to resources/v1.24.3/charts/cni/values.yaml index ea7347874..5f35575ab 100644 --- a/resources/v1.24.2/charts/cni/values.yaml +++ b/resources/v1.24.3/charts/cni/values.yaml @@ -115,7 +115,7 @@ _internal_defaults_do_not_set: hub: gcr.io/istio-release # Default tag for Istio images. - tag: 1.24.2 + tag: 1.24.3 # Variant of the image to use. # Currently supported are: [debug, distroless] diff --git a/resources/v1.24.2/charts/gateway/Chart.yaml b/resources/v1.24.3/charts/gateway/Chart.yaml similarity index 86% rename from resources/v1.24.2/charts/gateway/Chart.yaml rename to resources/v1.24.3/charts/gateway/Chart.yaml index 33743efd2..0238a7893 100644 --- a/resources/v1.24.2/charts/gateway/Chart.yaml +++ b/resources/v1.24.3/charts/gateway/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.24.2 +appVersion: 1.24.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.24.2 +version: 1.24.3 diff --git a/resources/v1.24.2/charts/gateway/README.md b/resources/v1.24.3/charts/gateway/README.md similarity index 100% rename from resources/v1.24.2/charts/gateway/README.md rename to resources/v1.24.3/charts/gateway/README.md diff --git a/resources/v1.24.2/charts/gateway/files/profile-ambient.yaml b/resources/v1.24.3/charts/gateway/files/profile-ambient.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-ambient.yaml rename to resources/v1.24.3/charts/gateway/files/profile-ambient.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-compatibility-version-1.21.yaml b/resources/v1.24.3/charts/gateway/files/profile-compatibility-version-1.21.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-compatibility-version-1.21.yaml rename to resources/v1.24.3/charts/gateway/files/profile-compatibility-version-1.21.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-compatibility-version-1.22.yaml b/resources/v1.24.3/charts/gateway/files/profile-compatibility-version-1.22.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-compatibility-version-1.22.yaml rename to resources/v1.24.3/charts/gateway/files/profile-compatibility-version-1.22.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-compatibility-version-1.23.yaml b/resources/v1.24.3/charts/gateway/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-compatibility-version-1.23.yaml rename to resources/v1.24.3/charts/gateway/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-demo.yaml b/resources/v1.24.3/charts/gateway/files/profile-demo.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-demo.yaml rename to resources/v1.24.3/charts/gateway/files/profile-demo.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-platform-k3d.yaml b/resources/v1.24.3/charts/gateway/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-platform-k3d.yaml rename to resources/v1.24.3/charts/gateway/files/profile-platform-k3d.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-platform-k3s.yaml b/resources/v1.24.3/charts/gateway/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-platform-k3s.yaml rename to resources/v1.24.3/charts/gateway/files/profile-platform-k3s.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-platform-microk8s.yaml b/resources/v1.24.3/charts/gateway/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-platform-microk8s.yaml rename to resources/v1.24.3/charts/gateway/files/profile-platform-microk8s.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-platform-minikube.yaml b/resources/v1.24.3/charts/gateway/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-platform-minikube.yaml rename to resources/v1.24.3/charts/gateway/files/profile-platform-minikube.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-platform-openshift.yaml b/resources/v1.24.3/charts/gateway/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-platform-openshift.yaml rename to resources/v1.24.3/charts/gateway/files/profile-platform-openshift.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-preview.yaml b/resources/v1.24.3/charts/gateway/files/profile-preview.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-preview.yaml rename to resources/v1.24.3/charts/gateway/files/profile-preview.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-remote.yaml b/resources/v1.24.3/charts/gateway/files/profile-remote.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-remote.yaml rename to resources/v1.24.3/charts/gateway/files/profile-remote.yaml diff --git a/resources/v1.24.2/charts/gateway/files/profile-stable.yaml b/resources/v1.24.3/charts/gateway/files/profile-stable.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/files/profile-stable.yaml rename to resources/v1.24.3/charts/gateway/files/profile-stable.yaml diff --git a/resources/v1.24.2/charts/gateway/templates/NOTES.txt b/resources/v1.24.3/charts/gateway/templates/NOTES.txt similarity index 100% rename from resources/v1.24.2/charts/gateway/templates/NOTES.txt rename to resources/v1.24.3/charts/gateway/templates/NOTES.txt diff --git a/resources/v1.24.2/charts/gateway/templates/_helpers.tpl b/resources/v1.24.3/charts/gateway/templates/_helpers.tpl similarity index 100% rename from resources/v1.24.2/charts/gateway/templates/_helpers.tpl rename to resources/v1.24.3/charts/gateway/templates/_helpers.tpl diff --git a/resources/v1.24.2/charts/gateway/templates/deployment.yaml b/resources/v1.24.3/charts/gateway/templates/deployment.yaml similarity index 98% rename from resources/v1.24.2/charts/gateway/templates/deployment.yaml rename to resources/v1.24.3/charts/gateway/templates/deployment.yaml index e9bfbbd36..9db59d8b9 100644 --- a/resources/v1.24.2/charts/gateway/templates/deployment.yaml +++ b/resources/v1.24.3/charts/gateway/templates/deployment.yaml @@ -77,7 +77,7 @@ spec: allowPrivilegeEscalation: false privileged: false readOnlyRootFilesystem: true - {{- if not (eq .Values.platform "openshift") }} + {{- if not (eq (.Values.platform | default "") "openshift") }} runAsUser: 1337 runAsGroup: 1337 {{- end }} diff --git a/resources/v1.24.2/charts/gateway/templates/hpa.yaml b/resources/v1.24.3/charts/gateway/templates/hpa.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/templates/hpa.yaml rename to resources/v1.24.3/charts/gateway/templates/hpa.yaml diff --git a/resources/v1.24.2/charts/gateway/templates/poddisruptionbudget.yaml b/resources/v1.24.3/charts/gateway/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/templates/poddisruptionbudget.yaml rename to resources/v1.24.3/charts/gateway/templates/poddisruptionbudget.yaml diff --git a/resources/v1.24.2/charts/gateway/templates/role.yaml b/resources/v1.24.3/charts/gateway/templates/role.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/templates/role.yaml rename to resources/v1.24.3/charts/gateway/templates/role.yaml diff --git a/resources/v1.24.2/charts/gateway/templates/service.yaml b/resources/v1.24.3/charts/gateway/templates/service.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/templates/service.yaml rename to resources/v1.24.3/charts/gateway/templates/service.yaml diff --git a/resources/v1.24.2/charts/gateway/templates/serviceaccount.yaml b/resources/v1.24.3/charts/gateway/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/templates/serviceaccount.yaml rename to resources/v1.24.3/charts/gateway/templates/serviceaccount.yaml diff --git a/resources/v1.24.2/charts/ztunnel/templates/zzz_profile.yaml b/resources/v1.24.3/charts/gateway/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/templates/zzz_profile.yaml rename to resources/v1.24.3/charts/gateway/templates/zzz_profile.yaml diff --git a/resources/v1.24.2/charts/gateway/values.schema.json b/resources/v1.24.3/charts/gateway/values.schema.json similarity index 100% rename from resources/v1.24.2/charts/gateway/values.schema.json rename to resources/v1.24.3/charts/gateway/values.schema.json diff --git a/resources/v1.24.2/charts/gateway/values.yaml b/resources/v1.24.3/charts/gateway/values.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/values.yaml rename to resources/v1.24.3/charts/gateway/values.yaml diff --git a/resources/v1.24.2/charts/istiod/Chart.yaml b/resources/v1.24.3/charts/istiod/Chart.yaml similarity index 86% rename from resources/v1.24.2/charts/istiod/Chart.yaml rename to resources/v1.24.3/charts/istiod/Chart.yaml index ba5513a08..aee79d4b3 100644 --- a/resources/v1.24.2/charts/istiod/Chart.yaml +++ b/resources/v1.24.3/charts/istiod/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.24.2 +appVersion: 1.24.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.24.2 +version: 1.24.3 diff --git a/resources/v1.24.2/charts/istiod/README.md b/resources/v1.24.3/charts/istiod/README.md similarity index 100% rename from resources/v1.24.2/charts/istiod/README.md rename to resources/v1.24.3/charts/istiod/README.md diff --git a/resources/v1.24.2/charts/istiod/files/gateway-injection-template.yaml b/resources/v1.24.3/charts/istiod/files/gateway-injection-template.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/gateway-injection-template.yaml rename to resources/v1.24.3/charts/istiod/files/gateway-injection-template.yaml diff --git a/resources/v1.24.2/charts/istiod/files/grpc-agent.yaml b/resources/v1.24.3/charts/istiod/files/grpc-agent.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/grpc-agent.yaml rename to resources/v1.24.3/charts/istiod/files/grpc-agent.yaml diff --git a/resources/v1.24.2/charts/istiod/files/grpc-simple.yaml b/resources/v1.24.3/charts/istiod/files/grpc-simple.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/grpc-simple.yaml rename to resources/v1.24.3/charts/istiod/files/grpc-simple.yaml diff --git a/resources/v1.24.2/charts/istiod/files/injection-template.yaml b/resources/v1.24.3/charts/istiod/files/injection-template.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/injection-template.yaml rename to resources/v1.24.3/charts/istiod/files/injection-template.yaml diff --git a/resources/v1.24.2/charts/istiod/files/kube-gateway.yaml b/resources/v1.24.3/charts/istiod/files/kube-gateway.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/kube-gateway.yaml rename to resources/v1.24.3/charts/istiod/files/kube-gateway.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-ambient.yaml b/resources/v1.24.3/charts/istiod/files/profile-ambient.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-ambient.yaml rename to resources/v1.24.3/charts/istiod/files/profile-ambient.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-compatibility-version-1.21.yaml b/resources/v1.24.3/charts/istiod/files/profile-compatibility-version-1.21.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-compatibility-version-1.21.yaml rename to resources/v1.24.3/charts/istiod/files/profile-compatibility-version-1.21.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-compatibility-version-1.22.yaml b/resources/v1.24.3/charts/istiod/files/profile-compatibility-version-1.22.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-compatibility-version-1.22.yaml rename to resources/v1.24.3/charts/istiod/files/profile-compatibility-version-1.22.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-compatibility-version-1.23.yaml b/resources/v1.24.3/charts/istiod/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-compatibility-version-1.23.yaml rename to resources/v1.24.3/charts/istiod/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-demo.yaml b/resources/v1.24.3/charts/istiod/files/profile-demo.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-demo.yaml rename to resources/v1.24.3/charts/istiod/files/profile-demo.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-platform-k3d.yaml b/resources/v1.24.3/charts/istiod/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-platform-k3d.yaml rename to resources/v1.24.3/charts/istiod/files/profile-platform-k3d.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-platform-k3s.yaml b/resources/v1.24.3/charts/istiod/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-platform-k3s.yaml rename to resources/v1.24.3/charts/istiod/files/profile-platform-k3s.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-platform-microk8s.yaml b/resources/v1.24.3/charts/istiod/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-platform-microk8s.yaml rename to resources/v1.24.3/charts/istiod/files/profile-platform-microk8s.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-platform-minikube.yaml b/resources/v1.24.3/charts/istiod/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-platform-minikube.yaml rename to resources/v1.24.3/charts/istiod/files/profile-platform-minikube.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-platform-openshift.yaml b/resources/v1.24.3/charts/istiod/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-platform-openshift.yaml rename to resources/v1.24.3/charts/istiod/files/profile-platform-openshift.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-preview.yaml b/resources/v1.24.3/charts/istiod/files/profile-preview.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-preview.yaml rename to resources/v1.24.3/charts/istiod/files/profile-preview.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-remote.yaml b/resources/v1.24.3/charts/istiod/files/profile-remote.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-remote.yaml rename to resources/v1.24.3/charts/istiod/files/profile-remote.yaml diff --git a/resources/v1.24.2/charts/istiod/files/profile-stable.yaml b/resources/v1.24.3/charts/istiod/files/profile-stable.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/files/profile-stable.yaml rename to resources/v1.24.3/charts/istiod/files/profile-stable.yaml diff --git a/resources/v1.24.2/charts/istiod/files/waypoint.yaml b/resources/v1.24.3/charts/istiod/files/waypoint.yaml similarity index 98% rename from resources/v1.24.2/charts/istiod/files/waypoint.yaml rename to resources/v1.24.3/charts/istiod/files/waypoint.yaml index bbe47674b..07a420878 100644 --- a/resources/v1.24.2/charts/istiod/files/waypoint.yaml +++ b/resources/v1.24.3/charts/istiod/files/waypoint.yaml @@ -120,6 +120,9 @@ spec: {{- if .Values.global.logAsJson }} - --log_as_json {{- end }} + {{- if .Values.global.proxy.outlierLogPath }} + - --outlierLogPath={{ .Values.global.proxy.outlierLogPath }} + {{- end}} env: - name: ISTIO_META_SERVICE_ACCOUNT valueFrom: diff --git a/resources/v1.24.2/charts/istiod/templates/NOTES.txt b/resources/v1.24.3/charts/istiod/templates/NOTES.txt similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/NOTES.txt rename to resources/v1.24.3/charts/istiod/templates/NOTES.txt diff --git a/resources/v1.24.2/charts/istiod/templates/_helpers.tpl b/resources/v1.24.3/charts/istiod/templates/_helpers.tpl similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/_helpers.tpl rename to resources/v1.24.3/charts/istiod/templates/_helpers.tpl diff --git a/resources/v1.24.2/charts/istiod/templates/autoscale.yaml b/resources/v1.24.3/charts/istiod/templates/autoscale.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/autoscale.yaml rename to resources/v1.24.3/charts/istiod/templates/autoscale.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/clusterrole.yaml b/resources/v1.24.3/charts/istiod/templates/clusterrole.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/clusterrole.yaml rename to resources/v1.24.3/charts/istiod/templates/clusterrole.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/clusterrolebinding.yaml b/resources/v1.24.3/charts/istiod/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/clusterrolebinding.yaml rename to resources/v1.24.3/charts/istiod/templates/clusterrolebinding.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/configmap-jwks.yaml b/resources/v1.24.3/charts/istiod/templates/configmap-jwks.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/configmap-jwks.yaml rename to resources/v1.24.3/charts/istiod/templates/configmap-jwks.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/configmap.yaml b/resources/v1.24.3/charts/istiod/templates/configmap.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/configmap.yaml rename to resources/v1.24.3/charts/istiod/templates/configmap.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/deployment.yaml b/resources/v1.24.3/charts/istiod/templates/deployment.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/deployment.yaml rename to resources/v1.24.3/charts/istiod/templates/deployment.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/istiod-injector-configmap.yaml b/resources/v1.24.3/charts/istiod/templates/istiod-injector-configmap.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/istiod-injector-configmap.yaml rename to resources/v1.24.3/charts/istiod/templates/istiod-injector-configmap.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/mutatingwebhook.yaml b/resources/v1.24.3/charts/istiod/templates/mutatingwebhook.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/mutatingwebhook.yaml rename to resources/v1.24.3/charts/istiod/templates/mutatingwebhook.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/poddisruptionbudget.yaml b/resources/v1.24.3/charts/istiod/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/poddisruptionbudget.yaml rename to resources/v1.24.3/charts/istiod/templates/poddisruptionbudget.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/reader-clusterrole.yaml b/resources/v1.24.3/charts/istiod/templates/reader-clusterrole.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/reader-clusterrole.yaml rename to resources/v1.24.3/charts/istiod/templates/reader-clusterrole.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/reader-clusterrolebinding.yaml b/resources/v1.24.3/charts/istiod/templates/reader-clusterrolebinding.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/reader-clusterrolebinding.yaml rename to resources/v1.24.3/charts/istiod/templates/reader-clusterrolebinding.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/remote-istiod-endpoints.yaml b/resources/v1.24.3/charts/istiod/templates/remote-istiod-endpoints.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/remote-istiod-endpoints.yaml rename to resources/v1.24.3/charts/istiod/templates/remote-istiod-endpoints.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/remote-istiod-service.yaml b/resources/v1.24.3/charts/istiod/templates/remote-istiod-service.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/remote-istiod-service.yaml rename to resources/v1.24.3/charts/istiod/templates/remote-istiod-service.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/revision-tags.yaml b/resources/v1.24.3/charts/istiod/templates/revision-tags.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/revision-tags.yaml rename to resources/v1.24.3/charts/istiod/templates/revision-tags.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/role.yaml b/resources/v1.24.3/charts/istiod/templates/role.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/role.yaml rename to resources/v1.24.3/charts/istiod/templates/role.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/rolebinding.yaml b/resources/v1.24.3/charts/istiod/templates/rolebinding.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/rolebinding.yaml rename to resources/v1.24.3/charts/istiod/templates/rolebinding.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/service.yaml b/resources/v1.24.3/charts/istiod/templates/service.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/service.yaml rename to resources/v1.24.3/charts/istiod/templates/service.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/serviceaccount.yaml b/resources/v1.24.3/charts/istiod/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/serviceaccount.yaml rename to resources/v1.24.3/charts/istiod/templates/serviceaccount.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/validatingadmissionpolicy.yaml b/resources/v1.24.3/charts/istiod/templates/validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/validatingadmissionpolicy.yaml rename to resources/v1.24.3/charts/istiod/templates/validatingadmissionpolicy.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/validatingwebhookconfiguration.yaml b/resources/v1.24.3/charts/istiod/templates/validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/validatingwebhookconfiguration.yaml rename to resources/v1.24.3/charts/istiod/templates/validatingwebhookconfiguration.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/zzy_descope_legacy.yaml b/resources/v1.24.3/charts/istiod/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/zzy_descope_legacy.yaml rename to resources/v1.24.3/charts/istiod/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.24.2/charts/gateway/templates/zzz_profile.yaml b/resources/v1.24.3/charts/istiod/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.24.2/charts/gateway/templates/zzz_profile.yaml rename to resources/v1.24.3/charts/istiod/templates/zzz_profile.yaml diff --git a/resources/v1.24.2/charts/istiod/values.yaml b/resources/v1.24.3/charts/istiod/values.yaml similarity index 99% rename from resources/v1.24.2/charts/istiod/values.yaml rename to resources/v1.24.3/charts/istiod/values.yaml index c9396ee38..bff973578 100644 --- a/resources/v1.24.2/charts/istiod/values.yaml +++ b/resources/v1.24.3/charts/istiod/values.yaml @@ -242,7 +242,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.24.2 + tag: 1.24.3 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.24.2/charts/revisiontags/Chart.yaml b/resources/v1.24.3/charts/revisiontags/Chart.yaml similarity index 88% rename from resources/v1.24.2/charts/revisiontags/Chart.yaml rename to resources/v1.24.3/charts/revisiontags/Chart.yaml index 51cfeb634..f49d8cfa1 100644 --- a/resources/v1.24.2/charts/revisiontags/Chart.yaml +++ b/resources/v1.24.3/charts/revisiontags/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v1.24.2 +appVersion: v1.24.3 description: Helm chart for istio revision tags name: revisiontags sources: diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-ambient.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-ambient.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-ambient.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-ambient.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-compatibility-version-1.21.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-compatibility-version-1.21.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-compatibility-version-1.21.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-compatibility-version-1.21.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-compatibility-version-1.22.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-compatibility-version-1.22.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-compatibility-version-1.22.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-compatibility-version-1.22.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-compatibility-version-1.23.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-compatibility-version-1.23.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-demo.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-demo.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-demo.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-demo.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-platform-k3d.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-platform-k3d.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-platform-k3d.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-platform-k3s.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-platform-k3s.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-platform-k3s.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-platform-microk8s.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-platform-microk8s.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-platform-microk8s.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-platform-minikube.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-platform-minikube.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-platform-minikube.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-platform-openshift.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-platform-openshift.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-platform-openshift.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-preview.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-preview.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-preview.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-preview.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-remote.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-remote.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-remote.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-remote.yaml diff --git a/resources/v1.24.2/charts/revisiontags/files/profile-stable.yaml b/resources/v1.24.3/charts/revisiontags/files/profile-stable.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/files/profile-stable.yaml rename to resources/v1.24.3/charts/revisiontags/files/profile-stable.yaml diff --git a/resources/v1.24.2/charts/revisiontags/templates/revision-tags.yaml b/resources/v1.24.3/charts/revisiontags/templates/revision-tags.yaml similarity index 100% rename from resources/v1.24.2/charts/revisiontags/templates/revision-tags.yaml rename to resources/v1.24.3/charts/revisiontags/templates/revision-tags.yaml diff --git a/resources/v1.24.2/charts/istiod/templates/zzz_profile.yaml b/resources/v1.24.3/charts/revisiontags/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.24.2/charts/istiod/templates/zzz_profile.yaml rename to resources/v1.24.3/charts/revisiontags/templates/zzz_profile.yaml diff --git a/resources/v1.24.2/charts/revisiontags/values.yaml b/resources/v1.24.3/charts/revisiontags/values.yaml similarity index 99% rename from resources/v1.24.2/charts/revisiontags/values.yaml rename to resources/v1.24.3/charts/revisiontags/values.yaml index c9396ee38..bff973578 100644 --- a/resources/v1.24.2/charts/revisiontags/values.yaml +++ b/resources/v1.24.3/charts/revisiontags/values.yaml @@ -242,7 +242,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.24.2 + tag: 1.24.3 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.24.2/charts/ztunnel/Chart.yaml b/resources/v1.24.3/charts/ztunnel/Chart.yaml similarity index 86% rename from resources/v1.24.2/charts/ztunnel/Chart.yaml rename to resources/v1.24.3/charts/ztunnel/Chart.yaml index 7cc3ef8ca..b33e2f350 100644 --- a/resources/v1.24.2/charts/ztunnel/Chart.yaml +++ b/resources/v1.24.3/charts/ztunnel/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.24.2 +appVersion: 1.24.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.24.2 +version: 1.24.3 diff --git a/resources/v1.24.2/charts/ztunnel/README.md b/resources/v1.24.3/charts/ztunnel/README.md similarity index 100% rename from resources/v1.24.2/charts/ztunnel/README.md rename to resources/v1.24.3/charts/ztunnel/README.md diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-ambient.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-ambient.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-ambient.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-ambient.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-compatibility-version-1.21.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-compatibility-version-1.21.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-compatibility-version-1.21.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-compatibility-version-1.21.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-compatibility-version-1.22.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-compatibility-version-1.22.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-compatibility-version-1.22.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-compatibility-version-1.22.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-compatibility-version-1.23.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-compatibility-version-1.23.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-compatibility-version-1.23.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-compatibility-version-1.23.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-demo.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-demo.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-demo.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-demo.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-platform-k3d.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-platform-k3d.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-platform-k3d.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-platform-k3s.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-platform-k3s.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-platform-k3s.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-platform-microk8s.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-platform-microk8s.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-platform-microk8s.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-platform-minikube.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-platform-minikube.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-platform-minikube.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-platform-openshift.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-platform-openshift.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-platform-openshift.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-preview.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-preview.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-preview.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-preview.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-remote.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-remote.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-remote.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-remote.yaml diff --git a/resources/v1.24.2/charts/ztunnel/files/profile-stable.yaml b/resources/v1.24.3/charts/ztunnel/files/profile-stable.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/files/profile-stable.yaml rename to resources/v1.24.3/charts/ztunnel/files/profile-stable.yaml diff --git a/resources/v1.24.2/charts/ztunnel/templates/NOTES.txt b/resources/v1.24.3/charts/ztunnel/templates/NOTES.txt similarity index 100% rename from resources/v1.24.2/charts/ztunnel/templates/NOTES.txt rename to resources/v1.24.3/charts/ztunnel/templates/NOTES.txt diff --git a/resources/v1.24.2/charts/ztunnel/templates/daemonset.yaml b/resources/v1.24.3/charts/ztunnel/templates/daemonset.yaml similarity index 100% rename from resources/v1.24.2/charts/ztunnel/templates/daemonset.yaml rename to resources/v1.24.3/charts/ztunnel/templates/daemonset.yaml diff --git a/resources/v1.24.2/charts/ztunnel/templates/rbac.yaml b/resources/v1.24.3/charts/ztunnel/templates/rbac.yaml similarity index 97% rename from resources/v1.24.2/charts/ztunnel/templates/rbac.yaml rename to resources/v1.24.3/charts/ztunnel/templates/rbac.yaml index a9ea6fb6a..71dee487e 100644 --- a/resources/v1.24.2/charts/ztunnel/templates/rbac.yaml +++ b/resources/v1.24.3/charts/ztunnel/templates/rbac.yaml @@ -21,7 +21,7 @@ metadata: {{- .Values.annotations | toYaml | nindent 4 }} {{- end }} --- -{{- if (eq .Values.platform "openshift") }} +{{- if (eq (.Values.platform | default "") "openshift") }} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/resources/v1.24.2/charts/revisiontags/templates/zzz_profile.yaml b/resources/v1.24.3/charts/ztunnel/templates/zzz_profile.yaml similarity index 99% rename from resources/v1.24.2/charts/revisiontags/templates/zzz_profile.yaml rename to resources/v1.24.3/charts/ztunnel/templates/zzz_profile.yaml index 35623047c..72d3adc53 100644 --- a/resources/v1.24.2/charts/revisiontags/templates/zzz_profile.yaml +++ b/resources/v1.24.3/charts/ztunnel/templates/zzz_profile.yaml @@ -49,7 +49,7 @@ Finally, we can set all of that under .Values so the chart behaves without aware {{- $a := mustMergeOverwrite $defaults $profile }} {{- end }} # Flatten globals, if defined on a per-chart basis -{{- if false }} +{{- if true }} {{- $a := mustMergeOverwrite $defaults ($profile.global) ($.Values.global | default dict) }} {{- end }} {{- $b := set $ "Values" (mustMergeOverwrite $defaults $.Values) }} diff --git a/resources/v1.24.2/charts/ztunnel/values.yaml b/resources/v1.24.3/charts/ztunnel/values.yaml similarity index 99% rename from resources/v1.24.2/charts/ztunnel/values.yaml rename to resources/v1.24.3/charts/ztunnel/values.yaml index 900ef17d9..105136330 100644 --- a/resources/v1.24.2/charts/ztunnel/values.yaml +++ b/resources/v1.24.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.24.2 + tag: 1.24.3 # Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version. variant: "" diff --git a/resources/v1.24.2/profiles/ambient.yaml b/resources/v1.24.3/profiles/ambient.yaml similarity index 100% rename from resources/v1.24.2/profiles/ambient.yaml rename to resources/v1.24.3/profiles/ambient.yaml diff --git a/resources/v1.24.2/profiles/default.yaml b/resources/v1.24.3/profiles/default.yaml similarity index 100% rename from resources/v1.24.2/profiles/default.yaml rename to resources/v1.24.3/profiles/default.yaml diff --git a/resources/v1.24.2/profiles/demo.yaml b/resources/v1.24.3/profiles/demo.yaml similarity index 100% rename from resources/v1.24.2/profiles/demo.yaml rename to resources/v1.24.3/profiles/demo.yaml diff --git a/resources/v1.24.2/profiles/empty.yaml b/resources/v1.24.3/profiles/empty.yaml similarity index 100% rename from resources/v1.24.2/profiles/empty.yaml rename to resources/v1.24.3/profiles/empty.yaml diff --git a/resources/v1.24.2/profiles/openshift-ambient.yaml b/resources/v1.24.3/profiles/openshift-ambient.yaml similarity index 100% rename from resources/v1.24.2/profiles/openshift-ambient.yaml rename to resources/v1.24.3/profiles/openshift-ambient.yaml diff --git a/resources/v1.24.2/profiles/openshift.yaml b/resources/v1.24.3/profiles/openshift.yaml similarity index 100% rename from resources/v1.24.2/profiles/openshift.yaml rename to resources/v1.24.3/profiles/openshift.yaml diff --git a/resources/v1.24.2/profiles/preview.yaml b/resources/v1.24.3/profiles/preview.yaml similarity index 100% rename from resources/v1.24.2/profiles/preview.yaml rename to resources/v1.24.3/profiles/preview.yaml diff --git a/resources/v1.24.2/profiles/remote.yaml b/resources/v1.24.3/profiles/remote.yaml similarity index 100% rename from resources/v1.24.2/profiles/remote.yaml rename to resources/v1.24.3/profiles/remote.yaml diff --git a/resources/v1.24.2/profiles/stable.yaml b/resources/v1.24.3/profiles/stable.yaml similarity index 100% rename from resources/v1.24.2/profiles/stable.yaml rename to resources/v1.24.3/profiles/stable.yaml