diff --git a/docs/installation.md b/docs/installation.md index cce7a42c17c0..17e52de3bbb4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -14,9 +14,12 @@ To install Argo Workflows, navigate to the [releases page](https://github.com/ar You can use Kustomize to patch your preferred [configurations](managed-namespace.md) on top of the base manifest. -⚠️ If you are using GitOps, never use Kustomize remote base: this is dangerous. Instead, copy the manifests into your Git repo. +!!! Note "Use a full hash" + If you are using a [remote base](https://github.com/kubernetes-sigs/kustomize/blob/ab519fdc13ded9875e42d70ac8a5b1b9023a2dbb/examples/remoteBuild.md) with Kustomize, you should specify a full commit hash, for example `?ref=960af331a8c0a3f2e263c8b90f1daf4303816ba8`. -⚠️ `latest` is tip, not stable. Never run it in production. +!!! Warning "`latest` vs stable" + `latest` is the tip of the `main` branch and may not be stable. + In production, you should use a specific release version. #### Argo Workflows Helm Chart