diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml index c82b53e09b1..af0d4e891fc 100644 --- a/charts/stable/freeradius/Chart.yaml +++ b/charts/stable/freeradius/Chart.yaml @@ -16,18 +16,14 @@ maintainers: - email: info@truecharts.org name: TrueCharts url: truecharts.org -- email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org name: freeradius sources: - https://hub.docker.com/r/freeradius/freeradius-server/ - https://freeradius.org/ type: application -version: 4.0.6 +version: 4.0.7 annotations: truecharts.org/catagories: | - auth - truecharts.org/SCALE-support: "true" truecharts.org/grade: U diff --git a/charts/stable/freeradius/values.yaml b/charts/stable/freeradius/values.yaml index b4b6cd1f68b..8c6d8c46a39 100644 --- a/charts/stable/freeradius/values.yaml +++ b/charts/stable/freeradius/values.yaml @@ -22,7 +22,9 @@ service: targetPort: 1812 accounting: ports: + enabled: true accounting: + enabled: true protocol: UDP port: 1813 targetPort: 1813 diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index d45a4e897fb..f523b6da1ee 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -34,10 +34,9 @@ sources: - https://github.com/go-gitea/gitea - https://hub.docker.com/r/gitea/gitea/ type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - GIT - truecharts.org/SCALE-support: "true" truecharts.org/grade: U diff --git a/charts/stable/gitea/values.yaml b/charts/stable/gitea/values.yaml index e93be12268b..bbabed07ce2 100644 --- a/charts/stable/gitea/values.yaml +++ b/charts/stable/gitea/values.yaml @@ -10,8 +10,10 @@ service: port: 3000 targetPort: 3000 ssh: + enabled: true ports: ssh: + enabled: true port: 2222 targetPort: 2222 diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index b1acd92e9f5..d1b31dbde41 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -18,18 +18,14 @@ maintainers: - email: info@truecharts.org name: TrueCharts url: truecharts.org -- email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org name: openldap sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 4.0.6 +version: 4.0.7 annotations: truecharts.org/catagories: | - cloud - truecharts.org/SCALE-support: "true" truecharts.org/grade: U diff --git a/charts/stable/openldap/values.yaml b/charts/stable/openldap/values.yaml index 456523c5132..76821527bcf 100644 --- a/charts/stable/openldap/values.yaml +++ b/charts/stable/openldap/values.yaml @@ -45,8 +45,10 @@ service: port: 389 targetPort: 389 https: + enabled: true ports: https: + enabled: true port: 636 targetPort: 636