Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-08 13:50:19 +00:00
parent e0029fd9b0
commit 071e19d9ff
13 changed files with 178 additions and 1 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="freeradius-4.0.7"></a>
### [freeradius-4.0.7](https://github.com/truecharts/apps/compare/freeradius-4.0.6...freeradius-4.0.7) (2021-11-08)
#### Fix
* Correctly enable ports by default on some more Apps
<a name="freeradius-4.0.6"></a>
### [freeradius-4.0.6](https://github.com/truecharts/apps/compare/freeradius-4.0.5...freeradius-4.0.6) (2021-11-07)

View File

@ -28,9 +28,11 @@ You will, however, be able to use all values referenced in the common chart here
| probes.startup | object | See below | Startup probe configuration |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.accounting.ports.accounting.enabled | bool | `true` | |
| service.accounting.ports.accounting.port | int | `1813` | |
| service.accounting.ports.accounting.protocol | string | `"UDP"` | |
| service.accounting.ports.accounting.targetPort | int | `1813` | |
| service.accounting.ports.enabled | bool | `true` | |
| service.main.ports.main.port | int | `1812` | |
| service.main.ports.main.protocol | string | `"UDP"` | |
| service.main.ports.main.targetPort | int | `1812` | |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="gitea-4.0.10"></a>
### [gitea-4.0.10](https://github.com/truecharts/apps/compare/gitea-4.0.9...gitea-4.0.10) (2021-11-08)
#### Fix
* Correctly enable ports by default on some more Apps
<a name="gitea-4.0.9"></a>
### [gitea-4.0.9](https://github.com/truecharts/apps/compare/gitea-4.0.8...gitea-4.0.9) (2021-11-07)

View File

@ -65,6 +65,8 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"gitea"` | |
| service.main.ports.main.port | int | `3000` | |
| service.main.ports.main.targetPort | int | `3000` | |
| service.ssh.enabled | bool | `true` | |
| service.ssh.ports.ssh.enabled | bool | `true` | |
| service.ssh.ports.ssh.port | int | `2222` | |
| service.ssh.ports.ssh.targetPort | int | `2222` | |
| signing.enabled | bool | `true` | |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="openldap-4.0.7"></a>
### [openldap-4.0.7](https://github.com/truecharts/apps/compare/openldap-4.0.6...openldap-4.0.7) (2021-11-08)
#### Fix
* Correctly enable ports by default on some more Apps
<a name="openldap-4.0.6"></a>
### [openldap-4.0.6](https://github.com/truecharts/apps/compare/openldap-4.0.5...openldap-4.0.6) (2021-11-07)

View File

@ -54,6 +54,8 @@ You will, however, be able to use all values referenced in the common chart here
| replication.tls_reqcert | string | `"never"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.https.enabled | bool | `true` | |
| service.https.ports.https.enabled | bool | `true` | |
| service.https.ports.https.port | int | `636` | |
| service.https.ports.https.targetPort | int | `636` | |
| service.main.ports.main.port | int | `389` | |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="freeradius-4.0.7"></a>
### [freeradius-4.0.7](https://github.com/truecharts/apps/compare/freeradius-4.0.6...freeradius-4.0.7) (2021-11-08)
#### Fix
* Correctly enable ports by default on some more Apps
<a name="freeradius-4.0.6"></a>
### [freeradius-4.0.6](https://github.com/truecharts/apps/compare/freeradius-4.0.5...freeradius-4.0.6) (2021-11-07)

View File

@ -28,9 +28,11 @@ You will, however, be able to use all values referenced in the common chart here
| probes.startup | object | See below | Startup probe configuration |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.accounting.ports.accounting.enabled | bool | `true` | |
| service.accounting.ports.accounting.port | int | `1813` | |
| service.accounting.ports.accounting.protocol | string | `"UDP"` | |
| service.accounting.ports.accounting.targetPort | int | `1813` | |
| service.accounting.ports.enabled | bool | `true` | |
| service.main.ports.main.port | int | `1812` | |
| service.main.ports.main.protocol | string | `"UDP"` | |
| service.main.ports.main.targetPort | int | `1812` | |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="gitea-4.0.10"></a>
### [gitea-4.0.10](https://github.com/truecharts/apps/compare/gitea-4.0.9...gitea-4.0.10) (2021-11-08)
#### Fix
* Correctly enable ports by default on some more Apps
<a name="gitea-4.0.9"></a>
### [gitea-4.0.9](https://github.com/truecharts/apps/compare/gitea-4.0.8...gitea-4.0.9) (2021-11-07)

