Skip to content

Commit 690217b

Browse files
authored
Merge pull request #55 from rh-mobb/foster/acm-stuff
added acm spoke hub clusters
2 parents e67c5e7 + 7ec4715 commit 690217b

File tree

8 files changed

+24
-15
lines changed

8 files changed

+24
-15
lines changed

charts/acm-operator/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
2+
icon: https://raw.githubusercontent.com/openshift/console/master/frontend/public/imgs/logos/openshift.svg
23
maintainers:
34
- name: rh-mobb
45
dependencies:
@@ -9,6 +10,6 @@ dependencies:
910
version: 1.1.0
1011
repository: https://rh-mobb.github.io/validated-pattern-helm-charts/
1112
name: acm-operator
12-
version: 0.5.23
13+
version: 0.5.24
1314
apiVersion: v2
1415
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.7
58+
targetRevision: 1.5.8
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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
apiVersion: v2
12
name: app-of-apps-application
23
description: Chart to generate argocd apps for each team and gitops set up
3-
version: 1.5.7
4-
apiVersion: v2
4+
icon: https://raw.githubusercontent.com/openshift/console/master/frontend/public/imgs/logos/openshift.svg
5+
version: 1.5.8
6+
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
7+
maintainers:
8+
- name: rh-mobb

charts/app-of-apps-application/templates/argocd-application.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{ $defaults := .Values.defaults -}}
2+
{{- if ne ($.Values.acmMode | default "") "hub" }}
23
---
34
{{ range $applications := .Values.applications -}}
45
---
@@ -37,3 +38,4 @@ spec:
3738
- ApplyOutOfSyncOnly=true
3839
---
3940
{{- end }}
41+
{{- end }}

charts/app-of-apps-application/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# AVP_TYPE: "awssecretsmanager"
2121
# #################################################################
2222
# # INFRASTRUCTURE Charts to be deployed.
23-
# #################################################################
23+
# #################################################################
2424
# applications:
2525
# - name: payments
2626
# appNumber: "1234"
@@ -42,4 +42,3 @@
4242
# repos:
4343
# - 'https://rh-mobb.github.io/validated-pattern-helm-charts'
4444
# - 'https://github.com/rh-mobb/cluster-config.git'
45-
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
apiVersion: v2
22
dependencies:
3-
- name: helper-installplan-approver
4-
repository: https://rh-mobb.github.io/validated-pattern-helm-charts/
5-
version: ~0.1.0
6-
- name: application-gitops
7-
repository: https://rh-mobb.github.io/validated-pattern-helm-charts/
8-
version: 1.6.1
3+
- name: helper-installplan-approver
4+
repository: https://rh-mobb.github.io/validated-pattern-helm-charts/
5+
version: ~0.1.0
6+
- name: application-gitops
7+
repository: https://rh-mobb.github.io/validated-pattern-helm-charts/
8+
version: 1.6.1
99
description: Chart to kick off gitops installation and bootstrapping of blue print
10+
icon: https://raw.githubusercontent.com/openshift/console/master/frontend/public/imgs/logos/openshift.svg
1011
name: cluster-bootstrap
11-
version: 0.5.13
12+
version: 0.5.14
1213
maintainers:
1314
- name: rh-mobb

charts/cluster-bootstrap/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ argocd:
6161
helmRepoUrl: https://rh-mobb.github.io/validated-pattern-helm-charts/
6262
chart: app-of-apps-application
6363
project: application-ns-project
64-
targetRevision: 1.5.7
64+
targetRevision: 1.5.8
6565
gitRepoUrl: https://github.com/rosa-hcp-dedicated-vpc/cluster-config.git
6666
adGroup: PFAUTHAD
6767
gitPathFile: /applications-ns.yaml

charts/network-observability-operator/Chart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
apiVersion: v2
22
name: network-observability-operator
33
description: Helm chart for deploying the Network Observability Operator with Loki-backed flow storage
4+
icon: https://raw.githubusercontent.com/openshift/console/master/frontend/public/imgs/logos/openshift.svg
5+
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
46
type: application
5-
version: 2.1.2
7+
version: 2.1.3
68
appVersion: "1.11"
79
dependencies:
810
- name: helper-status-checker

0 commit comments

Comments
 (0)