Skip to content

Commit

Permalink
Merge pull request #600 from mbaldessari/add-changes
Browse files Browse the repository at this point in the history
Add a note about the changes in common
  • Loading branch information
mbaldessari authored Sep 24, 2024
2 parents abb465f + 3064c77 commit 842d13f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## Sep 24, 2024

* Ansible has been moved out of the common code tree, you must use a clustergroup chart that is >= 0.9.1

## Sep 6, 2024

* Most charts have been removed from the tree. To get the charts you now have to point to them
Expand Down
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,29 @@
This is the `main` branch of common and it assumes that the pattern is fully
multisource (meaning that any used charts from VP is actually referenced from
either a helm chart repository or quay repository). I.e. there are no helm
charts contained in this branch of common.
charts contained in this branch of common and there is no ansible code neither.

The helm charts now live in separate repositories under the VP
[organization](https://github.com/validatedpatterns) on GitHub. The repositories are:

- clustergroup-chart
- pattern-install-chart
- hashicorp-vault-chart
- golang-external-secrets-chart
- acm-chart
- letsencrypt-chart

The ansible bits live in this [repository](https://github.com/validatedpatterns/rhvp.cluster_utils)

In order to be able to use this "slimmed-down" main branch of common you *must*
use a 0.9.* clustergroup-chart that. Add the following to your `values-global.yaml`:

```yaml
main:
multiSourceConfig:
enabled: true
clusterGroupChartVersion: 0.9.*
```
## Start Here
Expand Down

0 comments on commit 842d13f

Please sign in to comment.