This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch update-helm-restart
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/update-helm-restart by this
push:
new b62ea9426fd docs: helm restart
b62ea9426fd is described below
commit b62ea9426fd2c6c7607b6d51ff1cb230540ebfea
Author: abeizn <[email protected]>
AuthorDate: Sun Apr 28 17:37:14 2024 +0800
docs: helm restart
---
docs/GettingStarted/Environment.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/GettingStarted/Environment.md
b/docs/GettingStarted/Environment.md
index 9606fd96579..1c7acd6ad31 100644
--- a/docs/GettingStarted/Environment.md
+++ b/docs/GettingStarted/Environment.md
@@ -32,7 +32,7 @@ ENABLE_SUBTASKS_BY_DEFAULT="github_graphql:Collect Job
Runs:false,github_graphql
#### How to take effect
After setting the environment variable, restart the DevLake service to take
effect.
- For Docker Compose, run `docker-compose down` and `docker-compose up -d`.
-- For Helm, run `helm upgrade --install devlake apache/devlake`.
+- For Helm, run `helm upgrade devlake devlake/devlake --recreate-pods`.