From dda732cd5a8900d6e80eb109179be53b2b6dff4c Mon Sep 17 00:00:00 2001 From: Tao Li Date: Fri, 22 Mar 2024 19:06:30 +0800 Subject: [PATCH] update readme Signed-off-by: Tao Li --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 85cfc0e..a1c5642 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,10 @@ helm upgrade --install edb-pg4k \ charts/edb-postgres-for-kubernetes ``` +If you update the version of dependency chart and install from source, +remember to run `helm dependency build` in the chart directory before +install from the source. + ## Copyright `edb-postgres-for-kubernetes-charts` is distributed under Apache License 2.0.