File tree Expand file tree Collapse file tree
servicemesh-operator-ambient Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ dependencies:
99 version : 1.1.0
1010 repository : https://rh-mobb.github.io/validated-pattern-helm-charts/
1111name : acm-operator
12- version : 0.5.21
12+ version : 0.5.22
1313apiVersion : v2
1414description : Chart to deploy Red Hat Advanced Cluster Management (RHACM) with ArgoCD ApplicationSets for spoke cluster management
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ argocd:
5555 helmRepoUrl : https://rh-mobb.github.io/validated-pattern-helm-charts/
5656 chart : app-of-apps-application
5757 project : application-ns-project
58- targetRevision : 1.5.5
58+ targetRevision : 1.5.6
5959 gitRepoUrl : https://github.com/rh-mobb/rosa-cluster-config.git
6060 adGroup : PFAUTHAD
6161 # gitPathFile will be constructed dynamically as: {{metadata.labels.environment}}/{{name}}/applications-ns.yaml
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Chart to generate argocd apps
33name : application-gitops
4- version : 1.6.2
4+ version : 1.6.3
55home : https://rh-mobb.github.io/validated-pattern-helm-charts/
66maintainers :
77 - name : rh-mobb
Original file line number Diff line number Diff line change 1414 applicationInstanceLabelKey : argocd.argoproj.io/instance
1515 applicationSet :
1616 sourceNamespaces :
17- - ' *- team'
17+ - istio-demo- team
1818 resources :
1919 limits :
2020 cpu : ' 1'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : servicemesh-operator-ambient
33description : Helm chart for deploying Red Hat OpenShift Service Mesh 3 Operator
44type : application
5- version : 1.0.1
5+ version : 1.0.2
66appVersion : " 3.0"
77dependencies :
88 - name : helper-status-checker
Original file line number Diff line number Diff line change @@ -27,6 +27,17 @@ ambient:
2727 namespace : ztunnel
2828 version : " "
2929
30+ gateway :
31+ enabled : false
32+ name : istio-ingress
33+ serviceType : ClusterIP
34+ listeners :
35+ - name : http
36+ port : 80
37+ protocol : HTTP
38+ route :
39+ enabled : false
40+
3041helper-status-checker :
3142 enabled : true
3243 approver : true
You can’t perform that action at this time.
0 commit comments