diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml index af0d4e891fc..a7461632b16 100644 --- a/charts/stable/freeradius/Chart.yaml +++ b/charts/stable/freeradius/Chart.yaml @@ -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 diff --git a/charts/stable/freeradius/values.yaml b/charts/stable/freeradius/values.yaml index 8c6d8c46a39..14f65fbb583 100644 --- a/charts/stable/freeradius/values.yaml +++ b/charts/stable/freeradius/values.yaml @@ -21,8 +21,8 @@ service: port: 1812 targetPort: 1812 accounting: + enabled: true ports: - enabled: true accounting: enabled: true protocol: UDP diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index d1b31dbde41..ffb352444f1 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -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 diff --git a/charts/stable/openldap/questions.yaml b/charts/stable/openldap/questions.yaml index a2c4eabcd8d..442bd985366 100644 --- a/charts/stable/openldap/questions.yaml +++ b/charts/stable/openldap/questions.yaml @@ -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: diff --git a/charts/stable/openldap/values.yaml b/charts/stable/openldap/values.yaml index 76821527bcf..77afb1f4d02 100644 --- a/charts/stable/openldap/values.yaml +++ b/charts/stable/openldap/values.yaml @@ -44,10 +44,10 @@ service: main: port: 389 targetPort: 389 - https: + ldaps: enabled: true ports: - https: + ldaps: enabled: true port: 636 targetPort: 636