You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/gitops-runtime/README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,17 @@ See [Use OCI-based registries](https://helm.sh/docs/topics/registries/)
16
16
## Codefresh official documentation:
17
17
Prior to running the installation please see the official documentation at: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/
18
18
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 the breaking change in the values 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
+
19
30
## Using with private registries - Helper utility
20
31
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.
21
32
We have created a helper utility to resolve this issue:
0 commit comments