Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-09-09 20:22:19 +00:00
parent 7fb7ec972d
commit ea9f4e7a6b
40 changed files with 515 additions and 127 deletions

View File

@ -1,3 +1,17 @@
# Changelog<br>
<a name="sogo-2.0.0"></a>
### [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))
<a name="sogo-1.0.4"></a>
## [sogo-1.0.4](https://github.com/truecharts/apps/compare/sogo-1.0.3...sogo-1.0.4) (2021-09-08)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: auto
appVersion: 5.2.0"
dependencies:
- name: common
repository: https://truecharts.org/

View File

@ -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

View File

@ -1,3 +1,12 @@
<a name="sogo-1.0.4"></a>
## [sogo-1.0.4](https://github.com/truecharts/apps/compare/sogo-1.0.3...sogo-1.0.4) (2021-09-08)
<a name="sogo-2.0.0"></a>
### [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))

View File

@ -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 |

View File

@ -1,3 +1,17 @@
# Changelog<br>
<a name="authelia-2.0.0"></a>
### [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))
<a name="authelia-1.7.3"></a>
## [authelia-1.7.3](https://github.com/truecharts/apps/compare/authelia-1.7.2...authelia-1.7.3) (2021-09-08)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: auto
appVersion: "4.30.4"
dependencies:
- name: common
repository: https://truecharts.org/

View File

@ -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

View File

@ -1,3 +1,12 @@
<a name="authelia-1.7.3"></a>
## [authelia-1.7.3](https://github.com/truecharts/apps/compare/authelia-1.7.2...authelia-1.7.3) (2021-09-08)
<a name="authelia-2.0.0"></a>
### [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))

View File

@ -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` | |

View File

@ -1,3 +1,21 @@
# Changelog<br>
<a name="fireflyiii-7.0.0"></a>
### [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))
<a name="fireflyiii-6.1.10"></a>
## [fireflyiii-6.1.10](https://github.com/truecharts/apps/compare/fireflyiii-6.1.9...fireflyiii-6.1.10) (2021-09-08)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: auto
appVersion: 5.5.12
dependencies:
- name: common
repository: https://truecharts.org/

View File

@ -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

View File

@ -1,7 +1,16 @@
<a name="fireflyiii-6.1.10"></a>
## [fireflyiii-6.1.10](https://github.com/truecharts/apps/compare/fireflyiii-6.1.9...fireflyiii-6.1.10) (2021-09-08)
<a name="fireflyiii-7.0.0"></a>
### [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))

View File

@ -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

View File

@ -1,6 +1,19 @@
# Changelog<br>
<a name="nextcloud-4.0.0"></a>
### [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))
<a name="nextcloud-3.7.16"></a>
### [nextcloud-3.7.16](https://github.com/truecharts/apps/compare/nextcloud-3.7.15...nextcloud-3.7.16) (2021-09-08)

View File

@ -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

View File

@ -1,7 +1,11 @@
<a name="nextcloud-3.7.16"></a>
### [nextcloud-3.7.16](https://github.com/truecharts/apps/compare/nextcloud-3.7.15...nextcloud-3.7.16) (2021-09-08)
<a name="nextcloud-4.0.0"></a>
### [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))

View File

@ -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"` | |

View File

@ -1,3 +1,21 @@
# Changelog<br>
<a name="vaultwarden-7.0.0"></a>
### [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))
<a name="vaultwarden-6.1.12"></a>
## [vaultwarden-6.1.12](https://github.com/truecharts/apps/compare/vaultwarden-6.1.11...vaultwarden-6.1.12) (2021-09-08)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: auto
appVersion: 1.22.2
dependencies:
- name: common
repository: https://truecharts.org/

View File

@ -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

View File

@ -1,7 +1,16 @@
<a name="vaultwarden-6.1.12"></a>
## [vaultwarden-6.1.12](https://github.com/truecharts/apps/compare/vaultwarden-6.1.11...vaultwarden-6.1.12) (2021-09-08)
<a name="vaultwarden-7.0.0"></a>
### [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))

View File

@ -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"` | |

View File

@ -1,3 +1,17 @@
# Changelog<br>
<a name="sogo-2.0.0"></a>
### [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))
<a name="sogo-1.0.4"></a>
## [sogo-1.0.4](https://github.com/truecharts/apps/compare/sogo-1.0.3...sogo-1.0.4) (2021-09-08)

View File

@ -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 |

View File

@ -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

View File

@ -1,3 +1,17 @@
# Changelog<br>
<a name="authelia-2.0.0"></a>
### [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))
<a name="authelia-1.7.3"></a>
## [authelia-1.7.3](https://github.com/truecharts/apps/compare/authelia-1.7.2...authelia-1.7.3) (2021-09-08)

View File

@ -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` | |

View File

@ -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

View File

@ -1,3 +1,21 @@
# Changelog<br>
<a name="fireflyiii-7.0.0"></a>
### [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))
<a name="fireflyiii-6.1.10"></a>
## [fireflyiii-6.1.10](https://github.com/truecharts/apps/compare/fireflyiii-6.1.9...fireflyiii-6.1.10) (2021-09-08)

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,19 @@
# Changelog<br>
<a name="nextcloud-4.0.0"></a>
### [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))
<a name="nextcloud-3.7.16"></a>
### [nextcloud-3.7.16](https://github.com/truecharts/apps/compare/nextcloud-3.7.15...nextcloud-3.7.16) (2021-09-08)

View File

@ -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"` | |

View File

@ -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

View File

@ -1,3 +1,21 @@
# Changelog<br>
<a name="vaultwarden-7.0.0"></a>
### [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))
<a name="vaultwarden-6.1.12"></a>
## [vaultwarden-6.1.12](https://github.com/truecharts/apps/compare/vaultwarden-6.1.11...vaultwarden-6.1.12) (2021-09-08)

View File

@ -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"` | |

View File

@ -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

View File

@ -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"