Skip to content

Commit 9c91bce

Browse files
authored
Merge pull request #8 from openinfradev/update_argocd_chart
update install doc to update argocd chart version
2 parents 178e598 + 0ad61b1 commit 9c91bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ argo-cd 차트와 위에서 준비해놓은 values-override 파일을 이용하
7575
(chart location: https://artifacthub.io/packages/helm/argo/argo-cd)
7676
```
7777
$ helm repo add argo https://argoproj.github.io/argo-helm
78-
$ helm install argo-cd argo/argo-cd --version 3.9.0 -f ./decapod-bootstrap/argocd-install/values-override.yaml -n argo
78+
$ helm install argo-cd argo/argo-cd --version 3.33.6 -f ./decapod-bootstrap/argocd-install/values-override.yaml -n argo
7979
```
8080
Argo-cd가 설치되면, decapod-projects 및 decapod-apps application이 생성되며, 이 application들이 자신이 바라보고 있는 git repo 상의 디렉토리를 스캔하여 실제 application들을 순차적으로 설치하게 된다.
8181

0 commit comments

Comments
 (0)