chore: Auto-update chart README [skip ci]
This commit is contained in:
@@ -2,6 +2,17 @@
|
||||
|
||||
|
||||
|
||||
## [gitea-9.0.1](https://github.com/truecharts/charts/compare/gitea-8.0.27...gitea-9.0.1) (2022-08-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
|
||||
- update docker general non-major ([#3356](https://github.com/truecharts/charts/issues/3356))
|
||||
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
|
||||
|
||||
|
||||
|
||||
|
||||
## [gitea-8.0.27](https://github.com/truecharts/apps/compare/gitea-8.0.26...gitea-8.0.27) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.16.9"
|
||||
appVersion: "1.17.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -14,8 +14,8 @@ dependencies:
|
||||
version: 3.0.49
|
||||
deprecated: false
|
||||
description: Self hosted GIT repositories
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/stable/gitea
|
||||
icon: https://truecharts.org/img/chart-icons/gitea.png
|
||||
home: https://truecharts.org/docs/charts/stable/gitea
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png
|
||||
keywords:
|
||||
- git
|
||||
- issue tracker
|
||||
@@ -30,6 +30,7 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: gitea
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gitea
|
||||
- https://gitea.com/gitea/helm-chart
|
||||
- https://github.com/go-gitea/gitea
|
||||
- https://hub.docker.com/r/gitea/gitea/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# gitea
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Self hosted GIT repositories
|
||||
|
||||
@@ -13,6 +13,7 @@ For more information, please click here: [gitea](https://truecharts.org/docs/cha
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/stable/gitea>
|
||||
* <https://gitea.com/gitea/helm-chart>
|
||||
* <https://github.com/go-gitea/gitea>
|
||||
* <https://hub.docker.com/r/gitea/gitea/>
|
||||
@@ -25,22 +26,22 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.truecharts.org/ | memcached | 3.0.47 |
|
||||
| https://charts.truecharts.org/ | postgresql | 8.0.48 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
| https://charts.truecharts.org/ | memcached | 3.0.49 |
|
||||
| https://charts.truecharts.org/ | postgresql | 8.0.50 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.9 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `gitea`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://helm.truecharts.org
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install gitea TrueCharts/gitea
|
||||
```
|
||||
@@ -51,7 +52,7 @@ helm install gitea TrueCharts/gitea
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
@@ -70,7 +71,7 @@ helm uninstall gitea
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the Commandline
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
@@ -88,9 +89,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
|
||||
helm install gitea TrueCharts/gitea -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other apps
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user