@@ -27,10 +27,10 @@ const RemoteIstioKind = "RemoteIstio"
2727type RemoteIstioSpec struct {
2828 // +sail:version
2929 // Defines the version of Istio to install.
30- // Must be one of: v1.23 .2.
31- // +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.23 .2"}
32- // +kubebuilder:validation:Enum=v1.23 .2
33- // +kubebuilder:default=v1.23 .2
30+ // Must be one of: v1.24 .2.
31+ // +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"}
32+ // +kubebuilder:validation:Enum=v1.24 .2
33+ // +kubebuilder:default=v1.24 .2
3434 Version string `json:"version"`
3535
3636 // Defines the update strategy to use when the version in the RemoteIstio CR is updated.
@@ -197,7 +197,7 @@ type RemoteIstio struct {
197197 metav1.TypeMeta `json:",inline"`
198198 metav1.ObjectMeta `json:"metadata,omitempty"`
199199
200- // +kubebuilder:default={version: "v1.23 .2", namespace: "istio-system", updateStrategy: {type:"InPlace"}}
200+ // +kubebuilder:default={version: "v1.24 .2", namespace: "istio-system", updateStrategy: {type:"InPlace"}}
201201 Spec RemoteIstioSpec `json:"spec,omitempty"`
202202
203203 Status RemoteIstioStatus `json:"status,omitempty"`
0 commit comments