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
|
### add chart
|
||||||
|
|
||||||
``` yaml
|
``` bash
|
||||||
helm repo add gitea-charts https://dl.gitea.com/charts/
|
helm repo add gitea-charts https://dl.gitea.com/charts/
|
||||||
```
|
```
|
||||||
|
|
||||||
### update chart
|
### update chart
|
||||||
|
|
||||||
``` yaml
|
``` bash
|
||||||
helm repo update
|
helm repo update
|
||||||
```
|
```
|
||||||
|
|
||||||
### Upgrade / Install
|
### Upgrade / Install
|
||||||
|
|
||||||
``` yaml
|
``` bash
|
||||||
helm upgrade --install gitea gitea-charts/gitea \
|
helm upgrade --install gitea gitea-charts/gitea \
|
||||||
--values ./gitea/values.yaml \
|
--values ./gitea/values.yaml \
|
||||||
--values ./gitea/values.private.yaml \
|
--values ./gitea/values.private.yaml \
|
||||||
|
|||||||
Reference in New Issue
Block a user