modified: README.md
This commit is contained in:
@@ -13,19 +13,19 @@ Using [gitea](https://git.limbosolutions.com/kb/gitea) as git server.
|
||||
|
||||
### add chart
|
||||
|
||||
``` yaml
|
||||
``` bash
|
||||
helm repo add gitea-charts https://dl.gitea.com/charts/
|
||||
```
|
||||
|
||||
### update chart
|
||||
|
||||
``` yaml
|
||||
``` bash
|
||||
helm repo update
|
||||
```
|
||||
|
||||
### Upgrade / Install
|
||||
|
||||
``` yaml
|
||||
``` bash
|
||||
helm upgrade --install gitea gitea-charts/gitea \
|
||||
--values ./gitea/values.yaml \
|
||||
--values ./gitea/values.private.yaml \
|
||||
|
||||
Reference in New Issue
Block a user