fix(openldap/freeradius): fix install on new GUI

This commit is contained in:
kjeld Schouten-Lebbing 2021-11-08 15:18:49 +01:00
parent 2f021dd4d9
commit ebcea7f44d
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
5 changed files with 7 additions and 7 deletions

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

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

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

@ -272,8 +272,8 @@ questions:
type: dict
attrs:
# Include{serviceSelector}
- variable: https
label: "https Service Port Configuration"
- variable: ldaps
label: "ldaps Service Port Configuration"
schema:
type: dict
attrs:

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