diff --git a/charts/incubator/sogo/CHANGELOG.md b/charts/incubator/sogo/CHANGELOG.md index b16db97c44a..cc11a161ac7 100644 --- a/charts/incubator/sogo/CHANGELOG.md +++ b/charts/incubator/sogo/CHANGELOG.md @@ -1,3 +1,17 @@ +# Changelog
+ + + +### [sogo-2.0.0](https://github.com/truecharts/apps/compare/sogo-1.0.4...sogo-2.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) ## [sogo-1.0.4](https://github.com/truecharts/apps/compare/sogo-1.0.3...sogo-1.0.4) (2021-09-08) diff --git a/charts/incubator/sogo/Chart.yaml b/charts/incubator/sogo/Chart.yaml index 4d59c42be92..19ad30353a1 100644 --- a/charts/incubator/sogo/Chart.yaml +++ b/charts/incubator/sogo/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: auto +appVersion: 5.2.0" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/incubator/sogo/README.md b/charts/incubator/sogo/README.md index b6d6ffd6e72..7481d0310c7 100644 --- a/charts/incubator/sogo/README.md +++ b/charts/incubator/sogo/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | memcached | 5.14.2 | -| https://truecharts.org/ | common | 6.13.8 | -| https://truecharts.org/ | postgresql | 1.6.5 | +| https://truecharts.org/ | common | 7.0.0 | +| https://truecharts.org/ | postgresql | 1.6.6 | ## Installing the Chart diff --git a/charts/incubator/sogo/SCALE/CHANGELOG.md b/charts/incubator/sogo/SCALE/CHANGELOG.md index b16db97c44a..d04d2a15dfd 100644 --- a/charts/incubator/sogo/SCALE/CHANGELOG.md +++ b/charts/incubator/sogo/SCALE/CHANGELOG.md @@ -1,3 +1,12 @@ - -## [sogo-1.0.4](https://github.com/truecharts/apps/compare/sogo-1.0.3...sogo-1.0.4) (2021-09-08) + +### [sogo-2.0.0](https://github.com/truecharts/apps/compare/sogo-1.0.4...sogo-2.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) diff --git a/charts/incubator/sogo/helm-values.md b/charts/incubator/sogo/helm-values.md index 10d00cb96eb..a4e871745c2 100644 --- a/charts/incubator/sogo/helm-values.md +++ b/charts/incubator/sogo/helm-values.md @@ -14,8 +14,8 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/sogo"` | | | image.tag | string | `"v5.2.0"` | | -| initContainers | list | `[{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"postgres:13.1","imagePullPolicy":"IfNotPresent","name":"init-postgresdb"}]` | initcontainers | -| initContainers[0] | object | `{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"postgres:13.1","imagePullPolicy":"IfNotPresent","name":"init-postgresdb"}` | wait for database before starting sogo | +| initContainers | object | `{"init-postgresdb":{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"postgres:13.1","imagePullPolicy":"IfNotPresent"}}` | initcontainers | +| initContainers.init-postgresdb | object | `{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"postgres:13.1","imagePullPolicy":"IfNotPresent"}` | wait for database before starting sogo | | memcached | object | `{"enabled":true}` | memcached dependency settings | | persistence | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/data/conf/sogo/","size":"100Gi","type":"pvc"},"drafts":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/spool/sogo","size":"100Gi","type":"pvc"},"mimetmp":{"enabled":true,"mountPath":"/mimetmp","type":"emptyDir"}}` | persistence settings | | postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings | diff --git a/charts/stable/authelia/CHANGELOG.md b/charts/stable/authelia/CHANGELOG.md index 6a07d2ba54c..a920d9c5d78 100644 --- a/charts/stable/authelia/CHANGELOG.md +++ b/charts/stable/authelia/CHANGELOG.md @@ -1,3 +1,17 @@ +# Changelog
+ + + +### [authelia-2.0.0](https://github.com/truecharts/apps/compare/authelia-1.7.3...authelia-2.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) ## [authelia-1.7.3](https://github.com/truecharts/apps/compare/authelia-1.7.2...authelia-1.7.3) (2021-09-08) diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 1d36d4e8cd5..a577a0089ec 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: auto +appVersion: "4.30.4" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/authelia/README.md b/charts/stable/authelia/README.md index acd13f902a5..26bcd955cac 100644 --- a/charts/stable/authelia/README.md +++ b/charts/stable/authelia/README.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | redis | 15.3.1 | -| https://truecharts.org/ | common | 6.13.8 | -| https://truecharts.org/ | postgresql | 1.6.5 | +| https://truecharts.org/ | common | 7.0.0 | +| https://truecharts.org/ | postgresql | 2.0.0 | ## Installing the Chart diff --git a/charts/stable/authelia/SCALE/CHANGELOG.md b/charts/stable/authelia/SCALE/CHANGELOG.md index 6a07d2ba54c..130e74ea3cf 100644 --- a/charts/stable/authelia/SCALE/CHANGELOG.md +++ b/charts/stable/authelia/SCALE/CHANGELOG.md @@ -1,3 +1,12 @@ - -## [authelia-1.7.3](https://github.com/truecharts/apps/compare/authelia-1.7.2...authelia-1.7.3) (2021-09-08) + +### [authelia-2.0.0](https://github.com/truecharts/apps/compare/authelia-1.7.3...authelia-2.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) diff --git a/charts/stable/authelia/helm-values.md b/charts/stable/authelia/helm-values.md index 56658cb0711..681983fac3b 100644 --- a/charts/stable/authelia/helm-values.md +++ b/charts/stable/authelia/helm-values.md @@ -64,15 +64,14 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/authelia/authelia"` | | | image.tag | string | `"4.30.4"` | | -| initContainers[0].command[0] | string | `"sh"` | | -| initContainers[0].command[1] | string | `"-c"` | | -| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers[0].env[0].name | string | `"pghost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers[0].image | string | `"postgres:13.1"` | | -| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | -| initContainers[0].name | string | `"init-postgresdb"` | | +| initContainers.init-postgresdb.command[0] | string | `"sh"` | | +| initContainers.init-postgresdb.command[1] | string | `"-c"` | | +| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | +| initContainers.init-postgresdb.env[0].name | string | `"pghost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | +| initContainers.init-postgresdb.image | string | `"postgres:13.1"` | | +| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | log.format | string | `"text"` | | | log.level | string | `"trace"` | | | notifier.disable_startup_check | bool | `false` | | diff --git a/charts/stable/fireflyiii/CHANGELOG.md b/charts/stable/fireflyiii/CHANGELOG.md index c4bb2adc2a3..214facfb2e3 100644 --- a/charts/stable/fireflyiii/CHANGELOG.md +++ b/charts/stable/fireflyiii/CHANGELOG.md @@ -1,3 +1,21 @@ +# Changelog
+ + + +### [fireflyiii-7.0.0](https://github.com/truecharts/apps/compare/fireflyiii-6.1.10...fireflyiii-7.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) + +#### Fix + +* correct fireflyiii ports and services ([#945](https://github.com/truecharts/apps/issues/945)) ## [fireflyiii-6.1.10](https://github.com/truecharts/apps/compare/fireflyiii-6.1.9...fireflyiii-6.1.10) (2021-09-08) diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 0ca854203bc..e9aa2d5fd23 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: auto +appVersion: 5.5.12 dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md index 1d23c4e22e8..175a6fba844 100644 --- a/charts/stable/fireflyiii/README.md +++ b/charts/stable/fireflyiii/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.13.8 | -| https://truecharts.org/ | postgresql | 1.6.5 | +| https://truecharts.org/ | common | 7.0.0 | +| https://truecharts.org/ | postgresql | 2.0.0 | ## Installing the Chart diff --git a/charts/stable/fireflyiii/SCALE/CHANGELOG.md b/charts/stable/fireflyiii/SCALE/CHANGELOG.md index c4bb2adc2a3..913e95f185b 100644 --- a/charts/stable/fireflyiii/SCALE/CHANGELOG.md +++ b/charts/stable/fireflyiii/SCALE/CHANGELOG.md @@ -1,7 +1,16 @@ - -## [fireflyiii-6.1.10](https://github.com/truecharts/apps/compare/fireflyiii-6.1.9...fireflyiii-6.1.10) (2021-09-08) + +### [fireflyiii-7.0.0](https://github.com/truecharts/apps/compare/fireflyiii-6.1.10...fireflyiii-7.0.0) (2021-09-09) -### Fix +#### Chore -* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922)) +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) + +#### Fix + +* correct fireflyiii ports and services ([#945](https://github.com/truecharts/apps/issues/945)) diff --git a/charts/stable/fireflyiii/helm-values.md b/charts/stable/fireflyiii/helm-values.md index 0ada1e6b121..22ca1a118e8 100644 --- a/charts/stable/fireflyiii/helm-values.md +++ b/charts/stable/fireflyiii/helm-values.md @@ -23,15 +23,14 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"fireflyiii/core"` | | | image.tag | string | `"version-5.5.12"` | | -| initContainers[0].command[0] | string | `"sh"` | | -| initContainers[0].command[1] | string | `"-c"` | | -| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers[0].env[0].name | string | `"pghost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers[0].image | string | `"postgres:13.1"` | | -| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | -| initContainers[0].name | string | `"init-postgresdb"` | | +| initContainers.init-postgresdb.command[0] | string | `"sh"` | | +| initContainers.init-postgresdb.command[1] | string | `"-c"` | | +| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | +| initContainers.init-postgresdb.env[0].name | string | `"pghost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | +| initContainers.init-postgresdb.image | string | `"postgres:13.1"` | | +| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | | @@ -49,11 +48,6 @@ You will, however, be able to use all values referenced in the common chart here | probes.readiness.path | string | `"/login"` | | | probes.startup.path | string | `"/login"` | | | service.main.ports.main.port | int | `8080` | | -| service.tcp.enabled | bool | `true` | | -| service.tcp.ports.tcp.enabled | bool | `true` | | -| service.tcp.ports.tcp.port | int | `51080` | | -| service.tcp.ports.tcp.protocol | string | `"TCP"` | | -| service.tcp.type | string | `"ClusterIP"` | | | strategy.type | string | `"Recreate"` | | All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/nextcloud/CHANGELOG.md b/charts/stable/nextcloud/CHANGELOG.md index e40fb926672..890d6a3f343 100644 --- a/charts/stable/nextcloud/CHANGELOG.md +++ b/charts/stable/nextcloud/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [nextcloud-4.0.0](https://github.com/truecharts/apps/compare/nextcloud-3.7.16...nextcloud-4.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) + + + ### [nextcloud-3.7.16](https://github.com/truecharts/apps/compare/nextcloud-3.7.15...nextcloud-3.7.16) (2021-09-08) diff --git a/charts/stable/nextcloud/README.md b/charts/stable/nextcloud/README.md index 7aa6d368343..22126e52c65 100644 --- a/charts/stable/nextcloud/README.md +++ b/charts/stable/nextcloud/README.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | redis | 15.3.1 | -| https://truecharts.org/ | common | 6.13.8 | -| https://truecharts.org/ | postgresql | 1.6.5 | +| https://truecharts.org/ | common | 7.0.0 | +| https://truecharts.org/ | postgresql | 2.0.0 | ## Installing the Chart diff --git a/charts/stable/nextcloud/SCALE/CHANGELOG.md b/charts/stable/nextcloud/SCALE/CHANGELOG.md index da893e426f4..ff516205b9b 100644 --- a/charts/stable/nextcloud/SCALE/CHANGELOG.md +++ b/charts/stable/nextcloud/SCALE/CHANGELOG.md @@ -1,7 +1,11 @@ - -### [nextcloud-3.7.16](https://github.com/truecharts/apps/compare/nextcloud-3.7.15...nextcloud-3.7.16) (2021-09-08) + +### [nextcloud-4.0.0](https://github.com/truecharts/apps/compare/nextcloud-3.7.16...nextcloud-4.0.0) (2021-09-09) -#### Revert +#### Chore -* undo fix tryout for TRUSTED_PROXIES +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) diff --git a/charts/stable/nextcloud/helm-values.md b/charts/stable/nextcloud/helm-values.md index e7510c10dee..b587560812c 100644 --- a/charts/stable/nextcloud/helm-values.md +++ b/charts/stable/nextcloud/helm-values.md @@ -32,15 +32,14 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"nextcloud"` | | | image.tag | string | `"22.1.1"` | | -| initContainers[0].command[0] | string | `"sh"` | | -| initContainers[0].command[1] | string | `"-c"` | | -| initContainers[0].command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers[0].env[0].name | string | `"pghost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers[0].image | string | `"postgres:13.1"` | | -| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | -| initContainers[0].name | string | `"init-postgresdb"` | | +| initContainers.init-postgresdb.command[0] | string | `"sh"` | | +| initContainers.init-postgresdb.command[1] | string | `"-c"` | | +| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | | +| initContainers.init-postgresdb.env[0].name | string | `"pghost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | +| initContainers.init-postgresdb.image | string | `"postgres:13.1"` | | +| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/var/www/html"` | | diff --git a/charts/stable/vaultwarden/CHANGELOG.md b/charts/stable/vaultwarden/CHANGELOG.md index a38d5acc225..954414db64a 100644 --- a/charts/stable/vaultwarden/CHANGELOG.md +++ b/charts/stable/vaultwarden/CHANGELOG.md @@ -1,3 +1,21 @@ +# Changelog
+ + + +### [vaultwarden-7.0.0](https://github.com/truecharts/apps/compare/vaultwarden-6.1.12...vaultwarden-7.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) + +#### Fix + +* Inject vaultwarden websocket part into ingress ([#946](https://github.com/truecharts/apps/issues/946)) ## [vaultwarden-6.1.12](https://github.com/truecharts/apps/compare/vaultwarden-6.1.11...vaultwarden-6.1.12) (2021-09-08) diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index e25d1b57e57..ba70536ab42 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: auto +appVersion: 1.22.2 dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/vaultwarden/README.md b/charts/stable/vaultwarden/README.md index 5255e6cc9bb..d88dafc54db 100644 --- a/charts/stable/vaultwarden/README.md +++ b/charts/stable/vaultwarden/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.13.8 | -| https://truecharts.org/ | postgresql | 1.6.5 | +| https://truecharts.org/ | common | 7.0.0 | +| https://truecharts.org/ | postgresql | 2.0.0 | ## Installing the Chart diff --git a/charts/stable/vaultwarden/SCALE/CHANGELOG.md b/charts/stable/vaultwarden/SCALE/CHANGELOG.md index a38d5acc225..fa4b3d00c97 100644 --- a/charts/stable/vaultwarden/SCALE/CHANGELOG.md +++ b/charts/stable/vaultwarden/SCALE/CHANGELOG.md @@ -1,7 +1,16 @@ - -## [vaultwarden-6.1.12](https://github.com/truecharts/apps/compare/vaultwarden-6.1.11...vaultwarden-6.1.12) (2021-09-08) + +### [vaultwarden-7.0.0](https://github.com/truecharts/apps/compare/vaultwarden-6.1.12...vaultwarden-7.0.0) (2021-09-09) -### Fix +#### Chore -* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922)) +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) + +#### Fix + +* Inject vaultwarden websocket part into ingress ([#946](https://github.com/truecharts/apps/issues/946)) diff --git a/charts/stable/vaultwarden/helm-values.md b/charts/stable/vaultwarden/helm-values.md index 12c22f88457..2e28b722c76 100644 --- a/charts/stable/vaultwarden/helm-values.md +++ b/charts/stable/vaultwarden/helm-values.md @@ -22,15 +22,27 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"vaultwarden/server"` | | | image.tag | string | `"1.22.2"` | | -| initContainers[0].command[0] | string | `"sh"` | | -| initContainers[0].command[1] | string | `"-c"` | | -| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers[0].env[0].name | string | `"pghost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers[0].image | string | `"postgres:13.1"` | | -| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | -| initContainers[0].name | string | `"init-postgresdb"` | | +| ingress | object | See below | Configure the ingresses for the chart here. Additional ingresses can be added by adding a dictionary key similar to the 'main' ingress. | +| ingress.main.enabled | bool | `true` | Enables or disables the ingress | +| ingress.main.fixedMiddlewares | list | `["chain-basic"]` | List of middlewares in the traefikmiddlewares k8s namespace to add automatically Creates an annotation with the middlewares and appends k8s and traefik namespaces to the middleware names Primarily used for TrueNAS SCALE to add additional (seperate) middlewares without exposing them to the end-user | +| ingress.main.hosts[0].host | string | `"chart-example.local"` | Host address. Helm template can be passed. | +| ingress.main.hosts[0].paths[0].path | string | `"/"` | Path. Helm template can be passed. | +| ingress.main.hosts[0].paths[0].pathType | string | `"Prefix"` | Ignored if not kubeVersion >= 1.14-0 | +| ingress.main.hosts[0].paths[0].service.name | string | `nil` | Overrides the service name reference for this path | +| ingress.main.hosts[0].paths[0].service.port | string | `nil` | Overrides the service port reference for this path | +| ingress.main.ingressClassName | string | `nil` | Set the ingressClass that is used for this ingress. Requires Kubernetes >=1.19 | +| ingress.main.middlewares | list | `[]` | Additional List of middlewares in the traefikmiddlewares k8s namespace to add automatically Creates an annotation with the middlewares and appends k8s and traefik namespaces to the middleware names | +| ingress.main.nameOverride | string | `nil` | Override the name suffix that is used for this ingress. | +| ingress.main.primary | bool | `true` | Make this the primary ingress (used in probes, notes, etc...). If there is more than 1 ingress, make sure that only 1 ingress is marked as primary. | +| ingress.main.tls | list | `[]` | Configure TLS for the ingress. Both secretName and hosts can process a Helm template. | +| initContainers.init-postgresdb.command[0] | string | `"sh"` | | +| initContainers.init-postgresdb.command[1] | string | `"-c"` | | +| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | +| initContainers.init-postgresdb.env[0].name | string | `"pghost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | +| initContainers.init-postgresdb.image | string | `"postgres:13.1"` | | +| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/data"` | | diff --git a/docs/apps/incubator/sogo/CHANGELOG.md b/docs/apps/incubator/sogo/CHANGELOG.md index b16db97c44a..cc11a161ac7 100644 --- a/docs/apps/incubator/sogo/CHANGELOG.md +++ b/docs/apps/incubator/sogo/CHANGELOG.md @@ -1,3 +1,17 @@ +# Changelog
+ + + +### [sogo-2.0.0](https://github.com/truecharts/apps/compare/sogo-1.0.4...sogo-2.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) ## [sogo-1.0.4](https://github.com/truecharts/apps/compare/sogo-1.0.3...sogo-1.0.4) (2021-09-08) diff --git a/docs/apps/incubator/sogo/helm-values.md b/docs/apps/incubator/sogo/helm-values.md index 10d00cb96eb..a4e871745c2 100644 --- a/docs/apps/incubator/sogo/helm-values.md +++ b/docs/apps/incubator/sogo/helm-values.md @@ -14,8 +14,8 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/sogo"` | | | image.tag | string | `"v5.2.0"` | | -| initContainers | list | `[{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"postgres:13.1","imagePullPolicy":"IfNotPresent","name":"init-postgresdb"}]` | initcontainers | -| initContainers[0] | object | `{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"postgres:13.1","imagePullPolicy":"IfNotPresent","name":"init-postgresdb"}` | wait for database before starting sogo | +| initContainers | object | `{"init-postgresdb":{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"postgres:13.1","imagePullPolicy":"IfNotPresent"}}` | initcontainers | +| initContainers.init-postgresdb | object | `{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"postgres:13.1","imagePullPolicy":"IfNotPresent"}` | wait for database before starting sogo | | memcached | object | `{"enabled":true}` | memcached dependency settings | | persistence | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/data/conf/sogo/","size":"100Gi","type":"pvc"},"drafts":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/spool/sogo","size":"100Gi","type":"pvc"},"mimetmp":{"enabled":true,"mountPath":"/mimetmp","type":"emptyDir"}}` | persistence settings | | postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings | diff --git a/docs/apps/incubator/sogo/index.md b/docs/apps/incubator/sogo/index.md index b6d6ffd6e72..7481d0310c7 100644 --- a/docs/apps/incubator/sogo/index.md +++ b/docs/apps/incubator/sogo/index.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | memcached | 5.14.2 | -| https://truecharts.org/ | common | 6.13.8 | -| https://truecharts.org/ | postgresql | 1.6.5 | +| https://truecharts.org/ | common | 7.0.0 | +| https://truecharts.org/ | postgresql | 1.6.6 | ## Installing the Chart diff --git a/docs/apps/stable/authelia/CHANGELOG.md b/docs/apps/stable/authelia/CHANGELOG.md index 6a07d2ba54c..a920d9c5d78 100644 --- a/docs/apps/stable/authelia/CHANGELOG.md +++ b/docs/apps/stable/authelia/CHANGELOG.md @@ -1,3 +1,17 @@ +# Changelog
+ + + +### [authelia-2.0.0](https://github.com/truecharts/apps/compare/authelia-1.7.3...authelia-2.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) ## [authelia-1.7.3](https://github.com/truecharts/apps/compare/authelia-1.7.2...authelia-1.7.3) (2021-09-08) diff --git a/docs/apps/stable/authelia/helm-values.md b/docs/apps/stable/authelia/helm-values.md index 56658cb0711..681983fac3b 100644 --- a/docs/apps/stable/authelia/helm-values.md +++ b/docs/apps/stable/authelia/helm-values.md @@ -64,15 +64,14 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/authelia/authelia"` | | | image.tag | string | `"4.30.4"` | | -| initContainers[0].command[0] | string | `"sh"` | | -| initContainers[0].command[1] | string | `"-c"` | | -| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers[0].env[0].name | string | `"pghost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers[0].image | string | `"postgres:13.1"` | | -| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | -| initContainers[0].name | string | `"init-postgresdb"` | | +| initContainers.init-postgresdb.command[0] | string | `"sh"` | | +| initContainers.init-postgresdb.command[1] | string | `"-c"` | | +| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | +| initContainers.init-postgresdb.env[0].name | string | `"pghost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | +| initContainers.init-postgresdb.image | string | `"postgres:13.1"` | | +| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | log.format | string | `"text"` | | | log.level | string | `"trace"` | | | notifier.disable_startup_check | bool | `false` | | diff --git a/docs/apps/stable/authelia/index.md b/docs/apps/stable/authelia/index.md index acd13f902a5..26bcd955cac 100644 --- a/docs/apps/stable/authelia/index.md +++ b/docs/apps/stable/authelia/index.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | redis | 15.3.1 | -| https://truecharts.org/ | common | 6.13.8 | -| https://truecharts.org/ | postgresql | 1.6.5 | +| https://truecharts.org/ | common | 7.0.0 | +| https://truecharts.org/ | postgresql | 2.0.0 | ## Installing the Chart diff --git a/docs/apps/stable/fireflyiii/CHANGELOG.md b/docs/apps/stable/fireflyiii/CHANGELOG.md index c4bb2adc2a3..214facfb2e3 100644 --- a/docs/apps/stable/fireflyiii/CHANGELOG.md +++ b/docs/apps/stable/fireflyiii/CHANGELOG.md @@ -1,3 +1,21 @@ +# Changelog
+ + + +### [fireflyiii-7.0.0](https://github.com/truecharts/apps/compare/fireflyiii-6.1.10...fireflyiii-7.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) + +#### Fix + +* correct fireflyiii ports and services ([#945](https://github.com/truecharts/apps/issues/945)) ## [fireflyiii-6.1.10](https://github.com/truecharts/apps/compare/fireflyiii-6.1.9...fireflyiii-6.1.10) (2021-09-08) diff --git a/docs/apps/stable/fireflyiii/helm-values.md b/docs/apps/stable/fireflyiii/helm-values.md index 0ada1e6b121..22ca1a118e8 100644 --- a/docs/apps/stable/fireflyiii/helm-values.md +++ b/docs/apps/stable/fireflyiii/helm-values.md @@ -23,15 +23,14 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"fireflyiii/core"` | | | image.tag | string | `"version-5.5.12"` | | -| initContainers[0].command[0] | string | `"sh"` | | -| initContainers[0].command[1] | string | `"-c"` | | -| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers[0].env[0].name | string | `"pghost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers[0].image | string | `"postgres:13.1"` | | -| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | -| initContainers[0].name | string | `"init-postgresdb"` | | +| initContainers.init-postgresdb.command[0] | string | `"sh"` | | +| initContainers.init-postgresdb.command[1] | string | `"-c"` | | +| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | +| initContainers.init-postgresdb.env[0].name | string | `"pghost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | +| initContainers.init-postgresdb.image | string | `"postgres:13.1"` | | +| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | | @@ -49,11 +48,6 @@ You will, however, be able to use all values referenced in the common chart here | probes.readiness.path | string | `"/login"` | | | probes.startup.path | string | `"/login"` | | | service.main.ports.main.port | int | `8080` | | -| service.tcp.enabled | bool | `true` | | -| service.tcp.ports.tcp.enabled | bool | `true` | | -| service.tcp.ports.tcp.port | int | `51080` | | -| service.tcp.ports.tcp.protocol | string | `"TCP"` | | -| service.tcp.type | string | `"ClusterIP"` | | | strategy.type | string | `"Recreate"` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/fireflyiii/index.md b/docs/apps/stable/fireflyiii/index.md index 1d23c4e22e8..175a6fba844 100644 --- a/docs/apps/stable/fireflyiii/index.md +++ b/docs/apps/stable/fireflyiii/index.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.13.8 | -| https://truecharts.org/ | postgresql | 1.6.5 | +| https://truecharts.org/ | common | 7.0.0 | +| https://truecharts.org/ | postgresql | 2.0.0 | ## Installing the Chart diff --git a/docs/apps/stable/nextcloud/CHANGELOG.md b/docs/apps/stable/nextcloud/CHANGELOG.md index e40fb926672..890d6a3f343 100644 --- a/docs/apps/stable/nextcloud/CHANGELOG.md +++ b/docs/apps/stable/nextcloud/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [nextcloud-4.0.0](https://github.com/truecharts/apps/compare/nextcloud-3.7.16...nextcloud-4.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) + + + ### [nextcloud-3.7.16](https://github.com/truecharts/apps/compare/nextcloud-3.7.15...nextcloud-3.7.16) (2021-09-08) diff --git a/docs/apps/stable/nextcloud/helm-values.md b/docs/apps/stable/nextcloud/helm-values.md index e7510c10dee..b587560812c 100644 --- a/docs/apps/stable/nextcloud/helm-values.md +++ b/docs/apps/stable/nextcloud/helm-values.md @@ -32,15 +32,14 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"nextcloud"` | | | image.tag | string | `"22.1.1"` | | -| initContainers[0].command[0] | string | `"sh"` | | -| initContainers[0].command[1] | string | `"-c"` | | -| initContainers[0].command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers[0].env[0].name | string | `"pghost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers[0].image | string | `"postgres:13.1"` | | -| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | -| initContainers[0].name | string | `"init-postgresdb"` | | +| initContainers.init-postgresdb.command[0] | string | `"sh"` | | +| initContainers.init-postgresdb.command[1] | string | `"-c"` | | +| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | | +| initContainers.init-postgresdb.env[0].name | string | `"pghost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | +| initContainers.init-postgresdb.image | string | `"postgres:13.1"` | | +| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/var/www/html"` | | diff --git a/docs/apps/stable/nextcloud/index.md b/docs/apps/stable/nextcloud/index.md index 7aa6d368343..22126e52c65 100644 --- a/docs/apps/stable/nextcloud/index.md +++ b/docs/apps/stable/nextcloud/index.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | redis | 15.3.1 | -| https://truecharts.org/ | common | 6.13.8 | -| https://truecharts.org/ | postgresql | 1.6.5 | +| https://truecharts.org/ | common | 7.0.0 | +| https://truecharts.org/ | postgresql | 2.0.0 | ## Installing the Chart diff --git a/docs/apps/stable/vaultwarden/CHANGELOG.md b/docs/apps/stable/vaultwarden/CHANGELOG.md index a38d5acc225..954414db64a 100644 --- a/docs/apps/stable/vaultwarden/CHANGELOG.md +++ b/docs/apps/stable/vaultwarden/CHANGELOG.md @@ -1,3 +1,21 @@ +# Changelog
+ + + +### [vaultwarden-7.0.0](https://github.com/truecharts/apps/compare/vaultwarden-6.1.12...vaultwarden-7.0.0) (2021-09-09) + +#### Chore + +* update Apps containing initcontainers -not breaking on SCALE- ([#952](https://github.com/truecharts/apps/issues/952)) + +#### Feat + +* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) +* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) + +#### Fix + +* Inject vaultwarden websocket part into ingress ([#946](https://github.com/truecharts/apps/issues/946)) ## [vaultwarden-6.1.12](https://github.com/truecharts/apps/compare/vaultwarden-6.1.11...vaultwarden-6.1.12) (2021-09-08) diff --git a/docs/apps/stable/vaultwarden/helm-values.md b/docs/apps/stable/vaultwarden/helm-values.md index 12c22f88457..2e28b722c76 100644 --- a/docs/apps/stable/vaultwarden/helm-values.md +++ b/docs/apps/stable/vaultwarden/helm-values.md @@ -22,15 +22,27 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"vaultwarden/server"` | | | image.tag | string | `"1.22.2"` | | -| initContainers[0].command[0] | string | `"sh"` | | -| initContainers[0].command[1] | string | `"-c"` | | -| initContainers[0].command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers[0].env[0].name | string | `"pghost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers[0].image | string | `"postgres:13.1"` | | -| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | -| initContainers[0].name | string | `"init-postgresdb"` | | +| ingress | object | See below | Configure the ingresses for the chart here. Additional ingresses can be added by adding a dictionary key similar to the 'main' ingress. | +| ingress.main.enabled | bool | `true` | Enables or disables the ingress | +| ingress.main.fixedMiddlewares | list | `["chain-basic"]` | List of middlewares in the traefikmiddlewares k8s namespace to add automatically Creates an annotation with the middlewares and appends k8s and traefik namespaces to the middleware names Primarily used for TrueNAS SCALE to add additional (seperate) middlewares without exposing them to the end-user | +| ingress.main.hosts[0].host | string | `"chart-example.local"` | Host address. Helm template can be passed. | +| ingress.main.hosts[0].paths[0].path | string | `"/"` | Path. Helm template can be passed. | +| ingress.main.hosts[0].paths[0].pathType | string | `"Prefix"` | Ignored if not kubeVersion >= 1.14-0 | +| ingress.main.hosts[0].paths[0].service.name | string | `nil` | Overrides the service name reference for this path | +| ingress.main.hosts[0].paths[0].service.port | string | `nil` | Overrides the service port reference for this path | +| ingress.main.ingressClassName | string | `nil` | Set the ingressClass that is used for this ingress. Requires Kubernetes >=1.19 | +| ingress.main.middlewares | list | `[]` | Additional List of middlewares in the traefikmiddlewares k8s namespace to add automatically Creates an annotation with the middlewares and appends k8s and traefik namespaces to the middleware names | +| ingress.main.nameOverride | string | `nil` | Override the name suffix that is used for this ingress. | +| ingress.main.primary | bool | `true` | Make this the primary ingress (used in probes, notes, etc...). If there is more than 1 ingress, make sure that only 1 ingress is marked as primary. | +| ingress.main.tls | list | `[]` | Configure TLS for the ingress. Both secretName and hosts can process a Helm template. | +| initContainers.init-postgresdb.command[0] | string | `"sh"` | | +| initContainers.init-postgresdb.command[1] | string | `"-c"` | | +| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | | +| initContainers.init-postgresdb.env[0].name | string | `"pghost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | +| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | +| initContainers.init-postgresdb.image | string | `"postgres:13.1"` | | +| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/data"` | | diff --git a/docs/apps/stable/vaultwarden/index.md b/docs/apps/stable/vaultwarden/index.md index 5255e6cc9bb..d88dafc54db 100644 --- a/docs/apps/stable/vaultwarden/index.md +++ b/docs/apps/stable/vaultwarden/index.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.13.8 | -| https://truecharts.org/ | postgresql | 1.6.5 | +| https://truecharts.org/ | common | 7.0.0 | +| https://truecharts.org/ | postgresql | 2.0.0 | ## Installing the Chart diff --git a/docs/index.yaml b/docs/index.yaml index 8a897e9c772..1ac946d5a30 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -4207,6 +4207,50 @@ entries: - https://github.com/truecharts/apps/releases/download/appdaemon-0.1.3/appdaemon-0.1.3.tgz version: 0.1.3 authelia: + - apiVersion: v2 + appVersion: 4.30.4 + created: "2021-09-09T20:22:15.999207712Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 2.0.0 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.3.1 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: a99fd0aeacea2d518a227aca7bff7301c1d450414683b7ca32975cf3200da6fc + home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia + icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4 + keywords: + - authelia + - authentication + - login + - SSO + - Authentication + - Security + - Two-Factor + - U2F + - YubiKey + - Push Notifications + - LDAP + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: authelia + sources: + - https://github.com/authelia/chartrepo + - https://github.com/authelia/authelia + type: application + urls: + - https://github.com/truecharts/apps/releases/download/authelia-2.0.0/authelia-2.0.0.tgz + version: 2.0.0 - apiVersion: v2 appVersion: auto created: "2021-09-08T03:33:27.427185679Z" @@ -33677,6 +33721,39 @@ entries: - https://github.com/truecharts/apps/releases/download/external-service-0.0.1/external-service-0.0.1.tgz version: 0.0.1 fireflyiii: + - apiVersion: v2 + appVersion: 5.5.12 + created: "2021-09-09T20:22:16.222282744Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 2.0.0 + description: A free and open source personal finance manager + digest: e9774154d90fa895e9138e16d48d9d89958e08b8c401032dd9a9597f6ea3bc59 + home: https://github.com/firefly-iii/firefly-iii/ + icon: https://www.firefly-iii.org/assets/logo/color.png + keywords: + - fireflyiii + - finacial + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + - email: 20650065+warllo54@users.noreply.github.com + name: warllo54 + url: truecharts.org + name: fireflyiii + sources: + - https://github.com/firefly-iii/firefly-iii/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/fireflyiii-7.0.0/fireflyiii-7.0.0.tgz + version: 7.0.0 - apiVersion: v2 appVersion: auto created: "2021-09-08T03:33:29.260100512Z" @@ -87392,6 +87469,45 @@ entries: - https://github.com/truecharts/apps/releases/download/navidrome-3.1.5/navidrome-3.1.5.tgz version: 3.1.5 nextcloud: + - apiVersion: v2 + appVersion: 22.1.1 + created: "2021-09-09T20:22:16.449256443Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 2.0.0 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.3.1 + description: A private cloud server that puts the control and security of your + own data back into your hands. + digest: 6021dc4f3af98fe4c9a14b4bb9431460ebc588a09e68ba02616a9eeca515a4fc + home: https://nextcloud.com/ + icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png + keywords: + - nextcloud + - storage + - http + - web + - php + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: nextcloud + sources: + - https://github.com/nextcloud/docker + - https://github.com/nextcloud/helm + type: application + urls: + - https://github.com/truecharts/apps/releases/download/nextcloud-4.0.0/nextcloud-4.0.0.tgz + version: 4.0.0 - apiVersion: v2 appVersion: 22.1.1 created: "2021-09-08T22:22:09.882353143Z" @@ -144461,6 +144577,39 @@ entries: - https://github.com/truecharts/apps/releases/download/ser2sock-1.0.1/ser2sock-1.0.1.tgz version: 1.0.1 sogo: + - apiVersion: v2 + appVersion: 5.2.0" + created: "2021-09-09T20:22:16.721701361Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.6.6 + - condition: memcached.enabled + name: memcached + repository: https://charts.bitnami.com/bitnami + version: 5.14.2 + description: Groupware package + digest: 8db183e8a12494161fb88e0216175829e0e0b4e8d00715f85a75d4f71db5bdf3 + home: https://github.com/truecharts/apps/tree/master/charts/stable/sogo + icon: https://truecharts.org/_static/img/sogo-icon.png + keywords: + - groupware + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: sogo + sources: + - https://www.sogo.nu/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/sogo-2.0.0/sogo-2.0.0.tgz + version: 2.0.0 - apiVersion: v2 appVersion: auto created: "2021-09-08T03:33:36.307445903Z" @@ -169374,6 +169523,43 @@ entries: - https://github.com/truecharts/apps/releases/download/unpackerr-1.0.0/unpackerr-1.0.0.tgz version: 1.0.0 vaultwarden: + - apiVersion: v2 + appVersion: 1.22.2 + created: "2021-09-09T20:22:16.941851817Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 2.0.0 + description: Unofficial Bitwarden compatible server written in Rust + digest: ad8ef8fdd076932fc7a8d87c6b4582e12e278386fb8603a71d6b909c83cef3ef + home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden + icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png + keywords: + - bitwarden + - bitwardenrs + - bitwarden_rs + - vaultwarden + - password + - rust + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-7.0.0/vaultwarden-7.0.0.tgz + version: 7.0.0 - apiVersion: v2 appVersion: auto created: "2021-09-08T03:33:37.644789857Z" @@ -177985,4 +178171,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz version: 3.1.5 -generated: "2021-09-09T20:08:26.336544595Z" +generated: "2021-09-09T20:22:17.004742491Z"