Update readme and deps

This commit is contained in:
Grant
2025-03-02 15:40:13 -07:00
parent ff912d9060
commit 3551262610
2 changed files with 14 additions and 9 deletions

View File

@@ -58,6 +58,11 @@ kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/late
```
### Apply and upgrade
check for updates:
```sh
bws run 'helmfile deps'
```
apply changes:
```sh
bws run 'helmfile apply'
```