diff --git a/stable/freeradius/4.0.6/CHANGELOG.md b/stable/freeradius/4.0.7/CHANGELOG.md similarity index 89% rename from stable/freeradius/4.0.6/CHANGELOG.md rename to stable/freeradius/4.0.7/CHANGELOG.md index 3238c7c63ae..8ad81829d89 100644 --- a/stable/freeradius/4.0.6/CHANGELOG.md +++ b/stable/freeradius/4.0.7/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [freeradius-4.0.7](https://github.com/truecharts/apps/compare/freeradius-4.0.6...freeradius-4.0.7) (2021-11-08) + +#### Fix + +* Correctly enable ports by default on some more Apps + + + ### [freeradius-4.0.6](https://github.com/truecharts/apps/compare/freeradius-4.0.5...freeradius-4.0.6) (2021-11-07) @@ -88,12 +97,3 @@ * bump versions to rerelease and fix icons - - - -### [freeradius-3.0.12](https://github.com/truecharts/apps/compare/freeradius-3.0.11...freeradius-3.0.12) (2021-10-19) - -#### Change - -* Project-Eclipse 3, Automatically generate item.yaml ([#1178](https://github.com/truecharts/apps/issues/1178)) - diff --git a/stable/freeradius/4.0.6/CONFIG.md b/stable/freeradius/4.0.7/CONFIG.md similarity index 100% rename from stable/freeradius/4.0.6/CONFIG.md rename to stable/freeradius/4.0.7/CONFIG.md diff --git a/stable/freeradius/4.0.6/Chart.lock b/stable/freeradius/4.0.7/Chart.lock similarity index 78% rename from stable/freeradius/4.0.6/Chart.lock rename to stable/freeradius/4.0.7/Chart.lock index 90cf48bf91c..60384439d15 100644 --- a/stable/freeradius/4.0.6/Chart.lock +++ b/stable/freeradius/4.0.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.5.3 digest: sha256:0cc5e4101e5ff85c878493dc322d39b7b26b300badde2db93ffddaf6575dafa4 -generated: "2021-11-07T18:39:53.262014044Z" +generated: "2021-11-08T13:44:25.996927301Z" diff --git a/stable/freeradius/4.0.6/Chart.yaml b/stable/freeradius/4.0.7/Chart.yaml similarity index 87% rename from stable/freeradius/4.0.6/Chart.yaml rename to stable/freeradius/4.0.7/Chart.yaml index c82b53e09b1..af0d4e891fc 100644 --- a/stable/freeradius/4.0.6/Chart.yaml +++ b/stable/freeradius/4.0.7/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/stable/freeradius/4.0.6/README.md b/stable/freeradius/4.0.7/README.md similarity index 100% rename from stable/freeradius/4.0.6/README.md rename to stable/freeradius/4.0.7/README.md diff --git a/stable/freeradius/4.0.6/app-readme.md b/stable/freeradius/4.0.7/app-readme.md similarity index 100% rename from stable/freeradius/4.0.6/app-readme.md rename to stable/freeradius/4.0.7/app-readme.md diff --git a/stable/freeradius/4.0.6/charts/common-8.5.3.tgz b/stable/freeradius/4.0.7/charts/common-8.5.3.tgz similarity index 100% rename from stable/freeradius/4.0.6/charts/common-8.5.3.tgz rename to stable/freeradius/4.0.7/charts/common-8.5.3.tgz diff --git a/stable/freeradius/4.0.6/helm-values.md b/stable/freeradius/4.0.7/helm-values.md similarity index 94% rename from stable/freeradius/4.0.6/helm-values.md rename to stable/freeradius/4.0.7/helm-values.md index 16a940ffd34..28baee80ded 100644 --- a/stable/freeradius/4.0.6/helm-values.md +++ b/stable/freeradius/4.0.7/helm-values.md @@ -28,9 +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.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.6/ix_values.yaml b/stable/freeradius/4.0.7/ix_values.yaml similarity index 96% rename from stable/freeradius/4.0.6/ix_values.yaml rename to stable/freeradius/4.0.7/ix_values.yaml index b4b6cd1f68b..8c6d8c46a39 100644 --- a/stable/freeradius/4.0.6/ix_values.yaml +++ b/stable/freeradius/4.0.7/ix_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/stable/freeradius/4.0.6/questions.yaml b/stable/freeradius/4.0.7/questions.yaml similarity index 100% rename from stable/freeradius/4.0.6/questions.yaml rename to stable/freeradius/4.0.7/questions.yaml diff --git a/stable/freeradius/4.0.6/templates/common.yaml b/stable/freeradius/4.0.7/templates/common.yaml similarity index 100% rename from stable/freeradius/4.0.6/templates/common.yaml rename to stable/freeradius/4.0.7/templates/common.yaml diff --git a/stable/freeradius/4.0.6/values.yaml b/stable/freeradius/4.0.7/values.yaml similarity index 100% rename from stable/freeradius/4.0.6/values.yaml rename to stable/freeradius/4.0.7/values.yaml diff --git a/stable/gitea/4.0.9/CHANGELOG.md b/stable/gitea/4.0.10/CHANGELOG.md similarity index 88% rename from stable/gitea/4.0.9/CHANGELOG.md rename to stable/gitea/4.0.10/CHANGELOG.md index 1522a7cd424..1415ae64e2e 100644 --- a/stable/gitea/4.0.9/CHANGELOG.md +++ b/stable/gitea/4.0.10/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [gitea-4.0.10](https://github.com/truecharts/apps/compare/gitea-4.0.9...gitea-4.0.10) (2021-11-08) + +#### Fix + +* Correctly enable ports by default on some more Apps + + + ### [gitea-4.0.9](https://github.com/truecharts/apps/compare/gitea-4.0.8...gitea-4.0.9) (2021-11-07) @@ -88,12 +97,3 @@ * update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240)) - - - -### [gitea-4.0.0](https://github.com/truecharts/apps/compare/gitea-3.0.1...gitea-4.0.0) (2021-10-26) - -#### Chore - -* update helm chart postgresql to v5 ([#1234](https://github.com/truecharts/apps/issues/1234)) -* update non-major ([#1232](https://github.com/truecharts/apps/issues/1232)) diff --git a/stable/gitea/4.0.9/CONFIG.md b/stable/gitea/4.0.10/CONFIG.md similarity index 100% rename from stable/gitea/4.0.9/CONFIG.md rename to stable/gitea/4.0.10/CONFIG.md diff --git a/stable/gitea/4.0.9/Chart.lock b/stable/gitea/4.0.10/Chart.lock similarity index 88% rename from stable/gitea/4.0.9/Chart.lock rename to stable/gitea/4.0.10/Chart.lock index d295555af61..459ccfa6be9 100644 --- a/stable/gitea/4.0.9/Chart.lock +++ b/stable/gitea/4.0.10/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 5.15.8 digest: sha256:985e5b494e74bb84005c1188c5225e843afa2308bdb4c0b2df07ca814358070b -generated: "2021-11-07T18:41:30.286862512Z" +generated: "2021-11-08T13:45:00.295897985Z" diff --git a/stable/gitea/4.0.9/Chart.yaml b/stable/gitea/4.0.10/Chart.yaml similarity index 98% rename from stable/gitea/4.0.9/Chart.yaml rename to stable/gitea/4.0.10/Chart.yaml index d45a4e897fb..f523b6da1ee 100644 --- a/stable/gitea/4.0.9/Chart.yaml +++ b/stable/gitea/4.0.10/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/stable/gitea/4.0.9/README.md b/stable/gitea/4.0.10/README.md similarity index 100% rename from stable/gitea/4.0.9/README.md rename to stable/gitea/4.0.10/README.md diff --git a/stable/gitea/4.0.9/app-readme.md b/stable/gitea/4.0.10/app-readme.md similarity index 100% rename from stable/gitea/4.0.9/app-readme.md rename to stable/gitea/4.0.10/app-readme.md diff --git a/stable/gitea/4.0.9/charts/common-8.5.3.tgz b/stable/gitea/4.0.10/charts/common-8.5.3.tgz similarity index 100% rename from stable/gitea/4.0.9/charts/common-8.5.3.tgz rename to stable/gitea/4.0.10/charts/common-8.5.3.tgz diff --git a/stable/gitea/4.0.9/charts/memcached-5.15.8.tgz b/stable/gitea/4.0.10/charts/memcached-5.15.8.tgz similarity index 100% rename from stable/gitea/4.0.9/charts/memcached-5.15.8.tgz rename to stable/gitea/4.0.10/charts/memcached-5.15.8.tgz diff --git a/stable/gitea/4.0.9/charts/postgresql-5.1.10.tgz b/stable/gitea/4.0.10/charts/postgresql-5.1.10.tgz similarity index 100% rename from stable/gitea/4.0.9/charts/postgresql-5.1.10.tgz rename to stable/gitea/4.0.10/charts/postgresql-5.1.10.tgz diff --git a/stable/gitea/4.0.9/ci/basic-values.yaml b/stable/gitea/4.0.10/ci/basic-values.yaml similarity index 100% rename from stable/gitea/4.0.9/ci/basic-values.yaml rename to stable/gitea/4.0.10/ci/basic-values.yaml diff --git a/stable/gitea/4.0.9/ci/ingress-values.yaml b/stable/gitea/4.0.10/ci/ingress-values.yaml similarity index 100% rename from stable/gitea/4.0.9/ci/ingress-values.yaml rename to stable/gitea/4.0.10/ci/ingress-values.yaml diff --git a/stable/gitea/4.0.9/helm-values.md b/stable/gitea/4.0.10/helm-values.md similarity index 97% rename from stable/gitea/4.0.9/helm-values.md rename to stable/gitea/4.0.10/helm-values.md index 198492d8f9a..ab47f5725a5 100644 --- a/stable/gitea/4.0.9/helm-values.md +++ b/stable/gitea/4.0.10/helm-values.md @@ -65,6 +65,8 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"gitea"` | | | service.main.ports.main.port | int | `3000` | | | service.main.ports.main.targetPort | int | `3000` | | +| service.ssh.enabled | bool | `true` | | +| service.ssh.ports.ssh.enabled | bool | `true` | | | service.ssh.ports.ssh.port | int | `2222` | | | service.ssh.ports.ssh.targetPort | int | `2222` | | | signing.enabled | bool | `true` | | diff --git a/stable/gitea/4.0.9/ix_values.yaml b/stable/gitea/4.0.10/ix_values.yaml similarity index 98% rename from stable/gitea/4.0.9/ix_values.yaml rename to stable/gitea/4.0.10/ix_values.yaml index e93be12268b..bbabed07ce2 100644 --- a/stable/gitea/4.0.9/ix_values.yaml +++ b/stable/gitea/4.0.10/ix_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/stable/gitea/4.0.9/questions.yaml b/stable/gitea/4.0.10/questions.yaml similarity index 100% rename from stable/gitea/4.0.9/questions.yaml rename to stable/gitea/4.0.10/questions.yaml diff --git a/stable/gitea/4.0.9/templates/_configmap.tpl b/stable/gitea/4.0.10/templates/_configmap.tpl similarity index 100% rename from stable/gitea/4.0.9/templates/_configmap.tpl rename to stable/gitea/4.0.10/templates/_configmap.tpl diff --git a/stable/gitea/4.0.9/templates/_secrets.tpl b/stable/gitea/4.0.10/templates/_secrets.tpl similarity index 100% rename from stable/gitea/4.0.9/templates/_secrets.tpl rename to stable/gitea/4.0.10/templates/_secrets.tpl diff --git a/stable/gitea/4.0.9/templates/common.yaml b/stable/gitea/4.0.10/templates/common.yaml similarity index 100% rename from stable/gitea/4.0.9/templates/common.yaml rename to stable/gitea/4.0.10/templates/common.yaml diff --git a/stable/gitea/4.0.9/values.yaml b/stable/gitea/4.0.10/values.yaml similarity index 100% rename from stable/gitea/4.0.9/values.yaml rename to stable/gitea/4.0.10/values.yaml diff --git a/stable/openldap/4.0.6/CHANGELOG.md b/stable/openldap/4.0.7/CHANGELOG.md similarity index 92% rename from stable/openldap/4.0.6/CHANGELOG.md rename to stable/openldap/4.0.7/CHANGELOG.md index 43e8d76805e..9652d761dad 100644 --- a/stable/openldap/4.0.6/CHANGELOG.md +++ b/stable/openldap/4.0.7/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [openldap-4.0.7](https://github.com/truecharts/apps/compare/openldap-4.0.6...openldap-4.0.7) (2021-11-08) + +#### Fix + +* Correctly enable ports by default on some more Apps + + + ### [openldap-4.0.6](https://github.com/truecharts/apps/compare/openldap-4.0.5...openldap-4.0.6) (2021-11-07) @@ -88,12 +97,3 @@ -### [openldap-3.0.13](https://github.com/truecharts/apps/compare/openldap-3.0.12...openldap-3.0.13) (2021-10-20) - -#### Chore - -* bump versions to rerelease and fix icons - - - - diff --git a/stable/openldap/4.0.6/CONFIG.md b/stable/openldap/4.0.7/CONFIG.md similarity index 100% rename from stable/openldap/4.0.6/CONFIG.md rename to stable/openldap/4.0.7/CONFIG.md diff --git a/stable/openldap/4.0.6/Chart.lock b/stable/openldap/4.0.7/Chart.lock similarity index 78% rename from stable/openldap/4.0.6/Chart.lock rename to stable/openldap/4.0.7/Chart.lock index 2e2fc641f5a..1626a297fd8 100644 --- a/stable/openldap/4.0.6/Chart.lock +++ b/stable/openldap/4.0.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.5.3 digest: sha256:0cc5e4101e5ff85c878493dc322d39b7b26b300badde2db93ffddaf6575dafa4 -generated: "2021-11-07T19:08:30.905330268Z" +generated: "2021-11-08T13:45:59.233662315Z" diff --git a/stable/openldap/4.0.6/Chart.yaml b/stable/openldap/4.0.7/Chart.yaml similarity index 89% rename from stable/openldap/4.0.6/Chart.yaml rename to stable/openldap/4.0.7/Chart.yaml index b1acd92e9f5..d1b31dbde41 100644 --- a/stable/openldap/4.0.6/Chart.yaml +++ b/stable/openldap/4.0.7/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/stable/openldap/4.0.6/README.md b/stable/openldap/4.0.7/README.md similarity index 100% rename from stable/openldap/4.0.6/README.md rename to stable/openldap/4.0.7/README.md diff --git a/stable/openldap/4.0.6/app-readme.md b/stable/openldap/4.0.7/app-readme.md similarity index 100% rename from stable/openldap/4.0.6/app-readme.md rename to stable/openldap/4.0.7/app-readme.md diff --git a/stable/openldap/4.0.6/charts/common-8.5.3.tgz b/stable/openldap/4.0.7/charts/common-8.5.3.tgz similarity index 100% rename from stable/openldap/4.0.6/charts/common-8.5.3.tgz rename to stable/openldap/4.0.7/charts/common-8.5.3.tgz diff --git a/stable/openldap/4.0.6/helm-values.md b/stable/openldap/4.0.7/helm-values.md similarity index 97% rename from stable/openldap/4.0.6/helm-values.md rename to stable/openldap/4.0.7/helm-values.md index 36b923917fd..f91d592580d 100644 --- a/stable/openldap/4.0.6/helm-values.md +++ b/stable/openldap/4.0.7/helm-values.md @@ -54,6 +54,8 @@ 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.main.ports.main.port | int | `389` | | diff --git a/stable/openldap/4.0.6/ix_values.yaml b/stable/openldap/4.0.7/ix_values.yaml similarity index 98% rename from stable/openldap/4.0.6/ix_values.yaml rename to stable/openldap/4.0.7/ix_values.yaml index 456523c5132..76821527bcf 100644 --- a/stable/openldap/4.0.6/ix_values.yaml +++ b/stable/openldap/4.0.7/ix_values.yaml @@ -45,8 +45,10 @@ service: port: 389 targetPort: 389 https: + enabled: true ports: https: + enabled: true port: 636 targetPort: 636 diff --git a/stable/openldap/4.0.6/questions.yaml b/stable/openldap/4.0.7/questions.yaml similarity index 100% rename from stable/openldap/4.0.6/questions.yaml rename to stable/openldap/4.0.7/questions.yaml diff --git a/stable/openldap/4.0.6/templates/_configmap.tpl b/stable/openldap/4.0.7/templates/_configmap.tpl similarity index 100% rename from stable/openldap/4.0.6/templates/_configmap.tpl rename to stable/openldap/4.0.7/templates/_configmap.tpl diff --git a/stable/openldap/4.0.6/templates/common.yaml b/stable/openldap/4.0.7/templates/common.yaml similarity index 100% rename from stable/openldap/4.0.6/templates/common.yaml rename to stable/openldap/4.0.7/templates/common.yaml diff --git a/stable/openldap/4.0.6/values.yaml b/stable/openldap/4.0.7/values.yaml similarity index 100% rename from stable/openldap/4.0.6/values.yaml rename to stable/openldap/4.0.7/values.yaml