Skip to content

Commit 97017db

Browse files
committed
fix: Pin down servicemesh3 operator version
If we do not pin this down, the version skew eventually break the isto. The istio resource's version, that is created in the servicemesh chart is tied together with the operator version
1 parent 8978928 commit 97017db

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

values-global.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ global:
66
useCSV: false
77
syncPolicy: Automatic
88
installPlanApproval: Automatic
9+
autoApproveManualInstallPlans: true
910

1011
main:
1112
clusterGroupName: hub

values-hub.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ clusterGroup:
4343
subscriptions:
4444
servicemesh:
4545
name: servicemeshoperator3
46+
channel: stable-3.2
47+
csv: servicemeshoperator3.v3.2.3
48+
installPlanApproval: Manual
4649
servicemesh-console:
4750
name: kiali-ossm
4851
distributed-tracing:
@@ -100,6 +103,9 @@ clusterGroup:
100103
project: servicemesh
101104
chart: servicemesh
102105
chartVersion: 0.1.*
106+
overrides:
107+
- name: servicemesh.version
108+
value: v1.24.3
103109
temposttack:
104110
name: tempostack
105111
namespace: tempo

0 commit comments

Comments
 (0)