From 97d2c238930179b4c2e641fbc628067fe7ad4f05 Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Fri, 28 Jul 2023 12:49:21 +0800 Subject: [PATCH] Fix: add dependency-update for helm chart of operator Signed-off-by: Lan Liang --- operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/README.md b/operator/README.md index 3a1f1851c..c52ce3a64 100644 --- a/operator/README.md +++ b/operator/README.md @@ -27,7 +27,7 @@ Go to the root directory of the `karmada-io/karmada` repo. To install the Helm C the release name `karmada-operator` in the namespace `karmada-system`, simply run the helm command: ```shell -helm install karmada-operator -n karmada-system --create-namespace ./charts/karmada-operator --debug +helm install karmada-operator -n karmada-system --create-namespace --dependency-update ./charts/karmada-operator --debug ``` #### Using YAML resource