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://hub.docker.com/r/freeradius/freeradius-server/
- https://freeradius.org/ - https://freeradius.org/
type: application type: application
version: 4.0.7 version: 4.0.8
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- auth - auth

View File

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

View File

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

View File

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

View File

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