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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions values-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ global:
useCSV: false
syncPolicy: Automatic
installPlanApproval: Automatic
autoApproveManualInstallPlans: true

main:
clusterGroupName: hub
Expand Down
6 changes: 6 additions & 0 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ clusterGroup:
subscriptions:
servicemesh:
name: servicemeshoperator3
channel: stable-3.2
csv: servicemeshoperator3.v3.2.3
installPlanApproval: Manual
servicemesh-console:
name: kiali-ossm
distributed-tracing:
Expand Down Expand Up @@ -100,6 +103,9 @@ clusterGroup:
project: servicemesh
chart: servicemesh
chartVersion: 0.1.*
overrides:
- name: servicemesh.version
value: v1.24.3
temposttack:
name: tempostack
namespace: tempo
Expand Down
Loading