Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-08 14:25:54 +00:00
parent 9b1d21c811
commit a31f9b2cd5
25 changed files with 24 additions and 24 deletions

View File

@ -1,6 +1,11 @@
# Changelog<br>
<a name="freeradius-4.0.8"></a>
### [freeradius-4.0.8](https://github.com/truecharts/apps/compare/freeradius-4.0.7...freeradius-4.0.8) (2021-11-08)
<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)
@ -92,8 +97,3 @@
<a name="freeradius-3.0.13"></a>
### [freeradius-3.0.13](https://github.com/truecharts/apps/compare/freeradius-3.0.12...freeradius-3.0.13) (2021-10-20)
#### Chore
* bump versions to rerelease and fix icons

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.5.3
digest: sha256:0cc5e4101e5ff85c878493dc322d39b7b26b300badde2db93ffddaf6575dafa4
generated: "2021-11-08T13:45:59.233662315Z"
generated: "2021-11-08T14:20:49.673623749Z"

View File

@ -21,7 +21,7 @@ sources:
- https://hub.docker.com/r/freeradius/freeradius-server/
- https://freeradius.org/
type: application
version: 4.0.7
version: 4.0.8
annotations:
truecharts.org/catagories: |
- auth

View File

@ -28,11 +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.enabled | bool | `true` | |
| 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

@ -21,8 +21,8 @@ service:
port: 1812
targetPort: 1812
accounting:
enabled: true
ports:
enabled: true
accounting:
enabled: true
protocol: UDP

View File

@ -1,6 +1,11 @@
# Changelog<br>
<a name="openldap-4.0.8"></a>
### [openldap-4.0.8](https://github.com/truecharts/apps/compare/openldap-4.0.7...openldap-4.0.8) (2021-11-08)
<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)
@ -92,8 +97,3 @@
#### Fix
* reenable postgresql migration scripting and bump all to force update
* use correct PVC storageClass when using postgresql as a dependency on SCALE ([#1212](https://github.com/truecharts/apps/issues/1212))
<a name="openldap-3.0.13"></a>

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.5.3
digest: sha256:0cc5e4101e5ff85c878493dc322d39b7b26b300badde2db93ffddaf6575dafa4
generated: "2021-11-08T13:44:25.996927301Z"
generated: "2021-11-08T14:21:25.470341046Z"

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/jp-gouin/helm-openldap
- https://github.com/osixia/docker-openldap
type: application
version: 4.0.7
version: 4.0.8
annotations:
truecharts.org/catagories: |
- cloud

View File

@ -54,10 +54,10 @@ 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.ldaps.enabled | bool | `true` | |
| service.ldaps.ports.ldaps.enabled | bool | `true` | |
| service.ldaps.ports.ldaps.port | int | `636` | |
| service.ldaps.ports.ldaps.targetPort | int | `636` | |
| service.main.ports.main.port | int | `389` | |
| service.main.ports.main.targetPort | int | `389` | |
| volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap/","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d/","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. |

View File

@ -44,10 +44,10 @@ service:
main:
port: 389
targetPort: 389
https:
ldaps:
enabled: true
ports:
https:
ldaps:
enabled: true
port: 636
targetPort: 636

View File

@ -551,8 +551,8 @@ questions:
schema:
type: dict
attrs:
- variable: https
label: "https Service Port Configuration"
- variable: ldaps
label: "ldaps Service Port Configuration"
schema:
type: dict
attrs: