Skip to content

Commit 842d13f

Browse files
authored
Merge pull request #600 from mbaldessari/add-changes
Add a note about the changes in common
2 parents abb465f + 3064c77 commit 842d13f

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,29 @@
77
This is the `main` branch of common and it assumes that the pattern is fully
88
multisource (meaning that any used charts from VP is actually referenced from
99
either 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

0 commit comments

Comments
 (0)