feat: add charts template and normalize oxicloud's chart with it

This commit is contained in:
cătălin 2026-08-12 13:29:44 +02:00
commit 8597cf5730
No known key found for this signature in database
25 changed files with 749 additions and 249 deletions

View file

@ -7,3 +7,9 @@
```bash
ethtool -K eno1 tx off rx off
```
- upgrade argo
```bash
helm upgrade argo-cd argo/argo-cd -n argo-cd -f k8s/helm/argo-cd/values.yaml
```