Skip to content

Commit 5dc12f3

Browse files
authored
Removing pre-ga istio versions (#831)
Signed-off-by: Filip Brychta <[email protected]>
1 parent fb499fd commit 5dc12f3

File tree

194 files changed

+29
-26899
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+29
-26899
lines changed

api/v1/istio_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ const (
3737
type IstioSpec struct {
3838
// +sail:version
3939
// Defines the version of Istio to install.
40-
// Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0, master, v1.27-alpha.9c6178f5.
41-
// +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.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.25-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.1", "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", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-alpha.9c6178f5"}
42-
// +kubebuilder:validation:Enum=v1.26-latest;v1.26.0;v1.25-latest;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;master;v1.27-alpha.9c6178f5
40+
// Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0.
41+
// +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.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.25-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.1", "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", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.0"}
42+
// +kubebuilder:validation:Enum=v1.26-latest;v1.26.0;v1.25-latest;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6
4343
// +kubebuilder:default=v1.26.0
4444
Version string `json:"version"`
4545

api/v1/istiocni_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ const (
2828
type IstioCNISpec struct {
2929
// +sail:version
3030
// Defines the version of Istio to install.
31-
// Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0, master, v1.27-alpha.9c6178f5.
32-
// +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.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.25-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.1", "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", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-alpha.9c6178f5"}
33-
// +kubebuilder:validation:Enum=v1.26-latest;v1.26.0;v1.25-latest;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;master;v1.27-alpha.9c6178f5
31+
// Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0.
32+
// +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.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.25-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.1", "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", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.0"}
33+
// +kubebuilder:validation:Enum=v1.26-latest;v1.26.0;v1.25-latest;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6
3434
// +kubebuilder:default=v1.26.0
3535
Version string `json:"version"`
3636

api/v1/istiorevision_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ const (
3030
type IstioRevisionSpec struct {
3131
// +sail:version
3232
// Defines the version of Istio to install.
33-
// Must be one of: v1.26.0, v1.25.3, v1.25.2, v1.25.1, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0, v1.27-alpha.9c6178f5.
34-
// +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.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.1", "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", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-alpha.9c6178f5"}
35-
// +kubebuilder:validation:Enum=v1.26.0;v1.25.3;v1.25.2;v1.25.1;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;v1.27-alpha.9c6178f5
33+
// Must be one of: v1.26.0, v1.25.3, v1.25.2, v1.25.1, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0.
34+
// +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.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.1", "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", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.0"}
35+
// +kubebuilder:validation:Enum=v1.26.0;v1.25.3;v1.25.2;v1.25.1;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6
3636
Version string `json:"version"`
3737

3838
// Namespace to which the Istio components should be installed.

api/v1alpha1/ztunnel_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ const (
2929
type ZTunnelSpec struct {
3030
// +sail:version
3131
// Defines the version of Istio to install.
32-
// Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0, master, v1.27-alpha.9c6178f5.
33-
// +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.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.25-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.1", "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", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-alpha.9c6178f5"}
34-
// +kubebuilder:validation:Enum=v1.26-latest;v1.26.0;v1.25-latest;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;master;v1.27-alpha.9c6178f5
32+
// Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0.
33+
// +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.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.25-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.25.1", "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", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.24.0"}
34+
// +kubebuilder:validation:Enum=v1.26-latest;v1.26.0;v1.25-latest;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0
3535
// +kubebuilder:default=v1.26.0
3636
Version string `json:"version"`
3737

bundle/manifests/sailoperator.clusterserviceversion.yaml

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ metadata:
3434
capabilities: Seamless Upgrades
3535
categories: OpenShift Optional, Integration & Delivery, Networking, Security
3636
containerImage: quay.io/sail-dev/sail-operator:1.26.0
37-
createdAt: "2025-05-20T14:15:14Z"
37+
createdAt: "2025-05-20T14:20:38Z"
3838
description: Experimental operator for installing Istio service mesh
3939
features.operators.openshift.io/cnf: "false"
4040
features.operators.openshift.io/cni: "true"
@@ -165,7 +165,7 @@ spec:
165165
specDescriptors:
166166
- description: |-
167167
Defines the version of Istio to install.
168-
Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0, master, v1.27-alpha.9c6178f5.
168+
Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0.
169169
displayName: Istio Version
170170
path: version
171171
x-descriptors:
@@ -184,8 +184,6 @@ spec:
184184
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.2
185185
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.1
186186
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.0
187-
- urn:alm:descriptor:com.tectonic.ui:select:master
188-
- urn:alm:descriptor:com.tectonic.ui:select:v1.27-alpha.9c6178f5
189187
- description: Namespace to which the Istio CNI component should be installed.
190188
Note that this field is immutable.
191189
displayName: Namespace
@@ -216,7 +214,7 @@ spec:
216214
specDescriptors:
217215
- description: |-
218216
Defines the version of Istio to install.
219-
Must be one of: v1.26.0, v1.25.3, v1.25.2, v1.25.1, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0, v1.27-alpha.9c6178f5.
217+
Must be one of: v1.26.0, v1.25.3, v1.25.2, v1.25.1, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0.
220218
displayName: Istio Version
221219
path: version
222220
x-descriptors:
@@ -232,7 +230,6 @@ spec:
232230
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.2
233231
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.1
234232
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.0
235-
- urn:alm:descriptor:com.tectonic.ui:select:v1.27-alpha.9c6178f5
236233
- description: Namespace to which the Istio components should be installed.
237234
displayName: Namespace
238235
path: namespace
@@ -278,7 +275,7 @@ spec:
278275
- urn:alm:descriptor:com.tectonic.ui:select:RevisionBased
279276
- description: |-
280277
Defines the version of Istio to install.
281-
Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0, master, v1.27-alpha.9c6178f5.
278+
Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0.
282279
displayName: Istio Version
283280
path: version
284281
x-descriptors:
@@ -297,8 +294,6 @@ spec:
297294
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.2
298295
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.1
299296
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.0
300-
- urn:alm:descriptor:com.tectonic.ui:select:master
301-
- urn:alm:descriptor:com.tectonic.ui:select:v1.27-alpha.9c6178f5
302297
- description: |-
303298
Defines how many seconds the operator should wait before removing a non-active revision after all
304299
the workloads have stopped using it. You may want to set this value on the order of minutes.
@@ -348,7 +343,7 @@ spec:
348343
specDescriptors:
349344
- description: |-
350345
Defines the version of Istio to install.
351-
Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0, master, v1.27-alpha.9c6178f5.
346+
Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0.
352347
displayName: Istio Version
353348
path: version
354349
x-descriptors:
@@ -367,8 +362,6 @@ spec:
367362
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.2
368363
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.1
369364
- urn:alm:descriptor:com.tectonic.ui:select:v1.24.0
370-
- urn:alm:descriptor:com.tectonic.ui:select:master
371-
- urn:alm:descriptor:com.tectonic.ui:select:v1.27-alpha.9c6178f5
372365
- description: Namespace to which the Istio ztunnel component should be installed.
373366
displayName: Namespace
374367
path: namespace
@@ -406,8 +399,6 @@ spec:
406399
- v1.24.2
407400
- v1.24.1
408401
- v1.24.0
409-
- master
410-
- v1.27-alpha.9c6178f5
411402
412403
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
413404
displayName: Sail Operator
@@ -727,10 +718,6 @@ spec:
727718
images.v1_26_0.istiod: gcr.io/istio-release/pilot:1.26.0
728719
images.v1_26_0.proxy: gcr.io/istio-release/proxyv2:1.26.0
729720
images.v1_26_0.ztunnel: gcr.io/istio-release/ztunnel:1.26.0
730-
images.v1_27-alpha_9c6178f5.cni: gcr.io/istio-testing/install-cni:1.27-alpha.9c6178f51f674a609f0ce00cab2a37af596fdb65
731-
images.v1_27-alpha_9c6178f5.istiod: gcr.io/istio-testing/pilot:1.27-alpha.9c6178f51f674a609f0ce00cab2a37af596fdb65
732-
images.v1_27-alpha_9c6178f5.proxy: gcr.io/istio-testing/proxyv2:1.27-alpha.9c6178f51f674a609f0ce00cab2a37af596fdb65
733-
images.v1_27-alpha_9c6178f5.ztunnel: gcr.io/istio-testing/ztunnel:1.27-alpha.9c6178f51f674a609f0ce00cab2a37af596fdb65
734721
kubectl.kubernetes.io/default-container: sail-operator
735722
labels:
736723
app.kubernetes.io/created-by: sailoperator
@@ -949,12 +936,4 @@ spec:
949936
name: v1_26_0.proxy
950937
- image: gcr.io/istio-release/ztunnel:1.26.0
951938
name: v1_26_0.ztunnel
952-
- image: gcr.io/istio-testing/install-cni:1.27-alpha.9c6178f51f674a609f0ce00cab2a37af596fdb65
953-
name: v1_27-alpha_9c6178f5.cni
954-
- image: gcr.io/istio-testing/pilot:1.27-alpha.9c6178f51f674a609f0ce00cab2a37af596fdb65
955-
name: v1_27-alpha_9c6178f5.istiod
956-
- image: gcr.io/istio-testing/proxyv2:1.27-alpha.9c6178f51f674a609f0ce00cab2a37af596fdb65
957-
name: v1_27-alpha_9c6178f5.proxy
958-
- image: gcr.io/istio-testing/ztunnel:1.27-alpha.9c6178f51f674a609f0ce00cab2a37af596fdb65
959-
name: v1_27-alpha_9c6178f5.ztunnel
960939
version: 1.26.0

bundle/manifests/sailoperator.io_istiocnis.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ spec:
14401440
default: v1.26.0
14411441
description: |-
14421442
Defines the version of Istio to install.
1443-
Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0, master, v1.27-alpha.9c6178f5.
1443+
Must be one of: v1.26-latest, v1.26.0, v1.25-latest, v1.25.3, v1.25.2, v1.25.1, v1.24-latest, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0.
14441444
enum:
14451445
- v1.26-latest
14461446
- v1.26.0
@@ -1468,8 +1468,6 @@ spec:
14681468
- v1.22.6
14691469
- v1.22.5
14701470
- v1.21.6
1471-
- master
1472-
- v1.27-alpha.9c6178f5
14731471
type: string
14741472
required:
14751473
- namespace

bundle/manifests/sailoperator.io_istiorevisions.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9560,7 +9560,7 @@ spec:
95609560
version:
95619561
description: |-
95629562
Defines the version of Istio to install.
9563-
Must be one of: v1.26.0, v1.25.3, v1.25.2, v1.25.1, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0, v1.27-alpha.9c6178f5.
9563+
Must be one of: v1.26.0, v1.25.3, v1.25.2, v1.25.1, v1.24.6, v1.24.5, v1.24.4, v1.24.3, v1.24.2, v1.24.1, v1.24.0.
95649564
enum:
95659565
- v1.26.0
95669566
- v1.25.3
@@ -9583,7 +9583,6 @@ spec:
95839583
- v1.22.6
95849584
- v1.22.5
95859585
- v1.21.6
9586-
- v1.27-alpha.9c6178f5
95879586
type: string
95889587
required:
95899588
- namespace

0 commit comments

Comments
 (0)