fix(openldap/freeradius): fix install on new GUI
This commit is contained in:
parent
2f021dd4d9
commit
ebcea7f44d
|
@ -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
|
||||
|
|
|
@ -21,8 +21,8 @@ service:
|
|||
port: 1812
|
||||
targetPort: 1812
|
||||
accounting:
|
||||
enabled: true
|
||||
ports:
|
||||
enabled: true
|
||||
accounting:
|
||||
enabled: true
|
||||
protocol: UDP
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -44,10 +44,10 @@ service:
|
|||
main:
|
||||
port: 389
|
||||
targetPort: 389
|
||||
https:
|
||||
ldaps:
|
||||
enabled: true
|
||||
ports:
|
||||
https:
|
||||
ldaps:
|
||||
enabled: true
|
||||
port: 636
|
||||
targetPort: 636
|
||||
|
|
Loading…
Reference in New Issue