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://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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue