diff --git a/charts/incubator/sogo/CHANGELOG.md b/charts/incubator/sogo/CHANGELOG.md index db15296109a..75ae5f151f2 100644 --- a/charts/incubator/sogo/CHANGELOG.md +++ b/charts/incubator/sogo/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [sogo-4.0.13](https://github.com/truecharts/apps/compare/sogo-4.0.12...sogo-4.0.13) (2021-10-09) + + + ### [sogo-4.0.12](https://github.com/truecharts/apps/compare/sogo-4.0.11...sogo-4.0.12) (2021-10-05) diff --git a/charts/incubator/sogo/README.md b/charts/incubator/sogo/README.md index 966763b01b8..680b4e8720b 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.15.4 | -| https://truecharts.org/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/charts/incubator/sogo/app-changelog.md b/charts/incubator/sogo/app-changelog.md index 7b313002f4e..e5b8aaaf1bd 100644 --- a/charts/incubator/sogo/app-changelog.md +++ b/charts/incubator/sogo/app-changelog.md @@ -1,7 +1,3 @@ - -### [sogo-4.0.12](https://github.com/truecharts/apps/compare/sogo-4.0.11...sogo-4.0.12) (2021-10-05) - -#### Chore - -* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099)) + +### [sogo-4.0.13](https://github.com/truecharts/apps/compare/sogo-4.0.12...sogo-4.0.13) (2021-10-09) diff --git a/charts/incubator/sogo/helm-values.md b/charts/incubator/sogo/helm-values.md index 5eba4d91d39..ce08dd3194e 100644 --- a/charts/incubator/sogo/helm-values.md +++ b/charts/incubator/sogo/helm-values.md @@ -14,16 +14,11 @@ 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@sha256:8fc7bb87b77d76d929bcd36403d4f27878fa3e99f5448fb05ed64829078665a4"` | | -| 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":"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}","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":"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}","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 | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services | diff --git a/charts/stable/authelia/CHANGELOG.md b/charts/stable/authelia/CHANGELOG.md index ac56023ebc9..2a66b24e209 100644 --- a/charts/stable/authelia/CHANGELOG.md +++ b/charts/stable/authelia/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [authelia-4.0.13](https://github.com/truecharts/apps/compare/authelia-4.0.12...authelia-4.0.13) (2021-10-09) + + + ### [authelia-4.0.12](https://github.com/truecharts/apps/compare/authelia-4.0.11...authelia-4.0.12) (2021-10-05) diff --git a/charts/stable/authelia/README.md b/charts/stable/authelia/README.md index 06ec491ecdb..4f91502a508 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.4.1 | -| https://truecharts.org/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/charts/stable/authelia/app-changelog.md b/charts/stable/authelia/app-changelog.md index c615c4eb575..068f599fc6e 100644 --- a/charts/stable/authelia/app-changelog.md +++ b/charts/stable/authelia/app-changelog.md @@ -1,7 +1,3 @@ - -### [authelia-4.0.12](https://github.com/truecharts/apps/compare/authelia-4.0.11...authelia-4.0.12) (2021-10-05) - -#### Chore - -* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099)) + +### [authelia-4.0.13](https://github.com/truecharts/apps/compare/authelia-4.0.12...authelia-4.0.13) (2021-10-09) diff --git a/charts/stable/authelia/helm-values.md b/charts/stable/authelia/helm-values.md index 0f5bb4632d6..01bac4e4dc9 100644 --- a/charts/stable/authelia/helm-values.md +++ b/charts/stable/authelia/helm-values.md @@ -64,14 +64,6 @@ 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.31.0@sha256:6036f2b1fa3214fdcf189a8f28f40a856372413984b08f15ba4fb5891d77bc0a"` | | -| 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 | `"{{ .Values.postgresqlImage.repository}}:{{ .Values.postgresqlImage.tag }}"` | | -| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | log.format | string | `"text"` | | | log.level | string | `"trace"` | | | notifier.disable_startup_check | bool | `false` | | @@ -108,9 +100,6 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"authelia"` | | | postgresql.postgresqlUsername | string | `"authelia"` | | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | probes.liveness.path | string | `"/api/health\""` | | | probes.liveness.type | string | `"HTTP"` | | | probes.readiness.path | string | `"/api/health"` | | diff --git a/charts/stable/fireflyiii/CHANGELOG.md b/charts/stable/fireflyiii/CHANGELOG.md index 97ace7cd724..84243220e32 100644 --- a/charts/stable/fireflyiii/CHANGELOG.md +++ b/charts/stable/fireflyiii/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [fireflyiii-9.0.12](https://github.com/truecharts/apps/compare/fireflyiii-9.0.11...fireflyiii-9.0.12) (2021-10-09) + + + ### [fireflyiii-9.0.11](https://github.com/truecharts/apps/compare/fireflyiii-9.0.10...fireflyiii-9.0.11) (2021-10-05) diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md index 387d835ac7a..459539e3cc0 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/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/charts/stable/fireflyiii/app-changelog.md b/charts/stable/fireflyiii/app-changelog.md index 1e0e690e124..b4855a3a751 100644 --- a/charts/stable/fireflyiii/app-changelog.md +++ b/charts/stable/fireflyiii/app-changelog.md @@ -1,7 +1,3 @@ - -### [fireflyiii-9.0.11](https://github.com/truecharts/apps/compare/fireflyiii-9.0.10...fireflyiii-9.0.11) (2021-10-05) - -#### Chore - -* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099)) + +### [fireflyiii-9.0.12](https://github.com/truecharts/apps/compare/fireflyiii-9.0.11...fireflyiii-9.0.12) (2021-10-09) diff --git a/charts/stable/fireflyiii/helm-values.md b/charts/stable/fireflyiii/helm-values.md index 910492e370c..03de13ebbe8 100644 --- a/charts/stable/fireflyiii/helm-values.md +++ b/charts/stable/fireflyiii/helm-values.md @@ -16,21 +16,13 @@ You will, however, be able to use all values referenced in the common chart here | env.DB_DATABASE | string | `"firefly"` | | | env.DB_PORT | int | `5432` | | | env.DB_USERNAME | string | `"firefly"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"postgresql_host"` | | +| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | | envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | | envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | | envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"fireflyiii/core"` | | | image.tag | string | `"version-5.5.12@sha256:9a1f87a8ad38694675390756be9686fe9d8ba941fe1f145641626135c7eb5e4b"` | | -| initContainers.init-postgresdb.command[0] | string | `"sh"` | | -| initContainers.init-postgresdb.command[1] | string | `"-c"` | | -| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U firefly -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 | `"{{ .Values.postgresqlImage.repository}}:{{ .Values.postgresqlImage.tag }}"` | | -| 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"` | | @@ -40,9 +32,6 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"firefly"` | | | postgresql.postgresqlUsername | string | `"firefly"` | | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | probes.liveness.path | string | `"/login"` | | | probes.readiness.path | string | `"/login"` | | | probes.startup.path | string | `"/login"` | | diff --git a/charts/stable/gitea/CHANGELOG.md b/charts/stable/gitea/CHANGELOG.md index 573a6ded0eb..9ee86747927 100644 --- a/charts/stable/gitea/CHANGELOG.md +++ b/charts/stable/gitea/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [gitea-1.0.4](https://github.com/truecharts/apps/compare/gitea-1.0.3...gitea-1.0.4) (2021-10-09) + + + ### [gitea-1.0.3](https://github.com/truecharts/apps/compare/gitea-1.0.2...gitea-1.0.3) (2021-10-05) diff --git a/charts/stable/gitea/README.md b/charts/stable/gitea/README.md index c9f343e09d3..e5821773aef 100644 --- a/charts/stable/gitea/README.md +++ b/charts/stable/gitea/README.md @@ -20,8 +20,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | memcached | 5.15.4 | -| https://truecharts.org/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/charts/stable/gitea/app-changelog.md b/charts/stable/gitea/app-changelog.md index 8c910b547b4..85e43122422 100644 --- a/charts/stable/gitea/app-changelog.md +++ b/charts/stable/gitea/app-changelog.md @@ -1,7 +1,3 @@ - -### [gitea-1.0.3](https://github.com/truecharts/apps/compare/gitea-1.0.2...gitea-1.0.3) (2021-10-05) - -#### Chore - -* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099)) + +### [gitea-1.0.4](https://github.com/truecharts/apps/compare/gitea-1.0.3...gitea-1.0.4) (2021-10-09) diff --git a/charts/stable/gitea/helm-values.md b/charts/stable/gitea/helm-values.md index c89e628676b..bd5da5f2621 100644 --- a/charts/stable/gitea/helm-values.md +++ b/charts/stable/gitea/helm-values.md @@ -21,14 +21,6 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"gitea/gitea"` | | | image.tag | string | `"1.15.3-rootless"` | | -| initContainers.0-init-postgresdb.command[0] | string | `"sh"` | | -| initContainers.0-init-postgresdb.command[1] | string | `"-c"` | | -| initContainers.0-init-postgresdb.command[2] | string | `"until pg_isready -U gitea -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers.0-init-postgresdb.env[0].name | string | `"pghost"` | | -| initContainers.0-init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers.0-init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers.0-init-postgresdb.image | string | `"{{ .Values.postgresqlImage.repository}}:{{ .Values.postgresqlImage.tag }}"` | | -| initContainers.0-init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | initContainers.1-init-directories.command[0] | string | `"/usr/sbin/init_directory_structure.sh"` | | | initContainers.1-init-directories.envFrom[0].configMapRef.name | string | `"gitea-env"` | | | initContainers.1-init-directories.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | @@ -71,9 +63,6 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"gitea"` | | | postgresql.postgresqlUsername | string | `"gitea"` | | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | service.main.ports.main.port | int | `3000` | | | service.ssh.ports.ssh.port | int | `2222` | | | service.ssh.ports.ssh.targetPort | int | `2222` | | diff --git a/charts/stable/nextcloud/CHANGELOG.md b/charts/stable/nextcloud/CHANGELOG.md index 4e028a83cd5..2122081722c 100644 --- a/charts/stable/nextcloud/CHANGELOG.md +++ b/charts/stable/nextcloud/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [nextcloud-6.0.14](https://github.com/truecharts/apps/compare/nextcloud-6.0.13...nextcloud-6.0.14) (2021-10-09) + + + ### [nextcloud-6.0.13](https://github.com/truecharts/apps/compare/nextcloud-6.0.12...nextcloud-6.0.13) (2021-10-05) diff --git a/charts/stable/nextcloud/README.md b/charts/stable/nextcloud/README.md index 6b4f35bc928..b116009d5d9 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.4.1 | -| https://truecharts.org/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/charts/stable/nextcloud/app-changelog.md b/charts/stable/nextcloud/app-changelog.md index f74938f98bf..4062bca1d9d 100644 --- a/charts/stable/nextcloud/app-changelog.md +++ b/charts/stable/nextcloud/app-changelog.md @@ -1,7 +1,3 @@ - -### [nextcloud-6.0.13](https://github.com/truecharts/apps/compare/nextcloud-6.0.12...nextcloud-6.0.13) (2021-10-05) - -#### Chore - -* update non-major ([#1103](https://github.com/truecharts/apps/issues/1103)) + +### [nextcloud-6.0.14](https://github.com/truecharts/apps/compare/nextcloud-6.0.13...nextcloud-6.0.14) (2021-10-09) diff --git a/charts/stable/nextcloud/helm-values.md b/charts/stable/nextcloud/helm-values.md index 955e0fe7538..44fb7532278 100644 --- a/charts/stable/nextcloud/helm-values.md +++ b/charts/stable/nextcloud/helm-values.md @@ -21,7 +21,7 @@ You will, however, be able to use all values referenced in the common chart here | envFrom[0].configMapRef.name | string | `"nextcloudconfig"` | | | envTpl.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | | envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"host"` | | +| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainporthost"` | | | envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | | | envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | | envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | @@ -32,14 +32,6 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"docker.io/nextcloud"` | | | image.tag | string | `"22.2.0@sha256:50d4d103bf6a229ec0d589785e057ecdaa8cb718f197056739fa14f483e0071b"` | | -| 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 | `"{{ .Values.postgresqlImage.repository}}:{{ .Values.postgresqlImage.tag }}"` | | -| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/var/www/html"` | | @@ -58,9 +50,6 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"nextcloud"` | | | postgresql.postgresqlUsername | string | `"nextcloud"` | | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | | probes.liveness | object | See below | Liveness probe configuration | | probes.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | diff --git a/charts/stable/postgresql/CHANGELOG.md b/charts/stable/postgresql/CHANGELOG.md index b07a593b501..3503760a6a9 100644 --- a/charts/stable/postgresql/CHANGELOG.md +++ b/charts/stable/postgresql/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [postgresql-3.0.13](https://github.com/truecharts/apps/compare/postgresql-3.0.12...postgresql-3.0.13) (2021-10-09) + + + ### [postgresql-3.0.12](https://github.com/truecharts/apps/compare/postgresql-3.0.11...postgresql-3.0.12) (2021-10-09) diff --git a/charts/stable/postgresql/README.md b/charts/stable/postgresql/README.md index f9467cc7a0e..97269dcb6ec 100644 --- a/charts/stable/postgresql/README.md +++ b/charts/stable/postgresql/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.3.3 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/charts/stable/postgresql/app-changelog.md b/charts/stable/postgresql/app-changelog.md index fe28ce8a70f..7a07105a851 100644 --- a/charts/stable/postgresql/app-changelog.md +++ b/charts/stable/postgresql/app-changelog.md @@ -1,3 +1,3 @@ - -### [postgresql-3.0.12](https://github.com/truecharts/apps/compare/postgresql-3.0.11...postgresql-3.0.12) (2021-10-09) + +### [postgresql-3.0.13](https://github.com/truecharts/apps/compare/postgresql-3.0.12...postgresql-3.0.13) (2021-10-09) diff --git a/charts/stable/postgresql/helm-values.md b/charts/stable/postgresql/helm-values.md index b21011235f1..bbe3581c609 100644 --- a/charts/stable/postgresql/helm-values.md +++ b/charts/stable/postgresql/helm-values.md @@ -16,6 +16,7 @@ You will, however, be able to use all values referenced in the common chart here | envTpl.POSTGRES_USER | string | `"{{ .Values.postgresqlUsername }}"` | | | envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | | envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | +| existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/postgresql"` | | | image.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | diff --git a/charts/stable/vaultwarden/CHANGELOG.md b/charts/stable/vaultwarden/CHANGELOG.md index aba7d7bd910..7bb27726ea9 100644 --- a/charts/stable/vaultwarden/CHANGELOG.md +++ b/charts/stable/vaultwarden/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [vaultwarden-9.0.12](https://github.com/truecharts/apps/compare/vaultwarden-9.0.11...vaultwarden-9.0.12) (2021-10-09) + + + ### [vaultwarden-9.0.11](https://github.com/truecharts/apps/compare/vaultwarden-9.0.10...vaultwarden-9.0.11) (2021-10-05) diff --git a/charts/stable/vaultwarden/README.md b/charts/stable/vaultwarden/README.md index 25cc639c96f..bad59433a6a 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/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/charts/stable/vaultwarden/app-changelog.md b/charts/stable/vaultwarden/app-changelog.md index e8c16e15038..9af0042f99b 100644 --- a/charts/stable/vaultwarden/app-changelog.md +++ b/charts/stable/vaultwarden/app-changelog.md @@ -1,7 +1,3 @@ - -### [vaultwarden-9.0.11](https://github.com/truecharts/apps/compare/vaultwarden-9.0.10...vaultwarden-9.0.11) (2021-10-05) - -#### Chore - -* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099)) + +### [vaultwarden-9.0.12](https://github.com/truecharts/apps/compare/vaultwarden-9.0.11...vaultwarden-9.0.12) (2021-10-09) diff --git a/charts/stable/vaultwarden/helm-values.md b/charts/stable/vaultwarden/helm-values.md index 5630c644c9f..d1d475e66b9 100644 --- a/charts/stable/vaultwarden/helm-values.md +++ b/charts/stable/vaultwarden/helm-values.md @@ -35,14 +35,6 @@ You will, however, be able to use all values referenced in the common chart here | 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 | `"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}"` | | -| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/data"` | | @@ -52,9 +44,6 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"vaultwarden"` | | | postgresql.postgresqlUsername | string | `"vaultwarden"` | | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | service.main.ports.main.port | int | `8080` | | | service.ws.ports.ws.enabled | bool | `true` | | | service.ws.ports.ws.port | int | `3012` | | diff --git a/docs/apps/incubator/sogo/CHANGELOG.md b/docs/apps/incubator/sogo/CHANGELOG.md index db15296109a..75ae5f151f2 100644 --- a/docs/apps/incubator/sogo/CHANGELOG.md +++ b/docs/apps/incubator/sogo/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [sogo-4.0.13](https://github.com/truecharts/apps/compare/sogo-4.0.12...sogo-4.0.13) (2021-10-09) + + + ### [sogo-4.0.12](https://github.com/truecharts/apps/compare/sogo-4.0.11...sogo-4.0.12) (2021-10-05) diff --git a/docs/apps/incubator/sogo/helm-values.md b/docs/apps/incubator/sogo/helm-values.md index 5eba4d91d39..ce08dd3194e 100644 --- a/docs/apps/incubator/sogo/helm-values.md +++ b/docs/apps/incubator/sogo/helm-values.md @@ -14,16 +14,11 @@ 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@sha256:8fc7bb87b77d76d929bcd36403d4f27878fa3e99f5448fb05ed64829078665a4"` | | -| 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":"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}","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":"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}","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 | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services | diff --git a/docs/apps/incubator/sogo/index.md b/docs/apps/incubator/sogo/index.md index 966763b01b8..680b4e8720b 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.15.4 | -| https://truecharts.org/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/docs/apps/stable/authelia/CHANGELOG.md b/docs/apps/stable/authelia/CHANGELOG.md index ac56023ebc9..2a66b24e209 100644 --- a/docs/apps/stable/authelia/CHANGELOG.md +++ b/docs/apps/stable/authelia/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [authelia-4.0.13](https://github.com/truecharts/apps/compare/authelia-4.0.12...authelia-4.0.13) (2021-10-09) + + + ### [authelia-4.0.12](https://github.com/truecharts/apps/compare/authelia-4.0.11...authelia-4.0.12) (2021-10-05) diff --git a/docs/apps/stable/authelia/helm-values.md b/docs/apps/stable/authelia/helm-values.md index 0f5bb4632d6..01bac4e4dc9 100644 --- a/docs/apps/stable/authelia/helm-values.md +++ b/docs/apps/stable/authelia/helm-values.md @@ -64,14 +64,6 @@ 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.31.0@sha256:6036f2b1fa3214fdcf189a8f28f40a856372413984b08f15ba4fb5891d77bc0a"` | | -| 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 | `"{{ .Values.postgresqlImage.repository}}:{{ .Values.postgresqlImage.tag }}"` | | -| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | log.format | string | `"text"` | | | log.level | string | `"trace"` | | | notifier.disable_startup_check | bool | `false` | | @@ -108,9 +100,6 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"authelia"` | | | postgresql.postgresqlUsername | string | `"authelia"` | | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | probes.liveness.path | string | `"/api/health\""` | | | probes.liveness.type | string | `"HTTP"` | | | probes.readiness.path | string | `"/api/health"` | | diff --git a/docs/apps/stable/authelia/index.md b/docs/apps/stable/authelia/index.md index 06ec491ecdb..4f91502a508 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.4.1 | -| https://truecharts.org/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/docs/apps/stable/fireflyiii/CHANGELOG.md b/docs/apps/stable/fireflyiii/CHANGELOG.md index 97ace7cd724..84243220e32 100644 --- a/docs/apps/stable/fireflyiii/CHANGELOG.md +++ b/docs/apps/stable/fireflyiii/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [fireflyiii-9.0.12](https://github.com/truecharts/apps/compare/fireflyiii-9.0.11...fireflyiii-9.0.12) (2021-10-09) + + + ### [fireflyiii-9.0.11](https://github.com/truecharts/apps/compare/fireflyiii-9.0.10...fireflyiii-9.0.11) (2021-10-05) diff --git a/docs/apps/stable/fireflyiii/helm-values.md b/docs/apps/stable/fireflyiii/helm-values.md index 910492e370c..03de13ebbe8 100644 --- a/docs/apps/stable/fireflyiii/helm-values.md +++ b/docs/apps/stable/fireflyiii/helm-values.md @@ -16,21 +16,13 @@ You will, however, be able to use all values referenced in the common chart here | env.DB_DATABASE | string | `"firefly"` | | | env.DB_PORT | int | `5432` | | | env.DB_USERNAME | string | `"firefly"` | | -| envValueFrom.DB_HOST.secretKeyRef.key | string | `"postgresql_host"` | | +| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | | envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | | envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | | envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"fireflyiii/core"` | | | image.tag | string | `"version-5.5.12@sha256:9a1f87a8ad38694675390756be9686fe9d8ba941fe1f145641626135c7eb5e4b"` | | -| initContainers.init-postgresdb.command[0] | string | `"sh"` | | -| initContainers.init-postgresdb.command[1] | string | `"-c"` | | -| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U firefly -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 | `"{{ .Values.postgresqlImage.repository}}:{{ .Values.postgresqlImage.tag }}"` | | -| 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"` | | @@ -40,9 +32,6 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"firefly"` | | | postgresql.postgresqlUsername | string | `"firefly"` | | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | probes.liveness.path | string | `"/login"` | | | probes.readiness.path | string | `"/login"` | | | probes.startup.path | string | `"/login"` | | diff --git a/docs/apps/stable/fireflyiii/index.md b/docs/apps/stable/fireflyiii/index.md index 387d835ac7a..459539e3cc0 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/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/docs/apps/stable/gitea/CHANGELOG.md b/docs/apps/stable/gitea/CHANGELOG.md index 573a6ded0eb..9ee86747927 100644 --- a/docs/apps/stable/gitea/CHANGELOG.md +++ b/docs/apps/stable/gitea/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [gitea-1.0.4](https://github.com/truecharts/apps/compare/gitea-1.0.3...gitea-1.0.4) (2021-10-09) + + + ### [gitea-1.0.3](https://github.com/truecharts/apps/compare/gitea-1.0.2...gitea-1.0.3) (2021-10-05) diff --git a/docs/apps/stable/gitea/helm-values.md b/docs/apps/stable/gitea/helm-values.md index c89e628676b..bd5da5f2621 100644 --- a/docs/apps/stable/gitea/helm-values.md +++ b/docs/apps/stable/gitea/helm-values.md @@ -21,14 +21,6 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"gitea/gitea"` | | | image.tag | string | `"1.15.3-rootless"` | | -| initContainers.0-init-postgresdb.command[0] | string | `"sh"` | | -| initContainers.0-init-postgresdb.command[1] | string | `"-c"` | | -| initContainers.0-init-postgresdb.command[2] | string | `"until pg_isready -U gitea -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers.0-init-postgresdb.env[0].name | string | `"pghost"` | | -| initContainers.0-init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers.0-init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers.0-init-postgresdb.image | string | `"{{ .Values.postgresqlImage.repository}}:{{ .Values.postgresqlImage.tag }}"` | | -| initContainers.0-init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | initContainers.1-init-directories.command[0] | string | `"/usr/sbin/init_directory_structure.sh"` | | | initContainers.1-init-directories.envFrom[0].configMapRef.name | string | `"gitea-env"` | | | initContainers.1-init-directories.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | @@ -71,9 +63,6 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"gitea"` | | | postgresql.postgresqlUsername | string | `"gitea"` | | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | service.main.ports.main.port | int | `3000` | | | service.ssh.ports.ssh.port | int | `2222` | | | service.ssh.ports.ssh.targetPort | int | `2222` | | diff --git a/docs/apps/stable/gitea/index.md b/docs/apps/stable/gitea/index.md index c9f343e09d3..e5821773aef 100644 --- a/docs/apps/stable/gitea/index.md +++ b/docs/apps/stable/gitea/index.md @@ -20,8 +20,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | memcached | 5.15.4 | -| https://truecharts.org/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/docs/apps/stable/nextcloud/CHANGELOG.md b/docs/apps/stable/nextcloud/CHANGELOG.md index 4e028a83cd5..2122081722c 100644 --- a/docs/apps/stable/nextcloud/CHANGELOG.md +++ b/docs/apps/stable/nextcloud/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [nextcloud-6.0.14](https://github.com/truecharts/apps/compare/nextcloud-6.0.13...nextcloud-6.0.14) (2021-10-09) + + + ### [nextcloud-6.0.13](https://github.com/truecharts/apps/compare/nextcloud-6.0.12...nextcloud-6.0.13) (2021-10-05) diff --git a/docs/apps/stable/nextcloud/helm-values.md b/docs/apps/stable/nextcloud/helm-values.md index 955e0fe7538..44fb7532278 100644 --- a/docs/apps/stable/nextcloud/helm-values.md +++ b/docs/apps/stable/nextcloud/helm-values.md @@ -21,7 +21,7 @@ You will, however, be able to use all values referenced in the common chart here | envFrom[0].configMapRef.name | string | `"nextcloudconfig"` | | | envTpl.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | | envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"host"` | | +| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainporthost"` | | | envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | | | envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | | envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | @@ -32,14 +32,6 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"docker.io/nextcloud"` | | | image.tag | string | `"22.2.0@sha256:50d4d103bf6a229ec0d589785e057ecdaa8cb718f197056739fa14f483e0071b"` | | -| 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 | `"{{ .Values.postgresqlImage.repository}}:{{ .Values.postgresqlImage.tag }}"` | | -| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/var/www/html"` | | @@ -58,9 +50,6 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"nextcloud"` | | | postgresql.postgresqlUsername | string | `"nextcloud"` | | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | | probes.liveness | object | See below | Liveness probe configuration | | probes.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | diff --git a/docs/apps/stable/nextcloud/index.md b/docs/apps/stable/nextcloud/index.md index 6b4f35bc928..b116009d5d9 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.4.1 | -| https://truecharts.org/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/docs/apps/stable/postgresql/CHANGELOG.md b/docs/apps/stable/postgresql/CHANGELOG.md index b07a593b501..3503760a6a9 100644 --- a/docs/apps/stable/postgresql/CHANGELOG.md +++ b/docs/apps/stable/postgresql/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [postgresql-3.0.13](https://github.com/truecharts/apps/compare/postgresql-3.0.12...postgresql-3.0.13) (2021-10-09) + + + ### [postgresql-3.0.12](https://github.com/truecharts/apps/compare/postgresql-3.0.11...postgresql-3.0.12) (2021-10-09) diff --git a/docs/apps/stable/postgresql/helm-values.md b/docs/apps/stable/postgresql/helm-values.md index b21011235f1..bbe3581c609 100644 --- a/docs/apps/stable/postgresql/helm-values.md +++ b/docs/apps/stable/postgresql/helm-values.md @@ -16,6 +16,7 @@ You will, however, be able to use all values referenced in the common chart here | envTpl.POSTGRES_USER | string | `"{{ .Values.postgresqlUsername }}"` | | | envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | | envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | +| existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/postgresql"` | | | image.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | diff --git a/docs/apps/stable/postgresql/index.md b/docs/apps/stable/postgresql/index.md index f9467cc7a0e..97269dcb6ec 100644 --- a/docs/apps/stable/postgresql/index.md +++ b/docs/apps/stable/postgresql/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.3.3 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/docs/apps/stable/vaultwarden/CHANGELOG.md b/docs/apps/stable/vaultwarden/CHANGELOG.md index aba7d7bd910..7bb27726ea9 100644 --- a/docs/apps/stable/vaultwarden/CHANGELOG.md +++ b/docs/apps/stable/vaultwarden/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [vaultwarden-9.0.12](https://github.com/truecharts/apps/compare/vaultwarden-9.0.11...vaultwarden-9.0.12) (2021-10-09) + + + ### [vaultwarden-9.0.11](https://github.com/truecharts/apps/compare/vaultwarden-9.0.10...vaultwarden-9.0.11) (2021-10-05) diff --git a/docs/apps/stable/vaultwarden/helm-values.md b/docs/apps/stable/vaultwarden/helm-values.md index 5630c644c9f..d1d475e66b9 100644 --- a/docs/apps/stable/vaultwarden/helm-values.md +++ b/docs/apps/stable/vaultwarden/helm-values.md @@ -35,14 +35,6 @@ You will, however, be able to use all values referenced in the common chart here | 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 | `"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}"` | | -| initContainers.init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/data"` | | @@ -52,9 +44,6 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"vaultwarden"` | | | postgresql.postgresqlUsername | string | `"vaultwarden"` | | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | | | service.main.ports.main.port | int | `8080` | | | service.ws.ports.ws.enabled | bool | `true` | | | service.ws.ports.ws.port | int | `3012` | | diff --git a/docs/apps/stable/vaultwarden/index.md b/docs/apps/stable/vaultwarden/index.md index 25cc639c96f..bad59433a6a 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/ | postgresql | 3.0.8 | -| https://truecharts.org | common | 8.2.2 | +| https://truecharts.org/ | postgresql | 3.0.12 | +| https://truecharts.org | common | 8.3.4 | ## Installing the Chart diff --git a/docs/index.yaml b/docs/index.yaml index e7aeba3a284..b78e0c08021 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -4517,6 +4517,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.31.0 + created: "2021-10-09T23:24:34.651976287Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.3.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 3.0.12 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.4.1 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: ee471832de021bd84482c119b03ed47292cc4cfb7771786fb387e537a8f94af0 + 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-4.0.13/authelia-4.0.13.tgz + version: 4.0.13 - apiVersion: v2 appVersion: 4.31.0 created: "2021-10-05T11:36:21.83138095Z" @@ -37982,6 +38026,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-10-09T23:24:34.856806103Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.3.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 3.0.12 + description: A free and open source personal finance manager + digest: 95024abedcb84c71d35ee1111bad95db3d235b3dbbdbbcf29a7ddc47b8474e08 + 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-9.0.12/fireflyiii-9.0.12.tgz + version: 9.0.12 - apiVersion: v2 appVersion: 5.5.12 created: "2021-10-05T11:36:22.961032988Z" @@ -52109,6 +52186,46 @@ entries: - https://github.com/truecharts/apps/releases/download/gaps-3.1.5/gaps-3.1.5.tgz version: 3.1.5 gitea: + - apiVersion: v2 + appVersion: 1.15.3 + created: "2021-10-09T23:24:35.056661412Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.3.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 3.0.12 + - condition: memcached.enabled + name: memcached + repository: https://charts.bitnami.com/bitnami + version: 5.15.4 + description: Self hosted GIT repositories + digest: aeeafdd044a8106491caffcb8c36618bec596ee3604db57b53013e900c7eff4c + home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea + icon: https://docs.gitea.io/images/gitea.png + keywords: + - git + - issue tracker + - code review + - wiki + - gitea + - gogs + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: gitea + sources: + - https://gitea.com/gitea/helm-chart + - https://github.com/go-gitea/gitea + - https://hub.docker.com/r/gitea/gitea/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/gitea-1.0.4/gitea-1.0.4.tgz + version: 1.0.4 - apiVersion: v2 appVersion: 1.15.3 created: "2021-10-05T11:36:23.404708193Z" @@ -96792,6 +96909,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.2.0 + created: "2021-10-09T23:24:35.257921522Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.3.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 3.0.12 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.4.1 + description: A private cloud server that puts the control and security of your + own data back into your hands. + digest: 6af1733ede3177356033e30db8315bd4948289fcc77b0de9a02dd3aac510d2e1 + 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-6.0.14/nextcloud-6.0.14.tgz + version: 6.0.14 - apiVersion: v2 appVersion: 22.2.0 created: "2021-10-05T23:06:20.197761487Z" @@ -135166,6 +135322,37 @@ entries: - https://github.com/truecharts/apps/releases/download/portalexample-0.0.1/portalexample-0.0.1.tgz version: 0.0.1 postgresql: + - apiVersion: v2 + appVersion: 13.4.0 + created: "2021-10-09T23:24:35.44459891Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.3.4 + description: PostgresSQL + digest: a5d4ab9ecd37ea19b4f8560121c98e8bca1b0cc9b9f001f3282e4e2390782490 + home: https://github.com/truecharts/apps/tree/master/stable/postgres + icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png + keywords: + - postgres + - postgressql + - dtabase + - sql + 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: postgresql + sources: + - https://www.postgresql.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/postgresql-3.0.13/postgresql-3.0.13.tgz + version: 3.0.13 - apiVersion: v2 appVersion: 13.4.0 created: "2021-10-09T22:10:51.580468888Z" @@ -159698,6 +159885,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-10-09T23:24:35.661700545Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.3.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 3.0.12 + - condition: memcached.enabled + name: memcached + repository: https://charts.bitnami.com/bitnami + version: 5.15.4 + description: Groupware package + digest: 4ca23a620880b1eebf7756dbba4142a4a0865b724628fa8756d77f6956f3baf9 + 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-4.0.13/sogo-4.0.13.tgz + version: 4.0.13 - apiVersion: v2 appVersion: 5.2.0 created: "2021-10-05T11:36:26.914854031Z" @@ -187532,6 +187752,40 @@ 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-10-09T23:24:35.852940941Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.3.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 3.0.12 + description: Unofficial Bitwarden compatible server written in Rust + digest: 2b395fd562b1a569749204f950204d3feaae137a8a0492c01d0d78a756e1ed63 + 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 + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-9.0.12/vaultwarden-9.0.12.tgz + version: 9.0.12 - apiVersion: v2 appVersion: 1.22.2 created: "2021-10-05T11:36:27.521963661Z" @@ -197180,4 +197434,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-10-09T22:35:51.23724816Z" +generated: "2021-10-09T23:24:35.905182621Z"