From 71b1dacc2b7df46d323eacbe1d788a161da16dd9 Mon Sep 17 00:00:00 2001 From: jannfis Date: Mon, 2 Aug 2021 14:55:04 +0200 Subject: [PATCH] docs: Use versioned installation manifests in install docs (#233) * docs: Use versioned installation manifests in install docs Signed-off-by: jannfis * docs: Use versioned installation manifests in install instructions Signed-off-by: jannfis --- .github/actions/spelling/allow.txt | 1 + docs/install/start.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index b0e20b99..04aca1bf 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -72,6 +72,7 @@ gh ghcr githash github +githubusercontent GOARCH goimports golang diff --git a/docs/install/start.md b/docs/install/start.md index 245f9e1a..0478966a 100644 --- a/docs/install/start.md +++ b/docs/install/start.md @@ -85,7 +85,7 @@ Argo CD is running. Don't worry, without any configuration, it will not start me ### Apply the installation manifests ```shell -kubectl apply -n argocd -f manifests/install.yaml +kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-image-updater/stable/manifests/install.yaml ``` !!!note "A word on high availability"