Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
a3ae0a051c
commit
4de91ffd15
|
@ -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)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
* bump versions to rerelease and fix icons
|
||||
|
||||
|
||||
|
||||
<a name="freeradius-3.0.12"></a>
|
||||
### [freeradius-3.0.12](https://github.com/truecharts/apps/compare/freeradius-3.0.11...freeradius-3.0.12) (2021-10-19)
|
||||
|
||||
#### Change
|
||||
|
||||
* Project-Eclipse 3, Automatically generate item.yaml ([#1178](https://github.com/truecharts/apps/issues/1178))
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.5.3
|
||||
digest: sha256:0cc5e4101e5ff85c878493dc322d39b7b26b300badde2db93ffddaf6575dafa4
|
||||
generated: "2021-11-07T18:39:53.262014044Z"
|
||||
generated: "2021-11-08T13:44:25.996927301Z"
|
|
@ -16,18 +16,14 @@ maintainers:
|
|||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: freeradius
|
||||
sources:
|
||||
- https://hub.docker.com/r/freeradius/freeradius-server/
|
||||
- https://freeradius.org/
|
||||
type: application
|
||||
version: 4.0.6
|
||||
version: 4.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- auth
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -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` | |
|
|
@ -22,7 +22,9 @@ service:
|
|||
targetPort: 1812
|
||||
accounting:
|
||||
ports:
|
||||
enabled: true
|
||||
accounting:
|
||||
enabled: true
|
||||
protocol: UDP
|
||||
port: 1813
|
||||
targetPort: 1813
|
|
@ -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)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
* update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240))
|
||||
|
||||
|
||||
|
||||
<a name="gitea-4.0.0"></a>
|
||||
### [gitea-4.0.0](https://github.com/truecharts/apps/compare/gitea-3.0.1...gitea-4.0.0) (2021-10-26)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart postgresql to v5 ([#1234](https://github.com/truecharts/apps/issues/1234))
|
||||
* update non-major ([#1232](https://github.com/truecharts/apps/issues/1232))
|
|
@ -9,4 +9,4 @@ dependencies:
|
|||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 5.15.8
|
||||
digest: sha256:985e5b494e74bb84005c1188c5225e843afa2308bdb4c0b2df07ca814358070b
|
||||
generated: "2021-11-07T18:41:30.286862512Z"
|
||||
generated: "2021-11-08T13:45:00.295897985Z"
|
|
@ -34,10 +34,9 @@ sources:
|
|||
- https://github.com/go-gitea/gitea
|
||||
- https://hub.docker.com/r/gitea/gitea/
|
||||
type: application
|
||||
version: 4.0.9
|
||||
version: 4.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- GIT
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -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` | |
|
|
@ -10,8 +10,10 @@ service:
|
|||
port: 3000
|
||||
targetPort: 3000
|
||||
ssh:
|
||||
enabled: true
|
||||
ports:
|
||||
ssh:
|
||||
enabled: true
|
||||
port: 2222
|
||||
targetPort: 2222
|
||||
|
|
@ -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)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
<a name="openldap-3.0.13"></a>
|
||||
### [openldap-3.0.13](https://github.com/truecharts/apps/compare/openldap-3.0.12...openldap-3.0.13) (2021-10-20)
|
||||
|
||||
#### Chore
|
||||
|
||||
* bump versions to rerelease and fix icons
|
||||
|
||||
|
||||
|
||||
<a name="openldap-3.0.12"></a>
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.5.3
|
||||
digest: sha256:0cc5e4101e5ff85c878493dc322d39b7b26b300badde2db93ffddaf6575dafa4
|
||||
generated: "2021-11-07T19:08:30.905330268Z"
|
||||
generated: "2021-11-08T13:45:59.233662315Z"
|
|
@ -18,18 +18,14 @@ maintainers:
|
|||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: openldap
|
||||
sources:
|
||||
- https://github.com/jp-gouin/helm-openldap
|
||||
- https://github.com/osixia/docker-openldap
|
||||
type: application
|
||||
version: 4.0.6
|
||||
version: 4.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -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` | |
|
|
@ -45,8 +45,10 @@ service:
|
|||
port: 389
|
||||
targetPort: 389
|
||||
https:
|
||||
enabled: true
|
||||
ports:
|
||||
https:
|
||||
enabled: true
|
||||
port: 636
|
||||
targetPort: 636
|
||||
|
Loading…
Reference in New Issue