Skip to content

Commit 6f78efd

Browse files
chore: add breaking change notice to the README.md (#291)
* add breaking change notice to the README.md * Apply suggestions from code review --------- Co-authored-by: ilia-medvedev-codefresh <ilia.medvedev@codefresh.io>
1 parent 7cb74b5 commit 6f78efd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

charts/gitops-runtime/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ See [Use OCI-based registries](https://helm.sh/docs/topics/registries/)
1616
## Codefresh official documentation:
1717
Prior to running the installation please see the official documentation at: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/
1818

19+
## WARNING! ARGO-CD 7.x.x CHART BREAKING CHANGE
20+
21+
In the runtime release `0.12.0` we upgraded to the latest argo-cd `7.x.x` helm chart which
22+
contains a breaking change in the values used for providing cluster credentials
23+
(in this chart it's located under the path `argo-cd.configs.clusterCredentials`).
24+
`clusterCredentials` used to be of type `list` -- now it's a `map` (`object`).
25+
See the [release notes](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.0.0).
26+
27+
Codefresh Gitops Runtime does NOT use these values directly -- so the runtimes
28+
with the default configuration are not affected.
29+
1930
## Using with private registries - Helper utility
2031
The GitOps Runtime comprises multiple subcharts and container images. Subcharts also vary in values structure, making it difficult to override image specific values to use private registries.
2132
We have created a helper utility to resolve this issue:

0 commit comments

Comments
 (0)