File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes
22
3+ ## Sep 24, 2024
4+
5+ * Ansible has been moved out of the common code tree, you must use a clustergroup chart that is >= 0.9.1
6+
37## Sep 6, 2024
48
59* Most charts have been removed from the tree. To get the charts you now have to point to them
Original file line number Diff line number Diff line change 77This is the ` main ` branch of common and it assumes that the pattern is fully
88multisource (meaning that any used charts from VP is actually referenced from
99either a helm chart repository or quay repository). I.e. there are no helm
10- charts contained in this branch of common.
10+ charts contained in this branch of common and there is no ansible code neither.
11+
12+ The helm charts now live in separate repositories under the VP
13+ [ organization] ( https://github.com/validatedpatterns ) on GitHub. The repositories are:
14+
15+ - clustergroup-chart
16+ - pattern-install-chart
17+ - hashicorp-vault-chart
18+ - golang-external-secrets-chart
19+ - acm-chart
20+ - letsencrypt-chart
21+
22+ The ansible bits live in this [ repository] ( https://github.com/validatedpatterns/rhvp.cluster_utils )
23+
24+ In order to be able to use this "slimmed-down" main branch of common you * must*
25+ use a 0.9.* clustergroup-chart that. Add the following to your ` values-global.yaml ` :
26+
27+ ``` yaml
28+ main :
29+ multiSourceConfig :
30+ enabled : true
31+ clusterGroupChartVersion : 0.9.*
32+ ` ` `
1133
1234## Start Here
1335
You can’t perform that action at this time.
0 commit comments