Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 5 additions & 5 deletions api/v1/istio_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const (
type IstioSpec struct {
// +sail:version
// Defines the version of Istio to install.
// Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"}
// +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3
// +kubebuilder:default=v1.27.2
// Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"}
// +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.26-latest;v1.26.6;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3
// +kubebuilder:default=v1.27.3
Version string `json:"version"`

// Defines the update strategy to use when the version in the Istio CR is updated.
Expand Down Expand Up @@ -282,7 +282,7 @@ type Istio struct {
// +optional
metav1.ObjectMeta `json:"metadata"`

// +kubebuilder:default={version: "v1.27.2", namespace: "istio-system", updateStrategy: {type:"InPlace"}}
// +kubebuilder:default={version: "v1.27.3", namespace: "istio-system", updateStrategy: {type:"InPlace"}}
// +optional
Spec IstioSpec `json:"spec"`

Expand Down
10 changes: 5 additions & 5 deletions api/v1/istiocni_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const (
type IstioCNISpec struct {
// +sail:version
// Defines the version of Istio to install.
// Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"}
// +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3
// +kubebuilder:default=v1.27.2
// Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"}
// +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.26-latest;v1.26.6;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3
// +kubebuilder:default=v1.27.3
Version string `json:"version"`

// +sail:profile
Expand Down Expand Up @@ -181,7 +181,7 @@ type IstioCNI struct {
// +optional
metav1.ObjectMeta `json:"metadata"`

// +kubebuilder:default={version: "v1.27.2", namespace: "istio-cni"}
// +kubebuilder:default={version: "v1.27.3", namespace: "istio-cni"}
// +optional
Spec IstioCNISpec `json:"spec"`

Expand Down
6 changes: 3 additions & 3 deletions api/v1/istiorevision_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const (
type IstioRevisionSpec struct {
// +sail:version
// Defines the version of Istio to install.
// Must be one of: v1.27.2, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"}
// +kubebuilder:validation:Enum=v1.27.2;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.24.6;v1.24.5;v1.24.4;v1.24.3
// Must be one of: v1.27.3, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"}
// +kubebuilder:validation:Enum=v1.27.3;v1.26.6;v1.26.4;v1.26.3;v1.26.2;v1.24.6;v1.24.5;v1.24.4;v1.24.3
Version string `json:"version"`

// Namespace to which the Istio components should be installed.
Expand Down
10 changes: 5 additions & 5 deletions api/v1alpha1/ztunnel_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ const (
type ZTunnelSpec struct {
// +sail:version
// Defines the version of Istio to install.
// Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"}
// +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3
// +kubebuilder:default=v1.27.2
// Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.6", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.3"}
// +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.26-latest;v1.26.6;v1.26.4;v1.26.3;v1.26.2;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3
// +kubebuilder:default=v1.27.3
Version string `json:"version"`

// +sail:profile
Expand Down Expand Up @@ -183,7 +183,7 @@ type ZTunnel struct {
// +optional
metav1.ObjectMeta `json:"metadata"`

// +kubebuilder:default={version: "v1.27.2", namespace: "ztunnel", profile: "ambient"}
// +kubebuilder:default={version: "v1.27.3", namespace: "ztunnel", profile: "ambient"}
// +optional
Spec ZTunnelSpec `json:"spec"`

Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/sailoperator.io_istiocnis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
spec:
default:
namespace: istio-cni
version: v1.27.2
version: v1.27.3
description: IstioCNISpec defines the desired state of IstioCNI
properties:
namespace:
Expand Down Expand Up @@ -1453,15 +1453,15 @@ spec:
type: object
type: object
version:
default: v1.27.2
default: v1.27.3
description: |-
Defines the version of Istio to install.
Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
enum:
- v1.27-latest
- v1.27.2
- v1.27.3
- v1.26-latest
- v1.26.5
- v1.26.6
- v1.26.4
- v1.26.3
- v1.26.2
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/sailoperator.io_istiorevisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9965,10 +9965,10 @@ spec:
version:
description: |-
Defines the version of Istio to install.
Must be one of: v1.27.2, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
Must be one of: v1.27.3, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
enum:
- v1.27.2
- v1.26.5
- v1.27.3
- v1.26.6
- v1.26.4
- v1.26.3
- v1.26.2
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/sailoperator.io_istios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
namespace: istio-system
updateStrategy:
type: InPlace
version: v1.27.2
version: v1.27.3
description: IstioSpec defines the desired state of Istio
properties:
namespace:
Expand Down Expand Up @@ -10036,15 +10036,15 @@ spec:
type: object
type: object
version:
default: v1.27.2
default: v1.27.3
description: |-
Defines the version of Istio to install.
Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
enum:
- v1.27-latest
- v1.27.2
- v1.27.3
- v1.26-latest
- v1.26.5
- v1.26.6
- v1.26.4
- v1.26.3
- v1.26.2
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/sailoperator.io_ztunnels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
default:
namespace: ztunnel
profile: ambient
version: v1.27.2
version: v1.27.3
description: ZTunnelSpec defines the desired state of ZTunnel
properties:
namespace:
Expand Down Expand Up @@ -2379,15 +2379,15 @@ spec:
type: object
type: object
version:
default: v1.27.2
default: v1.27.3
description: |-
Defines the version of Istio to install.
Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
enum:
- v1.27-latest
- v1.27.2
- v1.27.3
- v1.26-latest
- v1.26.5
- v1.26.6
- v1.26.4
- v1.26.3
- v1.26.2
Expand Down
30 changes: 15 additions & 15 deletions bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
"inactiveRevisionDeletionGracePeriodSeconds": 30,
"type": "InPlace"
},
"version": "v1.27.2"
"version": "v1.27.3"
}
},
{
Expand All @@ -27,14 +27,14 @@ metadata:
},
"spec": {
"namespace": "istio-cni",
"version": "v1.27.2"
"version": "v1.27.3"
}
}
]
capabilities: Seamless Upgrades
categories: OpenShift Optional, Integration & Delivery, Networking, Security
containerImage: ${OSSM_OPERATOR_3_2}
createdAt: "2025-10-21T12:07:29Z"
createdAt: "2025-10-24T09:03:46Z"
description: The OpenShift Service Mesh Operator enables you to install, configure, and manage an instance of Red Hat OpenShift Service Mesh. OpenShift Service Mesh is based on the open source Istio project.
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "true"
Expand Down Expand Up @@ -166,15 +166,15 @@ spec:
specDescriptors:
- description: |-
Defines the version of Istio to install.
Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
displayName: Istio Version
path: version
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:General
- urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest
- urn:alm:descriptor:com.tectonic.ui:select:v1.27.2
- urn:alm:descriptor:com.tectonic.ui:select:v1.27.3
- urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.5
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.6
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.4
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.3
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.2
Expand Down Expand Up @@ -220,13 +220,13 @@ spec:
specDescriptors:
- description: |-
Defines the version of Istio to install.
Must be one of: v1.27.2, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
Must be one of: v1.27.3, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
displayName: Istio Version
path: version
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:General
- urn:alm:descriptor:com.tectonic.ui:select:v1.27.2
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.5
- urn:alm:descriptor:com.tectonic.ui:select:v1.27.3
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.6
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.4
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.3
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.2
Expand Down Expand Up @@ -268,15 +268,15 @@ spec:
- urn:alm:descriptor:com.tectonic.ui:select:RevisionBased
- description: |-
Defines the version of Istio to install.
Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
displayName: Istio Version
path: version
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:General
- urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest
- urn:alm:descriptor:com.tectonic.ui:select:v1.27.2
- urn:alm:descriptor:com.tectonic.ui:select:v1.27.3
- urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.5
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.6
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.4
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.3
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.2
Expand Down Expand Up @@ -340,15 +340,15 @@ spec:
specDescriptors:
- description: |-
Defines the version of Istio to install.
Must be one of: v1.27-latest, v1.27.2, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
Must be one of: v1.27-latest, v1.27.3, v1.26-latest, v1.26.6, v1.26.4, v1.26.3, v1.26.2, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3.
displayName: Istio Version
path: version
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:General
- urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest
- urn:alm:descriptor:com.tectonic.ui:select:v1.27.2
- urn:alm:descriptor:com.tectonic.ui:select:v1.27.3
- urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.5
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.6
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.4
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.3
- urn:alm:descriptor:com.tectonic.ui:select:v1.26.2
Expand Down
Loading