From 80487c11eb2a5dc617bb3f4f9d2d79702bf208bc Mon Sep 17 00:00:00 2001 From: samanhappy Date: Fri, 10 Mar 2023 18:39:32 +0800 Subject: [PATCH] fix Helm release trigger and command (#307) --- .github/workflows/helm.yaml | 2 -- docs/Deployment.md | 2 +- helm/easeprobe/README.md | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 8e0a0a41..82a667f9 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -2,8 +2,6 @@ name: Release Helm Charts on: push: - tags: - - 'v*' paths: - "helm/**" diff --git a/docs/Deployment.md b/docs/Deployment.md index 3cb7b71e..f7982dbb 100644 --- a/docs/Deployment.md +++ b/docs/Deployment.md @@ -351,7 +351,7 @@ helm repo add easeprobe https://megaease.github.io/easeprobe **Install and run** ``` -helm install [RELEASE_NAME] megaease/easeprobe +helm install [RELEASE_NAME] easeprobe/easeprobe ``` > **Note**: > Persistence for EaseProbe using Helm is not enabled by default, you must enable it for production environment, refer to [Helm README](../helm/easeprobe/README.md#parameters) for more details. diff --git a/helm/easeprobe/README.md b/helm/easeprobe/README.md index e6cee275..4929c275 100644 --- a/helm/easeprobe/README.md +++ b/helm/easeprobe/README.md @@ -34,7 +34,7 @@ EaseProbe is a simple, standalone, and lightweight tool that can do health/statu ``` - Install and run ```shell - helm install [RELEASE_NAME] megaease/easeprobe + helm install [RELEASE_NAME] easeprobe/easeprobe ``` ## Uninstallation