File tree Expand file tree Collapse file tree
charts/servicemesh-operator-ambient Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: servicemesh-operator-ambient
33description : Helm chart for deploying Red Hat OpenShift Service Mesh 3 Operator
44icon : https://raw.githubusercontent.com/openshift/console/master/frontend/public/imgs/logos/openshift.svg
55type : application
6- version : 1.2 .0
6+ version : 1.3 .0
77appVersion : " 3.0"
88dependencies :
99 - name : helper-status-checker
Original file line number Diff line number Diff line change 1+ {{- if .Values.kiali.enabled }}
2+ apiVersion : operators.coreos.com/v1alpha1
3+ kind : Subscription
4+ metadata :
5+ name : kiali-ossm
6+ namespace : {{ .Values.namespace }}
7+ annotations :
8+ argocd.argoproj.io/sync-wave : " 0"
9+ spec :
10+ channel : stable
11+ installPlanApproval : Manual
12+ name : kiali-ossm
13+ source : redhat-operators
14+ sourceNamespace : openshift-marketplace
15+ {{- if .Values.kiali.startingCSV }}
16+ startingCSV : {{ .Values.kiali.startingCSV }}
17+ {{- end }}
18+ {{- end }}
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ subscription:
1111operatorGroup :
1212 create : false
1313
14+ kiali :
15+ enabled : false
16+ startingCSV : " "
17+
1418ambient :
1519 enabled : true
1620 version : v1.27-latest
@@ -37,3 +41,9 @@ helper-status-checker:
3741 name : openshift-operators
3842 serviceAccount :
3943 name : " servicemesh-install-check"
44+ - operatorName : kiali-operator
45+ subscriptionName : kiali-ossm
46+ namespace :
47+ name : openshift-operators
48+ serviceAccount :
49+ name : " kiali-install-check"
You can’t perform that action at this time.
0 commit comments