rename old

This commit is contained in:
behrooz
2025-08-18 10:58:51 +03:30
parent 5af8a4195f
commit dc18529168
58 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Add [unittest plugin](https://github.com/helm-unittest/helm-unittest) via:
```
helm plugin install https://github.com/helm-unittest/helm-unittest.git
```
Run tests via:
```
helm unittest chart
```
To update the `values.schema.json` run:
```
go run hack/schema/main.go
```