diff --git a/stable/freeradius/4.0.7/CHANGELOG.md b/stable/freeradius/4.0.8/CHANGELOG.md similarity index 94% rename from stable/freeradius/4.0.7/CHANGELOG.md rename to stable/freeradius/4.0.8/CHANGELOG.md index 8ad81829d89..14c8913f725 100644 --- a/stable/freeradius/4.0.7/CHANGELOG.md +++ b/stable/freeradius/4.0.8/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [freeradius-4.0.8](https://github.com/truecharts/apps/compare/freeradius-4.0.7...freeradius-4.0.8) (2021-11-08) + + + ### [freeradius-4.0.7](https://github.com/truecharts/apps/compare/freeradius-4.0.6...freeradius-4.0.7) (2021-11-08) @@ -92,8 +97,3 @@ ### [freeradius-3.0.13](https://github.com/truecharts/apps/compare/freeradius-3.0.12...freeradius-3.0.13) (2021-10-20) - -#### Chore - -* bump versions to rerelease and fix icons - diff --git a/stable/freeradius/4.0.7/CONFIG.md b/stable/freeradius/4.0.8/CONFIG.md similarity index 100% rename from stable/freeradius/4.0.7/CONFIG.md rename to stable/freeradius/4.0.8/CONFIG.md diff --git a/stable/openldap/4.0.7/Chart.lock b/stable/freeradius/4.0.8/Chart.lock similarity index 78% rename from stable/openldap/4.0.7/Chart.lock rename to stable/freeradius/4.0.8/Chart.lock index 1626a297fd8..b02bf885aa9 100644 --- a/stable/openldap/4.0.7/Chart.lock +++ b/stable/freeradius/4.0.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.5.3 digest: sha256:0cc5e4101e5ff85c878493dc322d39b7b26b300badde2db93ffddaf6575dafa4 -generated: "2021-11-08T13:45:59.233662315Z" +generated: "2021-11-08T14:20:49.673623749Z" diff --git a/stable/freeradius/4.0.7/Chart.yaml b/stable/freeradius/4.0.8/Chart.yaml similarity index 97% rename from stable/freeradius/4.0.7/Chart.yaml rename to stable/freeradius/4.0.8/Chart.yaml index af0d4e891fc..a7461632b16 100644 --- a/stable/freeradius/4.0.7/Chart.yaml +++ b/stable/freeradius/4.0.8/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/stable/freeradius/4.0.7/README.md b/stable/freeradius/4.0.8/README.md similarity index 100% rename from stable/freeradius/4.0.7/README.md rename to stable/freeradius/4.0.8/README.md diff --git a/stable/freeradius/4.0.7/app-readme.md b/stable/freeradius/4.0.8/app-readme.md similarity index 100% rename from stable/freeradius/4.0.7/app-readme.md rename to stable/freeradius/4.0.8/app-readme.md diff --git a/stable/freeradius/4.0.7/charts/common-8.5.3.tgz b/stable/freeradius/4.0.8/charts/common-8.5.3.tgz similarity index 100% rename from stable/freeradius/4.0.7/charts/common-8.5.3.tgz rename to stable/freeradius/4.0.8/charts/common-8.5.3.tgz diff --git a/stable/freeradius/4.0.7/helm-values.md b/stable/freeradius/4.0.8/helm-values.md similarity index 97% rename from stable/freeradius/4.0.7/helm-values.md rename to stable/freeradius/4.0.8/helm-values.md index 28baee80ded..483fb2af81a 100644 --- a/stable/freeradius/4.0.7/helm-values.md +++ b/stable/freeradius/4.0.8/helm-values.md @@ -28,11 +28,11 @@ You will, however, be able to use all values referenced in the common chart here | probes.startup | object | See below | Startup probe configuration | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.accounting.enabled | bool | `true` | | | service.accounting.ports.accounting.enabled | bool | `true` | | | service.accounting.ports.accounting.port | int | `1813` | | | service.accounting.ports.accounting.protocol | string | `"UDP"` | | | service.accounting.ports.accounting.targetPort | int | `1813` | | -| service.accounting.ports.enabled | bool | `true` | | | service.main.ports.main.port | int | `1812` | | | service.main.ports.main.protocol | string | `"UDP"` | | | service.main.ports.main.targetPort | int | `1812` | | diff --git a/stable/freeradius/4.0.7/ix_values.yaml b/stable/freeradius/4.0.8/ix_values.yaml similarity index 98% rename from stable/freeradius/4.0.7/ix_values.yaml rename to stable/freeradius/4.0.8/ix_values.yaml index 8c6d8c46a39..14f65fbb583 100644 --- a/stable/freeradius/4.0.7/ix_values.yaml +++ b/stable/freeradius/4.0.8/ix_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/stable/freeradius/4.0.7/questions.yaml b/stable/freeradius/4.0.8/questions.yaml similarity index 100% rename from stable/freeradius/4.0.7/questions.yaml rename to stable/freeradius/4.0.8/questions.yaml diff --git a/stable/freeradius/4.0.7/templates/common.yaml b/stable/freeradius/4.0.8/templates/common.yaml similarity index 100% rename from stable/freeradius/4.0.7/templates/common.yaml rename to stable/freeradius/4.0.8/templates/common.yaml diff --git a/stable/freeradius/4.0.7/values.yaml b/stable/freeradius/4.0.8/values.yaml similarity index 100% rename from stable/freeradius/4.0.7/values.yaml rename to stable/freeradius/4.0.8/values.yaml diff --git a/stable/openldap/4.0.7/CHANGELOG.md b/stable/openldap/4.0.8/CHANGELOG.md similarity index 93% rename from stable/openldap/4.0.7/CHANGELOG.md rename to stable/openldap/4.0.8/CHANGELOG.md index 9652d761dad..3fb7fce96b6 100644 --- a/stable/openldap/4.0.7/CHANGELOG.md +++ b/stable/openldap/4.0.8/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [openldap-4.0.8](https://github.com/truecharts/apps/compare/openldap-4.0.7...openldap-4.0.8) (2021-11-08) + + + ### [openldap-4.0.7](https://github.com/truecharts/apps/compare/openldap-4.0.6...openldap-4.0.7) (2021-11-08) @@ -92,8 +97,3 @@ #### Fix * reenable postgresql migration scripting and bump all to force update -* use correct PVC storageClass when using postgresql as a dependency on SCALE ([#1212](https://github.com/truecharts/apps/issues/1212)) - - - - diff --git a/stable/openldap/4.0.7/CONFIG.md b/stable/openldap/4.0.8/CONFIG.md similarity index 100% rename from stable/openldap/4.0.7/CONFIG.md rename to stable/openldap/4.0.8/CONFIG.md diff --git a/stable/freeradius/4.0.7/Chart.lock b/stable/openldap/4.0.8/Chart.lock similarity index 78% rename from stable/freeradius/4.0.7/Chart.lock rename to stable/openldap/4.0.8/Chart.lock index 60384439d15..73477a9b10d 100644 --- a/stable/freeradius/4.0.7/Chart.lock +++ b/stable/openldap/4.0.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.5.3 digest: sha256:0cc5e4101e5ff85c878493dc322d39b7b26b300badde2db93ffddaf6575dafa4 -generated: "2021-11-08T13:44:25.996927301Z" +generated: "2021-11-08T14:21:25.470341046Z" diff --git a/stable/openldap/4.0.7/Chart.yaml b/stable/openldap/4.0.8/Chart.yaml similarity index 98% rename from stable/openldap/4.0.7/Chart.yaml rename to stable/openldap/4.0.8/Chart.yaml index d1b31dbde41..ffb352444f1 100644 --- a/stable/openldap/4.0.7/Chart.yaml +++ b/stable/openldap/4.0.8/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/stable/openldap/4.0.7/README.md b/stable/openldap/4.0.8/README.md similarity index 100% rename from stable/openldap/4.0.7/README.md rename to stable/openldap/4.0.8/README.md diff --git a/stable/openldap/4.0.7/app-readme.md b/stable/openldap/4.0.8/app-readme.md similarity index 100% rename from stable/openldap/4.0.7/app-readme.md rename to stable/openldap/4.0.8/app-readme.md diff --git a/stable/openldap/4.0.7/charts/common-8.5.3.tgz b/stable/openldap/4.0.8/charts/common-8.5.3.tgz similarity index 100% rename from stable/openldap/4.0.7/charts/common-8.5.3.tgz rename to stable/openldap/4.0.8/charts/common-8.5.3.tgz diff --git a/stable/openldap/4.0.7/helm-values.md b/stable/openldap/4.0.8/helm-values.md similarity index 94% rename from stable/openldap/4.0.7/helm-values.md rename to stable/openldap/4.0.8/helm-values.md index f91d592580d..8624ae6bffe 100644 --- a/stable/openldap/4.0.7/helm-values.md +++ b/stable/openldap/4.0.8/helm-values.md @@ -54,10 +54,10 @@ You will, however, be able to use all values referenced in the common chart here | replication.tls_reqcert | string | `"never"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | -| service.https.enabled | bool | `true` | | -| service.https.ports.https.enabled | bool | `true` | | -| service.https.ports.https.port | int | `636` | | -| service.https.ports.https.targetPort | int | `636` | | +| service.ldaps.enabled | bool | `true` | | +| service.ldaps.ports.ldaps.enabled | bool | `true` | | +| service.ldaps.ports.ldaps.port | int | `636` | | +| service.ldaps.ports.ldaps.targetPort | int | `636` | | | service.main.ports.main.port | int | `389` | | | service.main.ports.main.targetPort | int | `389` | | | volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap/","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d/","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. | diff --git a/stable/openldap/4.0.7/ix_values.yaml b/stable/openldap/4.0.8/ix_values.yaml similarity index 99% rename from stable/openldap/4.0.7/ix_values.yaml rename to stable/openldap/4.0.8/ix_values.yaml index 76821527bcf..77afb1f4d02 100644 --- a/stable/openldap/4.0.7/ix_values.yaml +++ b/stable/openldap/4.0.8/ix_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 diff --git a/stable/openldap/4.0.7/questions.yaml b/stable/openldap/4.0.8/questions.yaml similarity index 99% rename from stable/openldap/4.0.7/questions.yaml rename to stable/openldap/4.0.8/questions.yaml index c27aa0fcd53..4162d4961cd 100644 --- a/stable/openldap/4.0.7/questions.yaml +++ b/stable/openldap/4.0.8/questions.yaml @@ -551,8 +551,8 @@ questions: schema: type: dict attrs: - - variable: https - label: "https Service Port Configuration" + - variable: ldaps + label: "ldaps Service Port Configuration" schema: type: dict attrs: diff --git a/stable/openldap/4.0.7/templates/_configmap.tpl b/stable/openldap/4.0.8/templates/_configmap.tpl similarity index 100% rename from stable/openldap/4.0.7/templates/_configmap.tpl rename to stable/openldap/4.0.8/templates/_configmap.tpl diff --git a/stable/openldap/4.0.7/templates/common.yaml b/stable/openldap/4.0.8/templates/common.yaml similarity index 100% rename from stable/openldap/4.0.7/templates/common.yaml rename to stable/openldap/4.0.8/templates/common.yaml diff --git a/stable/openldap/4.0.7/values.yaml b/stable/openldap/4.0.8/values.yaml similarity index 100% rename from stable/openldap/4.0.7/values.yaml rename to stable/openldap/4.0.8/values.yaml