Skip to content

Commit b8e07e8

Browse files
authored
Merge pull request #29 from rh-mobb/foster/acm-stuff
added acm spoke hub clusters
2 parents 7add7f6 + 9fbee84 commit b8e07e8

6 files changed

Lines changed: 16 additions & 5 deletions

File tree

charts/acm-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dependencies:
99
version: 1.1.0
1010
repository: https://rh-mobb.github.io/validated-pattern-helm-charts/
1111
name: acm-operator
12-
version: 0.5.21
12+
version: 0.5.22
1313
apiVersion: v2
1414
description: Chart to deploy Red Hat Advanced Cluster Management (RHACM) with ArgoCD ApplicationSets for spoke cluster management

charts/acm-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Chart to generate argocd apps
33
name: application-gitops
4-
version: 1.6.2
4+
version: 1.6.3
55
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
66
maintainers:
77
- name: rh-mobb

charts/application-gitops/templates/argocd-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
applicationInstanceLabelKey: argocd.argoproj.io/instance
1515
applicationSet:
1616
sourceNamespaces:
17-
- '*-team'
17+
- istio-demo-team
1818
resources:
1919
limits:
2020
cpu: '1'

charts/servicemesh-operator-ambient/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: servicemesh-operator-ambient
33
description: Helm chart for deploying Red Hat OpenShift Service Mesh 3 Operator
44
type: application
5-
version: 1.0.1
5+
version: 1.0.2
66
appVersion: "3.0"
77
dependencies:
88
- name: helper-status-checker

charts/servicemesh-operator-ambient/values.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3041
helper-status-checker:
3142
enabled: true
3243
approver: true

0 commit comments

Comments
 (0)