From 3234c82fe3ccb3ffa0770bf73766a5f334981f15 Mon Sep 17 00:00:00 2001 From: "Oleksandr_Stepanov@epam.com" Date: Mon, 19 Jan 2026 11:36:01 +0200 Subject: [PATCH] docs: Update argo cd chart in docs (#525) --- docs/quick-start/integrate-argocd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start/integrate-argocd.md b/docs/quick-start/integrate-argocd.md index 00cdef351..9ff90adef 100644 --- a/docs/quick-start/integrate-argocd.md +++ b/docs/quick-start/integrate-argocd.md @@ -81,7 +81,7 @@ To install Argo CD, follow the steps below: 3. Apply the argocd-values.yaml file using the `helm install` command: ```bash - helm install argo-cd argocd/argo-cd --values argocd-values.yaml --version 8.5.6 --create-namespace --atomic -n argocd + helm install argo-cd argocd/argo-cd --values argocd-values.yaml --version 9.3.4 --create-namespace --atomic -n argocd ``` :::info