View File

@ -65,6 +65,8 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"gitea"` | |
| service.main.ports.main.port | int | `3000` | |
| service.main.ports.main.targetPort | int | `3000` | |
| service.ssh.enabled | bool | `true` | |
| service.ssh.ports.ssh.enabled | bool | `true` | |
| service.ssh.ports.ssh.port | int | `2222` | |
| service.ssh.ports.ssh.targetPort | int | `2222` | |
| signing.enabled | bool | `true` | |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="openldap-4.0.7"></a>
### [openldap-4.0.7](https://github.com/truecharts/apps/compare/openldap-4.0.6...openldap-4.0.7) (2021-11-08)
#### Fix
* Correctly enable ports by default on some more Apps
<a name="openldap-4.0.6"></a>
### [openldap-4.0.6](https://github.com/truecharts/apps/compare/openldap-4.0.5...openldap-4.0.6) (2021-11-07)

View File

@ -54,6 +54,8 @@ You will, however, be able to use all values referenced in the common chart here
| replication.tls_reqcert | string | `"never"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.https.enabled | bool | `true` | |
| service.https.ports.https.enabled | bool | `true` | |
| service.https.ports.https.port | int | `636` | |
| service.https.ports.https.targetPort | int | `636` | |
| service.main.ports.main.port | int | `389` | |

View File

@ -57965,6 +57965,38 @@ entries:
- https://github.com/truecharts/apps/releases/download/fossil-0.0.2/fossil-0.0.2.tgz
version: 0.0.2
freeradius:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- auth
truecharts.org/grade: U
apiVersion: v2
appVersion: 3.0.23
created: "2021-11-08T13:50:16.134933155Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.3
description: OpenSource Radius implementation
digest: 01a919ce33d97ff1a2ceb01954e7f4e08fba6cee6b47ab7551c490140cedb1b3
home: https://www.openldap.org
icon: https://networkradius.com/assets/img/FR-NR.svg
keywords:
- radius
- auth
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: truecharts.org
name: freeradius
sources:
- https://hub.docker.com/r/freeradius/freeradius-server/
- https://freeradius.org/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/freeradius-4.0.7/freeradius-4.0.7.tgz
version: 4.0.7
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -64602,6 +64634,51 @@ entries:
- https://github.com/truecharts/apps/releases/download/gaps-3.1.5/gaps-3.1.5.tgz
version: 3.1.5
gitea:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GIT
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.15.6
created: "2021-11-08T13:50:16.392204934Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.3
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 5.1.10
- condition: memcached.enabled
name: memcached
repository: https://charts.bitnami.com/bitnami
version: 5.15.8
description: Self hosted GIT repositories
digest: 85368b45c70ededeaf37e40c2f8bdcd9c6c92b62dcce5a52e84812c72d871db4
home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea
icon: https://docs.gitea.io/images/gitea.png
keywords:
- git
- issue tracker
- code review
- wiki
- gitea
- gogs
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: truecharts.org
name: gitea
sources:
- https://gitea.com/gitea/helm-chart
- https://github.com/go-gitea/gitea
- https://hub.docker.com/r/gitea/gitea/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/gitea-4.0.10/gitea-4.0.10.tgz
version: 4.0.10
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -143923,6 +144000,40 @@ entries:
- https://github.com/truecharts/apps/releases/download/openkm-0.0.1/openkm-0.0.1.tgz
version: 0.0.1
openldap:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- cloud
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.5.0
created: "2021-11-08T13:50:16.608060034Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.3
description: Community developed LDAP software
digest: 2f69449a431656117bb782c2651550257c539baebbccf32fb9d9a61cdd57ac07
home: https://www.openldap.org
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Database-openldap.svg/640px-Database-openldap.svg.png
keywords:
- ldap
- openldap
- iam-stack
- high availability
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: truecharts.org
name: openldap
sources:
- https://github.com/jp-gouin/helm-openldap
- https://github.com/osixia/docker-openldap
type: application
urls:
- https://github.com/truecharts/apps/releases/download/openldap-4.0.7/openldap-4.0.7.tgz
version: 4.0.7
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -243397,4 +243508,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
generated: "2021-11-08T13:40:22.577428891Z"
generated: "2021-11-08T13:50:16.691169987Z"