From 6dc88ea435e6dab109348a6462e56a87be663d7d Mon Sep 17 00:00:00 2001 From: Adriano Pezzuto <2222461+bsctl@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:53:55 +0100 Subject: [PATCH] Update README.md fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69fb64a..3b7f57a 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ This chart is maintained by [Clastix Labs](https://github.com/clastix). ```command helm repo add clastix https://clastix.github.io/charts helm repo update -helm install calico clastix/calico-cni-minimal -n kube-system +helm install calico clastix/calico-cni -n kube-system ``` # Upgrading ```command helm repo update -helm upgrade calico clastix/calico-cni-minimal -n kube-system --version +helm upgrade calico clastix/calico-cni -n kube-system --version ``` ## Customize the installation