Skip to content

Commit ee20079

Browse files
gcs278claude
andcommitted
Revert Istio version pin to v1.30-latest
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4bbb5de commit ee20079

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/ingress-operator/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
defaultGatewayAPIOperatorCatalog = "redhat-operators"
4141
defaultGatewayAPIOperatorChannel = "stable"
4242
defaultGatewayAPIOperatorVersion = "servicemeshoperator3.v3.4.1"
43-
defaultIstioVersion = "v1.30.1"
43+
defaultIstioVersion = "v1.30-latest"
4444
)
4545

4646
type StartOptions struct {

manifests/02-deployment-ibm-cloud-managed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
- name: GATEWAY_API_OPERATOR_VERSION
8282
value: servicemeshoperator3.v3.4.1
8383
- name: ISTIO_VERSION
84-
value: v1.30.1
84+
value: v1.30-latest
8585
image: openshift/origin-cluster-ingress-operator:latest
8686
imagePullPolicy: IfNotPresent
8787
name: ingress-operator

0 commit comments

Comments
 (0)