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
2 changes: 1 addition & 1 deletion charts/app-of-apps-acm-team-onboarding/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: app-of-apps-acm-team-onboarding
description: Chart to onboard teams on an ACM hub with AppProjects, RBAC, and placement infrastructure for spoke deployment via ApplicationSets
version: 0.4.0
version: 0.4.1
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
maintainers:
- name: rh-mobb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ metadata:
name: applicationset-controller
namespace: {{ $app.apmnum }}-{{ $app.appserviceNumber }}-team
rules:
- apiGroups:
- argoproj.io
resources:
- applicationsets
verbs:
- get
- list
- watch
- apiGroups:
- argoproj.io
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/application-gitops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Chart to generate argocd apps
name: application-gitops
version: 1.6.1
version: 1.6.2
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
maintainers:
- name: rh-mobb
16 changes: 15 additions & 1 deletion charts/application-gitops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@ name: application-gitops
gitopsNamespace: application-gitops
domain: <placeholder_domain>
argocd:
initialRepositories: []
initialRepositories:
- name: cluster-config
type: git
project: default
url: https://github.com/rh-mobb/rosa-cluster-config.git
insecure: true
- name: helm-repo
type: helm
project: default
url: https://rh-mobb.github.io/validated-pattern-helm-charts/
- name: bookinfo
type: git
project: default
url: https://github.com/foster-rh/bookinfo.git
insecure: true
Loading