modified: README.md

This commit is contained in:
2025-04-16 22:53:33 +00:00
parent 96fb2ddb6c
commit 82c13f834e

View File

@@ -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 \