Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-12 22:28:18 +00:00
parent ba765158bf
commit fb51c065eb
22 changed files with 35 additions and 35 deletions

View File

@ -1,12 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.4
- name: postgresql
repository: https://truecharts.org/
version: 5.1.15
- name: memcached
repository: https://charts.bitnami.com/bitnami
version: 5.15.8
digest: sha256:0b9cccf898e8a70f506c99ca0e44b626c772d3eb8adf2ea78d81c2850bba9aa4
generated: "2021-11-09T11:17:32.911537913Z"

View File

@ -1,6 +1,19 @@
# Changelog<br>
<a name="gitea-4.0.13"></a>
### [gitea-4.0.13](https://github.com/truecharts/apps/compare/gitea-4.0.12...gitea-4.0.13) (2021-11-12)
#### Feat
* move gitea to our own memcached chart ([#1313](https://github.com/truecharts/apps/issues/1313))
#### Fix
* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306))
<a name="gitea-4.0.12"></a>
### [gitea-4.0.12](https://github.com/truecharts/apps/compare/gitea-4.0.11...gitea-4.0.12) (2021-11-09)
@ -84,16 +97,3 @@
* update helm chart postgresql to v5.1.4 ([#1249](https://github.com/truecharts/apps/issues/1249))
<a name="gitea-4.0.3"></a>
### [gitea-4.0.3](https://github.com/truecharts/apps/compare/gitea-4.0.2...gitea-4.0.3) (2021-10-26)
#### Chore
* update non-major deps helm releases ([#1247](https://github.com/truecharts/apps/issues/1247))
<a name="gitea-4.0.2"></a>
### [gitea-4.0.2](https://github.com/truecharts/apps/compare/gitea-4.0.1...gitea-4.0.2) (2021-10-26)

View File

@ -0,0 +1,12 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.6
- name: postgresql
repository: https://truecharts.org/
version: 5.1.16
- name: memcached
repository: https://truecharts.org/
version: 1.0.0
digest: sha256:c6c3a9f69ba7116d2b9228936690164f35660f68ba941251db0dd92dda91cf79
generated: "2021-11-12T22:25:43.020063188Z"

View File

@ -3,15 +3,15 @@ appVersion: "1.15.6"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.4
version: 8.5.6
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 5.1.15
version: 5.1.16
- condition: memcached.enabled
name: memcached
repository: https://charts.bitnami.com/bitnami
version: 5.15.8
repository: https://truecharts.org/
version: 1.0.0
deprecated: false
description: Self hosted GIT repositories
home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea
@ -34,7 +34,7 @@ sources:
- https://github.com/go-gitea/gitea
- https://hub.docker.com/r/gitea/gitea/
type: application
version: 4.0.12
version: 4.0.13
annotations:
truecharts.org/catagories: |
- GIT

View File

@ -19,9 +19,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | memcached | 5.15.8 |
| https://truecharts.org/ | postgresql | 5.1.15 |
| https://truecharts.org | common | 8.5.4 |
| https://truecharts.org/ | memcached | 1.0.0 |
| https://truecharts.org/ | postgresql | 5.1.16 |
| https://truecharts.org | common | 8.5.6 |
## Installing the Chart

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -885,7 +885,7 @@ questions:
type: string
default: "/data"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
@ -1071,7 +1071,7 @@ questions:
type: string
default: ""
required: true
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema: