Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
bsctl authored Nov 15, 2024
1 parent 46ce22c commit 6dc88ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <new_version>
helm upgrade calico clastix/calico-cni -n kube-system --version <new_version>
```

## Customize the installation
Expand Down

0 comments on commit 6dc88ea

Please sign in to comment.