diff --git a/charts/incubator/sogo/CHANGELOG.md b/charts/incubator/sogo/CHANGELOG.md index 92098908312..1c261fc0e60 100644 --- a/charts/incubator/sogo/CHANGELOG.md +++ b/charts/incubator/sogo/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sogo-3.0.2](https://github.com/truecharts/apps/compare/sogo-3.0.1...sogo-3.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [sogo-3.0.1](https://github.com/truecharts/apps/compare/sogo-2.0.3...sogo-3.0.1) (2021-09-13) diff --git a/charts/incubator/sogo/Chart.yaml b/charts/incubator/sogo/Chart.yaml index 2eee619b032..3e4a943b559 100644 --- a/charts/incubator/sogo/Chart.yaml +++ b/charts/incubator/sogo/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 5.2.0 +appVersion: "5.2.0" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/incubator/sogo/SCALE/CHANGELOG.md b/charts/incubator/sogo/SCALE/CHANGELOG.md index 594ffcf5fd2..a0b0433bd8f 100644 --- a/charts/incubator/sogo/SCALE/CHANGELOG.md +++ b/charts/incubator/sogo/SCALE/CHANGELOG.md @@ -1,16 +1,7 @@ - -### [sogo-3.0.1](https://github.com/truecharts/apps/compare/sogo-2.0.3...sogo-3.0.1) (2021-09-13) + +### [sogo-3.0.2](https://github.com/truecharts/apps/compare/sogo-3.0.1...sogo-3.0.2) (2021-09-14) #### Chore -* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960)) -* update non-major -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/incubator/sogo/helm-values.md b/charts/incubator/sogo/helm-values.md index 42a0a08b13c..9c572fe6bba 100644 --- a/charts/incubator/sogo/helm-values.md +++ b/charts/incubator/sogo/helm-values.md @@ -21,7 +21,7 @@ You will, however, be able to use all values referenced in the common chart here | 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:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services | | sogo | object | `{"auth":{"SOGoPasswordChangeEnabled":true},"custom":[],"debug":{"ImapDebugEnabled":false,"LDAPDebugEnabled":false,"MySQL4DebugEnabled":false,"PGDebugEnabled":false,"SOGoDebugRequests":false,"SOGoUIxDebugEnabled":false,"SoDebugBaseURL":false,"WODontZipResponse":false,"WOLogFile":"/var/log/sogo/sogo.log"},"general":{"SOGoLanguage":"English","SOGoSuperUsernames":"","SxVMemLimit":"384"},"mail":{"NGMimeBuildMimeTempDirectory":"/mimetmp","SOGoDraftsFolderName":"Drafts","SOGoForceExternalLoginWithEmail":false,"SOGoIMAPServer":"localhost","SOGoMailDomain":"example.com","SOGoMailSpoolPath":"/var/spool/sogo","SOGoMailingMechanism":"smtp","SOGoSMTPServer":"smtp://domain:port","SOGoSentFolderName":"Sent","SOGoSieveServer":"","SOGoTrashFolderName":"Trash"},"notifications":{"SOGoACLsSendEMailNotifications":false,"SOGoAppointmentSendEMailNotifications":false,"SOGoFoldersSendEMailNotifications":false},"usersources":[],"webui":{"SOGoForwardEnabled":true,"SOGoMailAuxiliaryUserAccountsEnabled":true,"SOGoPageTitle":"SOGo","SOGoSieveScriptsEnabled":true,"SOGoTrustProxyAuthentication":false,"SOGoVacationEnabled":true,"SOGoXSRFValidationEnabled":true}}` | Sogo settings | | sogo.auth | object | `{"SOGoPasswordChangeEnabled":true}` | Pre-configured Sogo authentication settings | diff --git a/charts/incubator/teamspeak3/CHANGELOG.md b/charts/incubator/teamspeak3/CHANGELOG.md index 4911413b4d7..c89e04b0291 100644 --- a/charts/incubator/teamspeak3/CHANGELOG.md +++ b/charts/incubator/teamspeak3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [teamspeak3-0.0.2](https://github.com/truecharts/apps/compare/teamspeak3-0.0.1...teamspeak3-0.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### teamspeak3-0.0.1 (2021-09-14) diff --git a/charts/incubator/teamspeak3/Chart.yaml b/charts/incubator/teamspeak3/Chart.yaml index 38d6adc4cf9..c24dce80e41 100644 --- a/charts/incubator/teamspeak3/Chart.yaml +++ b/charts/incubator/teamspeak3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.13.6 +appVersion: "3.13.6" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/incubator/teamspeak3/SCALE/CHANGELOG.md b/charts/incubator/teamspeak3/SCALE/CHANGELOG.md index 8fc8ed245ca..07476342b27 100644 --- a/charts/incubator/teamspeak3/SCALE/CHANGELOG.md +++ b/charts/incubator/teamspeak3/SCALE/CHANGELOG.md @@ -1,7 +1,7 @@ - -### teamspeak3-0.0.1 (2021-09-14) + +### [teamspeak3-0.0.2](https://github.com/truecharts/apps/compare/teamspeak3-0.0.1...teamspeak3-0.0.2) (2021-09-14) -#### Add +#### Chore -* Add TeamSpeak3 Server to incubator ([#985](https://github.com/truecharts/apps/issues/985)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/incubator/teamspeak3/helm-values.md b/charts/incubator/teamspeak3/helm-values.md index 92bc2916404..d1059a42f19 100644 --- a/charts/incubator/teamspeak3/helm-values.md +++ b/charts/incubator/teamspeak3/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TS3SERVER_LICENSE | string | `"accept"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"teamspeak"` | | -| image.tag | string | `"3.13.6@sha256:ff7a92727ffbf05925b54bb12e65bfee311d4193fc68e175dacd63a0048c28bf"` | | +| image.tag | string | `"3.13.6@sha256:a88d61887cbfa78012ce8bf69e6fad5988d853b7b72a9483000b1af8a6083ff8"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/var/ts3server/"` | | diff --git a/charts/library/common-test/CHANGELOG.md b/charts/library/common-test/CHANGELOG.md new file mode 100644 index 00000000000..e72c3972461 --- /dev/null +++ b/charts/library/common-test/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog
+ + + +### [common-test-3.1.1](https://github.com/truecharts/apps/compare/common-test-3.1.0...common-test-3.1.1) (2021-09-14) + +#### Chore + +* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + diff --git a/charts/library/common-test/CONFIG.md b/charts/library/common-test/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/charts/library/common-test/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: +https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/library/common-test/Chart.yaml b/charts/library/common-test/Chart.yaml index 6cd0dc1aa1d..7e76be09cae 100644 --- a/charts/library/common-test/Chart.yaml +++ b/charts/library/common-test/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: none +appVersion: "latest" dependencies: - name: common repository: file://../common diff --git a/charts/library/common-test/README.md b/charts/library/common-test/README.md index 52cfe9907af..640737ef0d4 100644 --- a/charts/library/common-test/README.md +++ b/charts/library/common-test/README.md @@ -1,60 +1,37 @@ -# common-test - -![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) +# Introduction Helper chart to test different use cases of the common library -**Homepage:** +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** -## Maintainers +## Source Code -| Name | Email | Url | -| ---- | ------ | --- | -| truecharts | | | +* ## Requirements Kubernetes: `>=1.16.0-0` +## Dependencies + | Repository | Name | Version | |------------|------|---------| -| file://../common | common | n/a | +| file://../common | common | latest | -## Values +## Installing the Chart -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| appAdditionalServices.extra-tcp.enabled | bool | `true` | | -| appAdditionalServices.extra-tcp.port.name | string | `"tcp-test"` | | -| appAdditionalServices.extra-tcp.port.port | int | `51414` | | -| appAdditionalServices.extra-tcp.port.protocol | string | `"TCP"` | | -| appAdditionalServices.extra-tcp.port.targetPort | int | `51414` | | -| appAdditionalServices.extra-tcp.type | string | `"ClusterIP"` | | -| appAdditionalServices.extra-udp.enabled | bool | `true` | | -| appAdditionalServices.extra-udp.port.name | string | `"udp-test"` | | -| appAdditionalServices.extra-udp.port.port | int | `51414` | | -| appAdditionalServices.extra-udp.port.protocol | string | `"UDP"` | | -| appAdditionalServices.extra-udp.port.targetPort | int | `51414` | | -| appAdditionalServices.extra-udp.type | string | `"ClusterIP"` | | -| appAdditionalServicesEnabled | bool | `true` | | -| appVolumeMounts.data.datasetName | string | `"data"` | | -| appVolumeMounts.data.emptyDir | bool | `true` | | -| appVolumeMounts.data.enabled | bool | `true` | | -| appVolumeMounts.data.hostPath | string | `""` | | -| appVolumeMounts.data.hostPathEnabled | bool | `false` | | -| appVolumeMounts.data.mountPath | string | `"/data"` | | -| appVolumeMounts.test.datasetName | string | `"test"` | | -| appVolumeMounts.test.emptyDir | bool | `true` | | -| appVolumeMounts.test.enabled | bool | `true` | | -| appVolumeMounts.test.hostPath | string | `""` | | -| appVolumeMounts.test.hostPathEnabled | bool | `false` | | -| appVolumeMounts.test.mountPath | string | `"/test"` | | -| fixMountPermissions | bool | `false` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"b4bz/homer"` | | -| image.tag | string | `"latest"` | | -| ingress.enabled | bool | `true` | | -| service.port.port | int | `8080` | | +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +## Uninstalling the Chart + +To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/library/common-test/SCALE/CHANGELOG.md b/charts/library/common-test/SCALE/CHANGELOG.md new file mode 100644 index 00000000000..23380814153 --- /dev/null +++ b/charts/library/common-test/SCALE/CHANGELOG.md @@ -0,0 +1,9 @@ + + +### [common-test-3.1.1](https://github.com/truecharts/apps/compare/common-test-3.1.0...common-test-3.1.1) (2021-09-14) + +#### Chore + +* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + diff --git a/charts/library/common-test/app-readme.md b/charts/library/common-test/app-readme.md new file mode 100644 index 00000000000..d6aa79462dc --- /dev/null +++ b/charts/library/common-test/app-readme.md @@ -0,0 +1,3 @@ +Helper chart to test different use cases of the common library + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/charts/library/common-test/helm-values.md b/charts/library/common-test/helm-values.md new file mode 100644 index 00000000000..0c2030b1c2a --- /dev/null +++ b/charts/library/common-test/helm-values.md @@ -0,0 +1,18 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/truecharts/homer"` | | +| image.tag | string | `"latest@sha256:6d4f5dd5b4cfb33ddbd5a7a896ba73fd96a352da57dd20600007a22f9aaa4fc3"` | | + +All Rights Reserved - The TrueCharts Project diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md index a259543e239..73d15711ad2 100644 --- a/charts/library/common/CHANGELOG.md +++ b/charts/library/common/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [common-7.0.13](https://github.com/truecharts/apps/compare/common-7.0.12...common-7.0.13) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [common-7.0.12](https://github.com/truecharts/apps/compare/common-7.0.11...common-7.0.12) (2021-09-13) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index ca518e6ed02..4545ada2a4f 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: latest +appVersion: "latest" description: Function library for TrueCharts home: https://github.com/truecharts/apps/tree/master/charts/common icon: https://avatars.githubusercontent.com/u/76400755 diff --git a/charts/library/common/SCALE/CHANGELOG.md b/charts/library/common/SCALE/CHANGELOG.md index 6a4986a004b..639808b080a 100644 --- a/charts/library/common/SCALE/CHANGELOG.md +++ b/charts/library/common/SCALE/CHANGELOG.md @@ -1,7 +1,7 @@ - -### [common-7.0.12](https://github.com/truecharts/apps/compare/common-7.0.11...common-7.0.12) (2021-09-13) + +### [common-7.0.13](https://github.com/truecharts/apps/compare/common-7.0.12...common-7.0.13) (2021-09-14) -#### Fix +#### Chore -* ensure wireguard env vars get created +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md index 5917e3e7e14..d9cb26409db 100644 --- a/charts/library/common/helm-values.md +++ b/charts/library/common/helm-values.md @@ -200,6 +200,6 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | wireguardImage | object | See below | WireGuard specific configuration | | wireguardImage.pullPolicy | string | `"IfNotPresent"` | Specify the WireGuard image pull policy | | wireguardImage.repository | string | `"ghcr.io/k8s-at-home/wireguard"` | Specify the WireGuard image | -| wireguardImage.tag | string | `"v1.0.20210424@sha256:448045c4270b818ded47ec82b934e7227235402fbefa16e29800c2fb51d6de39"` | Specify the WireGuard image tag | +| wireguardImage.tag | string | `"v1.0.20210914@sha256:3799349a9b09c689ffce45a4cedecc735af4fbc901e31d9cdbce1de1bc76be4c"` | Specify the WireGuard image tag | All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/authelia/CHANGELOG.md b/charts/stable/authelia/CHANGELOG.md index b7ff1b5dbae..192a745ee64 100644 --- a/charts/stable/authelia/CHANGELOG.md +++ b/charts/stable/authelia/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [authelia-3.0.5](https://github.com/truecharts/apps/compare/authelia-3.0.4...authelia-3.0.5) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [authelia-3.0.4](https://github.com/truecharts/apps/compare/authelia-3.0.3...authelia-3.0.4) (2021-09-14) diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 5329b03171c..548d995b2d5 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 4.30.4 +appVersion: "4.30.5" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/authelia/SCALE/CHANGELOG.md b/charts/stable/authelia/SCALE/CHANGELOG.md index ccfae945699..d6ed8f2f898 100644 --- a/charts/stable/authelia/SCALE/CHANGELOG.md +++ b/charts/stable/authelia/SCALE/CHANGELOG.md @@ -1,7 +1,7 @@ - -### [authelia-3.0.4](https://github.com/truecharts/apps/compare/authelia-3.0.3...authelia-3.0.4) (2021-09-14) + +### [authelia-3.0.5](https://github.com/truecharts/apps/compare/authelia-3.0.4...authelia-3.0.5) (2021-09-14) -#### Fix +#### Chore -* fix authelia being broken +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/authelia/helm-values.md b/charts/stable/authelia/helm-values.md index 5431550da4f..c180aa5e3cf 100644 --- a/charts/stable/authelia/helm-values.md +++ b/charts/stable/authelia/helm-values.md @@ -63,7 +63,7 @@ You will, however, be able to use all values referenced in the common chart here | identity_providers.oidc.refresh_token_lifespan | string | `"90m"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/authelia/authelia"` | | -| image.tag | string | `"4.30.4@sha256:956a7577adeb3d430bb1fc00b08baa8aecddec3949dd767363a43fcc6465d34a"` | | +| image.tag | string | `"4.30.5@sha256:1b32c5c072de7522a84e2e0badc52bf981c8bf7a8369b752720fbfc597c35ea7"` | | | 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"` | | @@ -115,7 +115,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"authelia"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | probes.liveness.path | string | `"/api/health\""` | | | probes.liveness.type | string | `"HTTP"` | | | probes.readiness.path | string | `"/api/health"` | | diff --git a/charts/stable/calibre-web/CHANGELOG.md b/charts/stable/calibre-web/CHANGELOG.md index 125beac18a1..45d713152c8 100644 --- a/charts/stable/calibre-web/CHANGELOG.md +++ b/charts/stable/calibre-web/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [calibre-web-7.0.2](https://github.com/truecharts/apps/compare/calibre-web-7.0.1...calibre-web-7.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [calibre-web-7.0.1](https://github.com/truecharts/apps/compare/calibre-web-6.11.15...calibre-web-7.0.1) (2021-09-13) diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index 594e9d0a2bc..5b1f0aac573 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.6.12 +appVersion: "0.6.12" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/calibre-web/SCALE/CHANGELOG.md b/charts/stable/calibre-web/SCALE/CHANGELOG.md index 4e8696f7b80..430c64dd57e 100644 --- a/charts/stable/calibre-web/SCALE/CHANGELOG.md +++ b/charts/stable/calibre-web/SCALE/CHANGELOG.md @@ -1,19 +1,7 @@ - -### [calibre-web-7.0.1](https://github.com/truecharts/apps/compare/calibre-web-6.11.15...calibre-web-7.0.1) (2021-09-13) + +### [calibre-web-7.0.2](https://github.com/truecharts/apps/compare/calibre-web-7.0.1...calibre-web-7.0.2) (2021-09-14) #### Chore -* move all LSIO containers to github registry ([#957](https://github.com/truecharts/apps/issues/957)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/calibre-web/helm-values.md b/charts/stable/calibre-web/helm-values.md index 025a94dbbb8..f16a769933a 100644 --- a/charts/stable/calibre-web/helm-values.md +++ b/charts/stable/calibre-web/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/calibre-web"` | | -| image.tag | string | `"version-0.6.12@sha256:d2e3980e7d0257c28d1e06a10d7f9cb0b3de6865a8d987e10af590fa6c4ebb77"` | | +| image.tag | string | `"version-0.6.12@sha256:8537f4b8bc08f3d192e30f5eed777bbd1cc21424cc9a268c4a3589640b703b68"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/custom-app/CHANGELOG.md b/charts/stable/custom-app/CHANGELOG.md index 68496bbd016..e111f43c5dd 100644 --- a/charts/stable/custom-app/CHANGELOG.md +++ b/charts/stable/custom-app/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [custom-app-1.0.2](https://github.com/truecharts/apps/compare/custom-app-1.0.1...custom-app-1.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [custom-app-1.0.1](https://github.com/truecharts/apps/compare/custom-app-0.2.22...custom-app-1.0.1) (2021-09-13) diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml index 5498904152b..0a735de023b 100644 --- a/charts/stable/custom-app/Chart.yaml +++ b/charts/stable/custom-app/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.18.746 +appVersion: "0.18.755" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/custom-app/SCALE/CHANGELOG.md b/charts/stable/custom-app/SCALE/CHANGELOG.md index 6e230c27c94..3d30e6ff65f 100644 --- a/charts/stable/custom-app/SCALE/CHANGELOG.md +++ b/charts/stable/custom-app/SCALE/CHANGELOG.md @@ -1,12 +1,7 @@ - -### [custom-app-1.0.1](https://github.com/truecharts/apps/compare/custom-app-0.2.22...custom-app-1.0.1) (2021-09-13) + +### [custom-app-1.0.2](https://github.com/truecharts/apps/compare/custom-app-1.0.1...custom-app-1.0.2) (2021-09-14) #### Chore -* update non-major - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/custom-app/helm-values.md b/charts/stable/custom-app/helm-values.md index 43e76628274..0d0f4f5219e 100644 --- a/charts/stable/custom-app/helm-values.md +++ b/charts/stable/custom-app/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.746@sha256:4caa9f57a10c07cca49935b6e039aa4c15eb20f28add18983bb62b028e245edd"` | | +| image.tag | string | `"v0.18.755@sha256:ddd7dfe90826a6c60e710874e7fb05aec824cfb531d76e143707b6d20de993de"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/fireflyiii/CHANGELOG.md b/charts/stable/fireflyiii/CHANGELOG.md index e1c372e5986..5d842e34d15 100644 --- a/charts/stable/fireflyiii/CHANGELOG.md +++ b/charts/stable/fireflyiii/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [fireflyiii-8.0.2](https://github.com/truecharts/apps/compare/fireflyiii-8.0.1...fireflyiii-8.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [fireflyiii-8.0.1](https://github.com/truecharts/apps/compare/fireflyiii-7.0.2...fireflyiii-8.0.1) (2021-09-13) diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 35627040592..b4e1c21e225 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 5.5.12 +appVersion: "5.5.12" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/fireflyiii/SCALE/CHANGELOG.md b/charts/stable/fireflyiii/SCALE/CHANGELOG.md index 38582638075..03e98daecee 100644 --- a/charts/stable/fireflyiii/SCALE/CHANGELOG.md +++ b/charts/stable/fireflyiii/SCALE/CHANGELOG.md @@ -1,20 +1,7 @@ - -### [fireflyiii-8.0.1](https://github.com/truecharts/apps/compare/fireflyiii-7.0.2...fireflyiii-8.0.1) (2021-09-13) + +### [fireflyiii-8.0.2](https://github.com/truecharts/apps/compare/fireflyiii-8.0.1...fireflyiii-8.0.2) (2021-09-14) #### Chore -* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960)) -* update non-major -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/fireflyiii/helm-values.md b/charts/stable/fireflyiii/helm-values.md index f2b3736a444..8bdd403da07 100644 --- a/charts/stable/fireflyiii/helm-values.md +++ b/charts/stable/fireflyiii/helm-values.md @@ -47,7 +47,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"firefly"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | probes.liveness.path | string | `"/login"` | | | probes.readiness.path | string | `"/login"` | | | probes.startup.path | string | `"/login"` | | diff --git a/charts/stable/healthchecks/CHANGELOG.md b/charts/stable/healthchecks/CHANGELOG.md index 3826dce76b2..f5130ca577d 100644 --- a/charts/stable/healthchecks/CHANGELOG.md +++ b/charts/stable/healthchecks/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [healthchecks-2.0.2](https://github.com/truecharts/apps/compare/healthchecks-2.0.1...healthchecks-2.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [healthchecks-2.0.1](https://github.com/truecharts/apps/compare/healthchecks-1.9.15...healthchecks-2.0.1) (2021-09-13) diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 4bd6d3610d7..85f373d3f31 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.22.0 +appVersion: "1.22.0" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/healthchecks/SCALE/CHANGELOG.md b/charts/stable/healthchecks/SCALE/CHANGELOG.md index 4cf8e7288f1..2f8a4e283ca 100644 --- a/charts/stable/healthchecks/SCALE/CHANGELOG.md +++ b/charts/stable/healthchecks/SCALE/CHANGELOG.md @@ -1,16 +1,7 @@ - -### [healthchecks-2.0.1](https://github.com/truecharts/apps/compare/healthchecks-1.9.15...healthchecks-2.0.1) (2021-09-13) + +### [healthchecks-2.0.2](https://github.com/truecharts/apps/compare/healthchecks-2.0.1...healthchecks-2.0.2) (2021-09-14) #### Chore -* move all LSIO containers to github registry ([#957](https://github.com/truecharts/apps/issues/957)) -* update non-major -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/healthchecks/helm-values.md b/charts/stable/healthchecks/helm-values.md index dd88f6fc2cf..ce742e8a857 100644 --- a/charts/stable/healthchecks/helm-values.md +++ b/charts/stable/healthchecks/helm-values.md @@ -20,7 +20,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/linuxserver/healthchecks"` | image repository | -| image.tag | string | `"version-v1.22.0@sha256:f2e6865c909a1eeebf8bbe2736c0a3145ed5e9fa1bddde0809993a74963bc14a"` | image tag | +| image.tag | string | `"version-v1.22.0@sha256:11b714fd49962069da7352d420e93800354e44cf00754bb3fafb4dbd03a6f716"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | persistence.config | object | `{"accessMode":"ReadWriteOnce","enabled":true,"mountpath":"/config","size":"100Gi","type":"pvc"}` | Volume used for configuration | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md index 259104693f4..b11c304add6 100644 --- a/charts/stable/jackett/CHANGELOG.md +++ b/charts/stable/jackett/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jackett-7.0.2](https://github.com/truecharts/apps/compare/jackett-7.0.1...jackett-7.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [jackett-7.0.1](https://github.com/truecharts/apps/compare/jackett-6.11.21...jackett-7.0.1) (2021-09-13) diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 13e5c803e8d..bb1f0cce348 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.18.746 +appVersion: "0.18.755" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/jackett/SCALE/CHANGELOG.md b/charts/stable/jackett/SCALE/CHANGELOG.md index 60742f12cad..c74197d7f7d 100644 --- a/charts/stable/jackett/SCALE/CHANGELOG.md +++ b/charts/stable/jackett/SCALE/CHANGELOG.md @@ -1,12 +1,7 @@ - -### [jackett-7.0.1](https://github.com/truecharts/apps/compare/jackett-6.11.21...jackett-7.0.1) (2021-09-13) + +### [jackett-7.0.2](https://github.com/truecharts/apps/compare/jackett-7.0.1...jackett-7.0.2) (2021-09-14) #### Chore -* update non-major - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/jackett/helm-values.md b/charts/stable/jackett/helm-values.md index b5dd5f3305a..8c3a7930b18 100644 --- a/charts/stable/jackett/helm-values.md +++ b/charts/stable/jackett/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.746@sha256:4caa9f57a10c07cca49935b6e039aa4c15eb20f28add18983bb62b028e245edd"` | | +| image.tag | string | `"v0.18.755@sha256:ddd7dfe90826a6c60e710874e7fb05aec824cfb531d76e143707b6d20de993de"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/komga/CHANGELOG.md b/charts/stable/komga/CHANGELOG.md index 360ce62060f..8bc7e3b3323 100644 --- a/charts/stable/komga/CHANGELOG.md +++ b/charts/stable/komga/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [komga-2.0.2](https://github.com/truecharts/apps/compare/komga-2.0.1...komga-2.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [komga-2.0.1](https://github.com/truecharts/apps/compare/komga-1.9.19...komga-2.0.1) (2021-09-13) diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index 08bfb9b3750..3918fbd9094 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.125.3 +appVersion: "0.125.4" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/komga/SCALE/CHANGELOG.md b/charts/stable/komga/SCALE/CHANGELOG.md index e881ee25f35..cd2b218b6c9 100644 --- a/charts/stable/komga/SCALE/CHANGELOG.md +++ b/charts/stable/komga/SCALE/CHANGELOG.md @@ -1,19 +1,7 @@ - -### [komga-2.0.1](https://github.com/truecharts/apps/compare/komga-1.9.19...komga-2.0.1) (2021-09-13) + +### [komga-2.0.2](https://github.com/truecharts/apps/compare/komga-2.0.1...komga-2.0.2) (2021-09-14) #### Chore -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/komga/helm-values.md b/charts/stable/komga/helm-values.md index e384fade99d..a4a02f51f2a 100644 --- a/charts/stable/komga/helm-values.md +++ b/charts/stable/komga/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/truecharts/komga"` | image repository | -| image.tag | string | `"v0.125.3@sha256:51e3e48481ac63d0cafebcf76198f61f7475d7b8a28f96d38d5aefcfebd711fd"` | image tag | +| image.tag | string | `"v0.125.4@sha256:c6c864cd4a1278722e939f833e18060d2144a481c9b45208ac37ff68da5116de"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.fsGroup | int | `568` | | | podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | | diff --git a/charts/stable/lazylibrarian/CHANGELOG.md b/charts/stable/lazylibrarian/CHANGELOG.md index 892b3d93944..06dd0c1ecd0 100644 --- a/charts/stable/lazylibrarian/CHANGELOG.md +++ b/charts/stable/lazylibrarian/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lazylibrarian-7.0.2](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.1...lazylibrarian-7.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [lazylibrarian-7.0.1](https://github.com/truecharts/apps/compare/lazylibrarian-6.11.15...lazylibrarian-7.0.1) (2021-09-13) diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index 262562c6a68..96356584a8e 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: latest +appVersion: "latest" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/lazylibrarian/SCALE/CHANGELOG.md b/charts/stable/lazylibrarian/SCALE/CHANGELOG.md index 269abdc63e4..42719a54f7d 100644 --- a/charts/stable/lazylibrarian/SCALE/CHANGELOG.md +++ b/charts/stable/lazylibrarian/SCALE/CHANGELOG.md @@ -1,19 +1,7 @@ - -### [lazylibrarian-7.0.1](https://github.com/truecharts/apps/compare/lazylibrarian-6.11.15...lazylibrarian-7.0.1) (2021-09-13) + +### [lazylibrarian-7.0.2](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.1...lazylibrarian-7.0.2) (2021-09-14) #### Chore -* move all LSIO containers to github registry ([#957](https://github.com/truecharts/apps/issues/957)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/lazylibrarian/helm-values.md b/charts/stable/lazylibrarian/helm-values.md index ccadbd8821e..2f826e0136d 100644 --- a/charts/stable/lazylibrarian/helm-values.md +++ b/charts/stable/lazylibrarian/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/lazylibrarian"` | | -| image.tag | string | `"latest@sha256:15cb4204453e7f6d349575f9a616176eb1478ac91e9218e3bf6a4dd1c60490e1"` | | +| image.tag | string | `"latest@sha256:65ff3e1b07097396c5c03e4e59d78df9b07979556740d7e7e2568009077bebe3"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/nextcloud/CHANGELOG.md b/charts/stable/nextcloud/CHANGELOG.md index db6f499cac1..4f25f538117 100644 --- a/charts/stable/nextcloud/CHANGELOG.md +++ b/charts/stable/nextcloud/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nextcloud-5.0.2](https://github.com/truecharts/apps/compare/nextcloud-5.0.1...nextcloud-5.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [nextcloud-5.0.1](https://github.com/truecharts/apps/compare/nextcloud-4.0.6...nextcloud-5.0.1) (2021-09-13) diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 670d5634452..3d8504fdec0 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 22.1.1 +appVersion: "22.1.1" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/nextcloud/SCALE/CHANGELOG.md b/charts/stable/nextcloud/SCALE/CHANGELOG.md index 0c2c80c2520..bc734603909 100644 --- a/charts/stable/nextcloud/SCALE/CHANGELOG.md +++ b/charts/stable/nextcloud/SCALE/CHANGELOG.md @@ -1,12 +1,7 @@ - -### [nextcloud-5.0.1](https://github.com/truecharts/apps/compare/nextcloud-4.0.6...nextcloud-5.0.1) (2021-09-13) + +### [nextcloud-5.0.2](https://github.com/truecharts/apps/compare/nextcloud-5.0.1...nextcloud-5.0.2) (2021-09-14) #### Chore -* update non-major - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/nextcloud/helm-values.md b/charts/stable/nextcloud/helm-values.md index 603531f74ca..c7075ea6166 100644 --- a/charts/stable/nextcloud/helm-values.md +++ b/charts/stable/nextcloud/helm-values.md @@ -62,7 +62,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"nextcloud"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | 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 185b176bcd4..790b97f76a2 100644 --- a/charts/stable/postgresql/CHANGELOG.md +++ b/charts/stable/postgresql/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [postgresql-2.2.2](https://github.com/truecharts/apps/compare/postgresql-2.2.1...postgresql-2.2.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [postgresql-2.2.1](https://github.com/truecharts/apps/compare/postgresql-2.2.0...postgresql-2.2.1) (2021-09-13) diff --git a/charts/stable/postgresql/Chart.yaml b/charts/stable/postgresql/Chart.yaml index b954e3840c6..a552f8a5829 100644 --- a/charts/stable/postgresql/Chart.yaml +++ b/charts/stable/postgresql/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 13.4.0 +appVersion: "13.4.0" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/postgresql/SCALE/CHANGELOG.md b/charts/stable/postgresql/SCALE/CHANGELOG.md index b22c0f47542..3418cd46d13 100644 --- a/charts/stable/postgresql/SCALE/CHANGELOG.md +++ b/charts/stable/postgresql/SCALE/CHANGELOG.md @@ -1,7 +1,7 @@ - -### [postgresql-2.2.1](https://github.com/truecharts/apps/compare/postgresql-2.2.0...postgresql-2.2.1) (2021-09-13) + +### [postgresql-2.2.2](https://github.com/truecharts/apps/compare/postgresql-2.2.1...postgresql-2.2.2) (2021-09-14) -#### Feat +#### Chore -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/postgresql/helm-values.md b/charts/stable/postgresql/helm-values.md index d77296fef76..bd295050446 100644 --- a/charts/stable/postgresql/helm-values.md +++ b/charts/stable/postgresql/helm-values.md @@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/postgresql"` | | -| image.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| image.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | initContainers.migrate-db.command[0] | string | `"/bin/sh"` | | | initContainers.migrate-db.command[1] | string | `"-cx"` | | | initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | | diff --git a/charts/stable/protonmail-bridge/CHANGELOG.md b/charts/stable/protonmail-bridge/CHANGELOG.md index 527bacb1059..8f577df7902 100644 --- a/charts/stable/protonmail-bridge/CHANGELOG.md +++ b/charts/stable/protonmail-bridge/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [protonmail-bridge-2.0.2](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.1...protonmail-bridge-2.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [protonmail-bridge-2.0.1](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.16...protonmail-bridge-2.0.1) (2021-09-13) diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index 0a1cbdbe08b..8124e4eb404 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.8.7-1 +appVersion: "1.8.9-1" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md b/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md index 3b9c4fc725c..b24914f77a3 100644 --- a/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md +++ b/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md @@ -1,8 +1,7 @@ - -### [protonmail-bridge-2.0.1](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.16...protonmail-bridge-2.0.1) (2021-09-13) + +### [protonmail-bridge-2.0.2](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.1...protonmail-bridge-2.0.2) (2021-09-14) -#### Feat +#### Chore -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/protonmail-bridge/helm-values.md b/charts/stable/protonmail-bridge/helm-values.md index 19c27aa3f73..61690353d9b 100644 --- a/charts/stable/protonmail-bridge/helm-values.md +++ b/charts/stable/protonmail-bridge/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"shenxn/protonmail-bridge"` | image repository | -| image.tag | string | `"1.8.7-1@sha256:acf31af7c111e6558f3a93bebada2b0bb8af3dcc72929bd6ae3907e65bee3ca4"` | image tag | +| image.tag | string | `"1.8.9-1@sha256:b296e8dd5bc01af3e3bf769ed3be3b2cea689a88a1c097776322d2641a7b3ba4"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.fsGroup | int | `0` | | | podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | | diff --git a/charts/stable/vaultwarden/CHANGELOG.md b/charts/stable/vaultwarden/CHANGELOG.md index ba386fb0aed..03eaec33214 100644 --- a/charts/stable/vaultwarden/CHANGELOG.md +++ b/charts/stable/vaultwarden/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [vaultwarden-8.0.2](https://github.com/truecharts/apps/compare/vaultwarden-8.0.1...vaultwarden-8.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [vaultwarden-8.0.1](https://github.com/truecharts/apps/compare/vaultwarden-7.0.2...vaultwarden-8.0.1) (2021-09-13) diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index dd0b5183112..4e21d2d8612 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.22.2 +appVersion: "1.22.2" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/vaultwarden/SCALE/CHANGELOG.md b/charts/stable/vaultwarden/SCALE/CHANGELOG.md index 0f5b2c0a24b..a4f38b646c2 100644 --- a/charts/stable/vaultwarden/SCALE/CHANGELOG.md +++ b/charts/stable/vaultwarden/SCALE/CHANGELOG.md @@ -1,21 +1,7 @@ - -### [vaultwarden-8.0.1](https://github.com/truecharts/apps/compare/vaultwarden-7.0.2...vaultwarden-8.0.1) (2021-09-13) + +### [vaultwarden-8.0.2](https://github.com/truecharts/apps/compare/vaultwarden-8.0.1...vaultwarden-8.0.2) (2021-09-14) #### Chore -* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960)) -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/vaultwarden/helm-values.md b/charts/stable/vaultwarden/helm-values.md index 7f185c2a153..da3335ffc42 100644 --- a/charts/stable/vaultwarden/helm-values.md +++ b/charts/stable/vaultwarden/helm-values.md @@ -59,7 +59,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"vaultwarden"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | securityContext.allowPrivilegeEscalation | bool | `true` | | | securityContext.privileged | bool | `false` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | diff --git a/charts/stable/zwavejs2mqtt/CHANGELOG.md b/charts/stable/zwavejs2mqtt/CHANGELOG.md index a50da929c21..d9b22581d96 100644 --- a/charts/stable/zwavejs2mqtt/CHANGELOG.md +++ b/charts/stable/zwavejs2mqtt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [zwavejs2mqtt-7.0.2](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.1...zwavejs2mqtt-7.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [zwavejs2mqtt-7.0.1](https://github.com/truecharts/apps/compare/zwavejs2mqtt-6.11.17...zwavejs2mqtt-7.0.1) (2021-09-13) diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 4898d6abf2a..536bca651f3 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 5.5.4 +appVersion: "5.6.0" dependencies: - name: common repository: https://truecharts.org/ diff --git a/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md b/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md index 5ccf9e51f4b..503e8f54d03 100644 --- a/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md +++ b/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md @@ -1,19 +1,7 @@ - -### [zwavejs2mqtt-7.0.1](https://github.com/truecharts/apps/compare/zwavejs2mqtt-6.11.17...zwavejs2mqtt-7.0.1) (2021-09-13) + +### [zwavejs2mqtt-7.0.2](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.1...zwavejs2mqtt-7.0.2) (2021-09-14) #### Chore -* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) diff --git a/charts/stable/zwavejs2mqtt/helm-values.md b/charts/stable/zwavejs2mqtt/helm-values.md index 6eb46fbb90a..9cfda673f46 100644 --- a/charts/stable/zwavejs2mqtt/helm-values.md +++ b/charts/stable/zwavejs2mqtt/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/zwavejs2mqtt"` | | -| image.tag | string | `"v5.5.4@sha256:8b5946e5e3384f8818766e20da7f576e243a364369366d631a80e7794cfdfa3b"` | | +| image.tag | string | `"v5.6.0@sha256:469de8c0d224549bb051263603276a78a3c9281579d21ac3f71611cc17281457"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md index 5917e3e7e14..d9cb26409db 100644 --- a/docs/apps/common/helm-values.md +++ b/docs/apps/common/helm-values.md @@ -200,6 +200,6 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | wireguardImage | object | See below | WireGuard specific configuration | | wireguardImage.pullPolicy | string | `"IfNotPresent"` | Specify the WireGuard image pull policy | | wireguardImage.repository | string | `"ghcr.io/k8s-at-home/wireguard"` | Specify the WireGuard image | -| wireguardImage.tag | string | `"v1.0.20210424@sha256:448045c4270b818ded47ec82b934e7227235402fbefa16e29800c2fb51d6de39"` | Specify the WireGuard image tag | +| wireguardImage.tag | string | `"v1.0.20210914@sha256:3799349a9b09c689ffce45a4cedecc735af4fbc901e31d9cdbce1de1bc76be4c"` | Specify the WireGuard image tag | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/sogo/CHANGELOG.md b/docs/apps/incubator/sogo/CHANGELOG.md index 92098908312..1c261fc0e60 100644 --- a/docs/apps/incubator/sogo/CHANGELOG.md +++ b/docs/apps/incubator/sogo/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sogo-3.0.2](https://github.com/truecharts/apps/compare/sogo-3.0.1...sogo-3.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [sogo-3.0.1](https://github.com/truecharts/apps/compare/sogo-2.0.3...sogo-3.0.1) (2021-09-13) diff --git a/docs/apps/incubator/sogo/helm-values.md b/docs/apps/incubator/sogo/helm-values.md index 42a0a08b13c..9c572fe6bba 100644 --- a/docs/apps/incubator/sogo/helm-values.md +++ b/docs/apps/incubator/sogo/helm-values.md @@ -21,7 +21,7 @@ You will, however, be able to use all values referenced in the common chart here | 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:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services | | sogo | object | `{"auth":{"SOGoPasswordChangeEnabled":true},"custom":[],"debug":{"ImapDebugEnabled":false,"LDAPDebugEnabled":false,"MySQL4DebugEnabled":false,"PGDebugEnabled":false,"SOGoDebugRequests":false,"SOGoUIxDebugEnabled":false,"SoDebugBaseURL":false,"WODontZipResponse":false,"WOLogFile":"/var/log/sogo/sogo.log"},"general":{"SOGoLanguage":"English","SOGoSuperUsernames":"","SxVMemLimit":"384"},"mail":{"NGMimeBuildMimeTempDirectory":"/mimetmp","SOGoDraftsFolderName":"Drafts","SOGoForceExternalLoginWithEmail":false,"SOGoIMAPServer":"localhost","SOGoMailDomain":"example.com","SOGoMailSpoolPath":"/var/spool/sogo","SOGoMailingMechanism":"smtp","SOGoSMTPServer":"smtp://domain:port","SOGoSentFolderName":"Sent","SOGoSieveServer":"","SOGoTrashFolderName":"Trash"},"notifications":{"SOGoACLsSendEMailNotifications":false,"SOGoAppointmentSendEMailNotifications":false,"SOGoFoldersSendEMailNotifications":false},"usersources":[],"webui":{"SOGoForwardEnabled":true,"SOGoMailAuxiliaryUserAccountsEnabled":true,"SOGoPageTitle":"SOGo","SOGoSieveScriptsEnabled":true,"SOGoTrustProxyAuthentication":false,"SOGoVacationEnabled":true,"SOGoXSRFValidationEnabled":true}}` | Sogo settings | | sogo.auth | object | `{"SOGoPasswordChangeEnabled":true}` | Pre-configured Sogo authentication settings | diff --git a/docs/apps/incubator/teamspeak3/CHANGELOG.md b/docs/apps/incubator/teamspeak3/CHANGELOG.md index 4911413b4d7..c89e04b0291 100644 --- a/docs/apps/incubator/teamspeak3/CHANGELOG.md +++ b/docs/apps/incubator/teamspeak3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [teamspeak3-0.0.2](https://github.com/truecharts/apps/compare/teamspeak3-0.0.1...teamspeak3-0.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### teamspeak3-0.0.1 (2021-09-14) diff --git a/docs/apps/incubator/teamspeak3/helm-values.md b/docs/apps/incubator/teamspeak3/helm-values.md index 92bc2916404..d1059a42f19 100644 --- a/docs/apps/incubator/teamspeak3/helm-values.md +++ b/docs/apps/incubator/teamspeak3/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TS3SERVER_LICENSE | string | `"accept"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"teamspeak"` | | -| image.tag | string | `"3.13.6@sha256:ff7a92727ffbf05925b54bb12e65bfee311d4193fc68e175dacd63a0048c28bf"` | | +| image.tag | string | `"3.13.6@sha256:a88d61887cbfa78012ce8bf69e6fad5988d853b7b72a9483000b1af8a6083ff8"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/var/ts3server/"` | | diff --git a/docs/apps/library/common-test/CHANGELOG.md b/docs/apps/library/common-test/CHANGELOG.md new file mode 100644 index 00000000000..e72c3972461 --- /dev/null +++ b/docs/apps/library/common-test/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog
+ + + +### [common-test-3.1.1](https://github.com/truecharts/apps/compare/common-test-3.1.0...common-test-3.1.1) (2021-09-14) + +#### Chore + +* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960)) +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + diff --git a/docs/apps/library/common-test/CONFIG.md b/docs/apps/library/common-test/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/docs/apps/library/common-test/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: +https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/docs/apps/library/common-test/helm-values.md b/docs/apps/library/common-test/helm-values.md new file mode 100644 index 00000000000..0c2030b1c2a --- /dev/null +++ b/docs/apps/library/common-test/helm-values.md @@ -0,0 +1,18 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/truecharts/homer"` | | +| image.tag | string | `"latest@sha256:6d4f5dd5b4cfb33ddbd5a7a896ba73fd96a352da57dd20600007a22f9aaa4fc3"` | | + +All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/library/common-test/index.md b/docs/apps/library/common-test/index.md new file mode 100644 index 00000000000..640737ef0d4 --- /dev/null +++ b/docs/apps/library/common-test/index.md @@ -0,0 +1,37 @@ +# Introduction + +Helper chart to test different use cases of the common library + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| file://../common | common | latest | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). + +## Uninstalling the Chart + +To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/authelia/CHANGELOG.md b/docs/apps/stable/authelia/CHANGELOG.md index b7ff1b5dbae..192a745ee64 100644 --- a/docs/apps/stable/authelia/CHANGELOG.md +++ b/docs/apps/stable/authelia/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [authelia-3.0.5](https://github.com/truecharts/apps/compare/authelia-3.0.4...authelia-3.0.5) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [authelia-3.0.4](https://github.com/truecharts/apps/compare/authelia-3.0.3...authelia-3.0.4) (2021-09-14) diff --git a/docs/apps/stable/authelia/helm-values.md b/docs/apps/stable/authelia/helm-values.md index 5431550da4f..c180aa5e3cf 100644 --- a/docs/apps/stable/authelia/helm-values.md +++ b/docs/apps/stable/authelia/helm-values.md @@ -63,7 +63,7 @@ You will, however, be able to use all values referenced in the common chart here | identity_providers.oidc.refresh_token_lifespan | string | `"90m"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/authelia/authelia"` | | -| image.tag | string | `"4.30.4@sha256:956a7577adeb3d430bb1fc00b08baa8aecddec3949dd767363a43fcc6465d34a"` | | +| image.tag | string | `"4.30.5@sha256:1b32c5c072de7522a84e2e0badc52bf981c8bf7a8369b752720fbfc597c35ea7"` | | | 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"` | | @@ -115,7 +115,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"authelia"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | probes.liveness.path | string | `"/api/health\""` | | | probes.liveness.type | string | `"HTTP"` | | | probes.readiness.path | string | `"/api/health"` | | diff --git a/docs/apps/stable/calibre-web/CHANGELOG.md b/docs/apps/stable/calibre-web/CHANGELOG.md index 125beac18a1..45d713152c8 100644 --- a/docs/apps/stable/calibre-web/CHANGELOG.md +++ b/docs/apps/stable/calibre-web/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [calibre-web-7.0.2](https://github.com/truecharts/apps/compare/calibre-web-7.0.1...calibre-web-7.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [calibre-web-7.0.1](https://github.com/truecharts/apps/compare/calibre-web-6.11.15...calibre-web-7.0.1) (2021-09-13) diff --git a/docs/apps/stable/calibre-web/helm-values.md b/docs/apps/stable/calibre-web/helm-values.md index 025a94dbbb8..f16a769933a 100644 --- a/docs/apps/stable/calibre-web/helm-values.md +++ b/docs/apps/stable/calibre-web/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/calibre-web"` | | -| image.tag | string | `"version-0.6.12@sha256:d2e3980e7d0257c28d1e06a10d7f9cb0b3de6865a8d987e10af590fa6c4ebb77"` | | +| image.tag | string | `"version-0.6.12@sha256:8537f4b8bc08f3d192e30f5eed777bbd1cc21424cc9a268c4a3589640b703b68"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/custom-app/CHANGELOG.md b/docs/apps/stable/custom-app/CHANGELOG.md index 68496bbd016..e111f43c5dd 100644 --- a/docs/apps/stable/custom-app/CHANGELOG.md +++ b/docs/apps/stable/custom-app/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [custom-app-1.0.2](https://github.com/truecharts/apps/compare/custom-app-1.0.1...custom-app-1.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [custom-app-1.0.1](https://github.com/truecharts/apps/compare/custom-app-0.2.22...custom-app-1.0.1) (2021-09-13) diff --git a/docs/apps/stable/custom-app/helm-values.md b/docs/apps/stable/custom-app/helm-values.md index 43e76628274..0d0f4f5219e 100644 --- a/docs/apps/stable/custom-app/helm-values.md +++ b/docs/apps/stable/custom-app/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.746@sha256:4caa9f57a10c07cca49935b6e039aa4c15eb20f28add18983bb62b028e245edd"` | | +| image.tag | string | `"v0.18.755@sha256:ddd7dfe90826a6c60e710874e7fb05aec824cfb531d76e143707b6d20de993de"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/fireflyiii/CHANGELOG.md b/docs/apps/stable/fireflyiii/CHANGELOG.md index e1c372e5986..5d842e34d15 100644 --- a/docs/apps/stable/fireflyiii/CHANGELOG.md +++ b/docs/apps/stable/fireflyiii/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [fireflyiii-8.0.2](https://github.com/truecharts/apps/compare/fireflyiii-8.0.1...fireflyiii-8.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [fireflyiii-8.0.1](https://github.com/truecharts/apps/compare/fireflyiii-7.0.2...fireflyiii-8.0.1) (2021-09-13) diff --git a/docs/apps/stable/fireflyiii/helm-values.md b/docs/apps/stable/fireflyiii/helm-values.md index f2b3736a444..8bdd403da07 100644 --- a/docs/apps/stable/fireflyiii/helm-values.md +++ b/docs/apps/stable/fireflyiii/helm-values.md @@ -47,7 +47,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"firefly"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | probes.liveness.path | string | `"/login"` | | | probes.readiness.path | string | `"/login"` | | | probes.startup.path | string | `"/login"` | | diff --git a/docs/apps/stable/healthchecks/CHANGELOG.md b/docs/apps/stable/healthchecks/CHANGELOG.md index 3826dce76b2..f5130ca577d 100644 --- a/docs/apps/stable/healthchecks/CHANGELOG.md +++ b/docs/apps/stable/healthchecks/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [healthchecks-2.0.2](https://github.com/truecharts/apps/compare/healthchecks-2.0.1...healthchecks-2.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [healthchecks-2.0.1](https://github.com/truecharts/apps/compare/healthchecks-1.9.15...healthchecks-2.0.1) (2021-09-13) diff --git a/docs/apps/stable/healthchecks/helm-values.md b/docs/apps/stable/healthchecks/helm-values.md index dd88f6fc2cf..ce742e8a857 100644 --- a/docs/apps/stable/healthchecks/helm-values.md +++ b/docs/apps/stable/healthchecks/helm-values.md @@ -20,7 +20,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/linuxserver/healthchecks"` | image repository | -| image.tag | string | `"version-v1.22.0@sha256:f2e6865c909a1eeebf8bbe2736c0a3145ed5e9fa1bddde0809993a74963bc14a"` | image tag | +| image.tag | string | `"version-v1.22.0@sha256:11b714fd49962069da7352d420e93800354e44cf00754bb3fafb4dbd03a6f716"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | persistence.config | object | `{"accessMode":"ReadWriteOnce","enabled":true,"mountpath":"/config","size":"100Gi","type":"pvc"}` | Volume used for configuration | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/docs/apps/stable/jackett/CHANGELOG.md b/docs/apps/stable/jackett/CHANGELOG.md index 259104693f4..b11c304add6 100644 --- a/docs/apps/stable/jackett/CHANGELOG.md +++ b/docs/apps/stable/jackett/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jackett-7.0.2](https://github.com/truecharts/apps/compare/jackett-7.0.1...jackett-7.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [jackett-7.0.1](https://github.com/truecharts/apps/compare/jackett-6.11.21...jackett-7.0.1) (2021-09-13) diff --git a/docs/apps/stable/jackett/helm-values.md b/docs/apps/stable/jackett/helm-values.md index b5dd5f3305a..8c3a7930b18 100644 --- a/docs/apps/stable/jackett/helm-values.md +++ b/docs/apps/stable/jackett/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.746@sha256:4caa9f57a10c07cca49935b6e039aa4c15eb20f28add18983bb62b028e245edd"` | | +| image.tag | string | `"v0.18.755@sha256:ddd7dfe90826a6c60e710874e7fb05aec824cfb531d76e143707b6d20de993de"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/komga/CHANGELOG.md b/docs/apps/stable/komga/CHANGELOG.md index 360ce62060f..8bc7e3b3323 100644 --- a/docs/apps/stable/komga/CHANGELOG.md +++ b/docs/apps/stable/komga/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [komga-2.0.2](https://github.com/truecharts/apps/compare/komga-2.0.1...komga-2.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [komga-2.0.1](https://github.com/truecharts/apps/compare/komga-1.9.19...komga-2.0.1) (2021-09-13) diff --git a/docs/apps/stable/komga/helm-values.md b/docs/apps/stable/komga/helm-values.md index e384fade99d..a4a02f51f2a 100644 --- a/docs/apps/stable/komga/helm-values.md +++ b/docs/apps/stable/komga/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/truecharts/komga"` | image repository | -| image.tag | string | `"v0.125.3@sha256:51e3e48481ac63d0cafebcf76198f61f7475d7b8a28f96d38d5aefcfebd711fd"` | image tag | +| image.tag | string | `"v0.125.4@sha256:c6c864cd4a1278722e939f833e18060d2144a481c9b45208ac37ff68da5116de"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.fsGroup | int | `568` | | | podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | | diff --git a/docs/apps/stable/lazylibrarian/CHANGELOG.md b/docs/apps/stable/lazylibrarian/CHANGELOG.md index 892b3d93944..06dd0c1ecd0 100644 --- a/docs/apps/stable/lazylibrarian/CHANGELOG.md +++ b/docs/apps/stable/lazylibrarian/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lazylibrarian-7.0.2](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.1...lazylibrarian-7.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [lazylibrarian-7.0.1](https://github.com/truecharts/apps/compare/lazylibrarian-6.11.15...lazylibrarian-7.0.1) (2021-09-13) diff --git a/docs/apps/stable/lazylibrarian/helm-values.md b/docs/apps/stable/lazylibrarian/helm-values.md index ccadbd8821e..2f826e0136d 100644 --- a/docs/apps/stable/lazylibrarian/helm-values.md +++ b/docs/apps/stable/lazylibrarian/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/lazylibrarian"` | | -| image.tag | string | `"latest@sha256:15cb4204453e7f6d349575f9a616176eb1478ac91e9218e3bf6a4dd1c60490e1"` | | +| image.tag | string | `"latest@sha256:65ff3e1b07097396c5c03e4e59d78df9b07979556740d7e7e2568009077bebe3"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/nextcloud/CHANGELOG.md b/docs/apps/stable/nextcloud/CHANGELOG.md index db6f499cac1..4f25f538117 100644 --- a/docs/apps/stable/nextcloud/CHANGELOG.md +++ b/docs/apps/stable/nextcloud/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nextcloud-5.0.2](https://github.com/truecharts/apps/compare/nextcloud-5.0.1...nextcloud-5.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [nextcloud-5.0.1](https://github.com/truecharts/apps/compare/nextcloud-4.0.6...nextcloud-5.0.1) (2021-09-13) diff --git a/docs/apps/stable/nextcloud/helm-values.md b/docs/apps/stable/nextcloud/helm-values.md index 603531f74ca..c7075ea6166 100644 --- a/docs/apps/stable/nextcloud/helm-values.md +++ b/docs/apps/stable/nextcloud/helm-values.md @@ -62,7 +62,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"nextcloud"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | 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/postgresql/CHANGELOG.md b/docs/apps/stable/postgresql/CHANGELOG.md index 185b176bcd4..790b97f76a2 100644 --- a/docs/apps/stable/postgresql/CHANGELOG.md +++ b/docs/apps/stable/postgresql/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [postgresql-2.2.2](https://github.com/truecharts/apps/compare/postgresql-2.2.1...postgresql-2.2.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [postgresql-2.2.1](https://github.com/truecharts/apps/compare/postgresql-2.2.0...postgresql-2.2.1) (2021-09-13) diff --git a/docs/apps/stable/postgresql/helm-values.md b/docs/apps/stable/postgresql/helm-values.md index d77296fef76..bd295050446 100644 --- a/docs/apps/stable/postgresql/helm-values.md +++ b/docs/apps/stable/postgresql/helm-values.md @@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/postgresql"` | | -| image.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| image.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | initContainers.migrate-db.command[0] | string | `"/bin/sh"` | | | initContainers.migrate-db.command[1] | string | `"-cx"` | | | initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | | diff --git a/docs/apps/stable/protonmail-bridge/CHANGELOG.md b/docs/apps/stable/protonmail-bridge/CHANGELOG.md index 527bacb1059..8f577df7902 100644 --- a/docs/apps/stable/protonmail-bridge/CHANGELOG.md +++ b/docs/apps/stable/protonmail-bridge/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [protonmail-bridge-2.0.2](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.1...protonmail-bridge-2.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [protonmail-bridge-2.0.1](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.16...protonmail-bridge-2.0.1) (2021-09-13) diff --git a/docs/apps/stable/protonmail-bridge/helm-values.md b/docs/apps/stable/protonmail-bridge/helm-values.md index 19c27aa3f73..61690353d9b 100644 --- a/docs/apps/stable/protonmail-bridge/helm-values.md +++ b/docs/apps/stable/protonmail-bridge/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"shenxn/protonmail-bridge"` | image repository | -| image.tag | string | `"1.8.7-1@sha256:acf31af7c111e6558f3a93bebada2b0bb8af3dcc72929bd6ae3907e65bee3ca4"` | image tag | +| image.tag | string | `"1.8.9-1@sha256:b296e8dd5bc01af3e3bf769ed3be3b2cea689a88a1c097776322d2641a7b3ba4"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.fsGroup | int | `0` | | | podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | | diff --git a/docs/apps/stable/vaultwarden/CHANGELOG.md b/docs/apps/stable/vaultwarden/CHANGELOG.md index ba386fb0aed..03eaec33214 100644 --- a/docs/apps/stable/vaultwarden/CHANGELOG.md +++ b/docs/apps/stable/vaultwarden/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [vaultwarden-8.0.2](https://github.com/truecharts/apps/compare/vaultwarden-8.0.1...vaultwarden-8.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [vaultwarden-8.0.1](https://github.com/truecharts/apps/compare/vaultwarden-7.0.2...vaultwarden-8.0.1) (2021-09-13) diff --git a/docs/apps/stable/vaultwarden/helm-values.md b/docs/apps/stable/vaultwarden/helm-values.md index 7f185c2a153..da3335ffc42 100644 --- a/docs/apps/stable/vaultwarden/helm-values.md +++ b/docs/apps/stable/vaultwarden/helm-values.md @@ -59,7 +59,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"vaultwarden"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | | | securityContext.allowPrivilegeEscalation | bool | `true` | | | securityContext.privileged | bool | `false` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | diff --git a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md index a50da929c21..d9b22581d96 100644 --- a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md +++ b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [zwavejs2mqtt-7.0.2](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.1...zwavejs2mqtt-7.0.2) (2021-09-14) + +#### Chore + +* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) + + + ### [zwavejs2mqtt-7.0.1](https://github.com/truecharts/apps/compare/zwavejs2mqtt-6.11.17...zwavejs2mqtt-7.0.1) (2021-09-13) diff --git a/docs/apps/stable/zwavejs2mqtt/helm-values.md b/docs/apps/stable/zwavejs2mqtt/helm-values.md index 6eb46fbb90a..9cfda673f46 100644 --- a/docs/apps/stable/zwavejs2mqtt/helm-values.md +++ b/docs/apps/stable/zwavejs2mqtt/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/zwavejs2mqtt"` | | -| image.tag | string | `"v5.5.4@sha256:8b5946e5e3384f8818766e20da7f576e243a364369366d631a80e7794cfdfa3b"` | | +| image.tag | string | `"v5.6.0@sha256:469de8c0d224549bb051263603276a78a3c9281579d21ac3f71611cc17281457"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/index.yaml b/docs/index.yaml index 3efed320e97..9c1d98b69da 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -4207,6 +4207,50 @@ entries: - https://github.com/truecharts/apps/releases/download/appdaemon-0.1.3/appdaemon-0.1.3.tgz version: 0.1.3 authelia: + - apiVersion: v2 + appVersion: 4.30.5 + created: "2021-09-14T20:45:25.484846538Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 2.2.0 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.3.2 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: c8157a23692f0849e1bab711ef958039f3fa5adba8cb8f98c0f6919317c46856 + 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-3.0.5/authelia-3.0.5.tgz + version: 3.0.5 - apiVersion: v2 appVersion: 4.30.4 created: "2021-09-14T18:19:32.326564369Z" @@ -11973,6 +12017,35 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-1.0.1/calibre-1.0.1.tgz version: 1.0.1 calibre-web: + - apiVersion: v2 + appVersion: 0.6.12 + created: "2021-09-14T20:45:25.690811732Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + description: Calibre-Web is a web app providing a clean interface for browsing, + reading and downloading eBooks using an existing Calibre database. + digest: 5971ade4c7d2e6bb3e28c58a9f21a02dc2fc41f4ed3eb4e6d565c87e1bd72447 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/calibre-web + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png + keywords: + - calibre-web + - calibre + - ebook + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: calibre-web + sources: + - https://hub.docker.com/r/linuxserver/calibre-web/ + - https://github.com/janeczku/calibre-web + type: application + urls: + - https://github.com/truecharts/apps/releases/download/calibre-web-7.0.2/calibre-web-7.0.2.tgz + version: 7.0.2 - apiVersion: v2 appVersion: auto created: "2021-09-08T03:33:27.89194767Z" @@ -16907,6 +16980,30 @@ entries: - https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz version: 3.1.5 common: + - apiVersion: v2 + appVersion: latest + created: "2021-09-14T20:45:25.90357402Z" + description: Function library for TrueCharts + digest: 3d9aac229f8aec1b6b248a3ef64d27f4b20232c489221665e5528c673b9f6876 + home: https://github.com/truecharts/apps/tree/master/charts/common + icon: https://avatars.githubusercontent.com/u/76400755 + keywords: + - truecharts + - library-chart + - common + 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: common + type: library + urls: + - https://github.com/truecharts/apps/releases/download/common-7.0.13/common-7.0.13.tgz + version: 7.0.13 - apiVersion: v2 appVersion: latest created: "2021-09-13T07:37:42.377027Z" @@ -19398,6 +19495,34 @@ entries: - https://github.com/truecharts/apps/releases/download/common-2.0.2/common-2.0.2.tgz version: 2.0.2 common-test: + - apiVersion: v2 + appVersion: latest + created: "2021-09-14T20:45:26.111471413Z" + dependencies: + - name: common + repository: file://../common + version: latest + description: Helper chart to test different use cases of the common library + digest: 8f02f981acc692dea5912d234e7a189f71c3410bc80c261b5d26f49139d2d642 + home: https://github.com/truecharts/apps/tree/master/charts/library/common-test + icon: https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png + keywords: + - common-test + - truecharts + - common + - test + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: common-test + sources: + - https://github.com/truecharts/apps/tree/master/charts/library/common-test + type: application + urls: + - https://github.com/truecharts/apps/releases/download/common-test-3.1.1/common-test-3.1.1.tgz + version: 3.1.1 - apiVersion: v2 appVersion: none created: "2021-07-01T10:50:02.292807307Z" @@ -19959,6 +20084,31 @@ entries: - https://github.com/truecharts/apps/releases/download/common-test-2.0.0/common-test-2.0.0.tgz version: 2.0.0 custom-app: + - apiVersion: v2 + appVersion: 0.18.755 + created: "2021-09-14T20:45:26.330795294Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + description: Advanced tool to create your own TrueCharts-based App + digest: abbd3f370df4bf5645b3d83844936a4226a54c10939912a996d692fbb6ce8f3f + home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app + icon: https://truecharts.org/_static/img/custom-app-icon.png + keywords: + - custom + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: custom-app + sources: + - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app + type: application + urls: + - https://github.com/truecharts/apps/releases/download/custom-app-1.0.2/custom-app-1.0.2.tgz + version: 1.0.2 - apiVersion: v2 appVersion: 0.18.729 created: "2021-09-12T08:16:00.265422005Z" @@ -34230,6 +34380,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-14T20:45:26.54600268Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 2.2.0 + description: A free and open source personal finance manager + digest: 0c46fa873834d629a8ebcebb7979fb10d682fb61790473970818e2c4afc39c2c + 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-8.0.2/fireflyiii-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: 5.5.12 created: "2021-09-10T13:46:50.134931126Z" @@ -54643,6 +54826,35 @@ entries: - https://github.com/truecharts/apps/releases/download/haste-server-1.0.0/haste-server-1.0.0.tgz version: 1.0.0 healthchecks: + - apiVersion: v2 + appVersion: 1.22.0 + created: "2021-09-14T20:45:26.77659175Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 7.0.12 + description: Healthchecks is a cron job monitoring service. It listens for HTTP + requests and email messages ("pings") from your cron jobs and scheduled tasks + ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. + digest: c4a845d5ea903fcd38b477d59cb40bcd4c0d72c42c880c58364850fcd6055944 + home: https://github.com/truechartsapps/tree/master/charts/incubator/healthchecks + icon: https://avatars.githubusercontent.com/u/13053880?s=200&v=4 + keywords: + - cron + - monitoring + - alert + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: truecharts + url: https://truecharts.org + name: healthchecks + sources: + - https://github.com/healthchecks/healthchecks + - https://hub.docker.com/r/linuxserver/healthchecks + urls: + - https://github.com/truecharts/apps/releases/download/healthchecks-2.0.2/healthchecks-2.0.2.tgz + version: 2.0.2 - apiVersion: v2 appVersion: auto created: "2021-09-08T03:33:30.592111012Z" @@ -61752,6 +61964,36 @@ entries: - https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz version: 1.0.1 jackett: + - apiVersion: v2 + appVersion: 0.18.755 + created: "2021-09-14T20:45:26.989840437Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + description: API Support for your favorite torrent trackers. + digest: 219d6f4f96f4acb9eef3f554d746803237dee3bc390c85b86d9c2687c0f06f59 + home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett + icon: https://truecharts.org/_static/img/jackett-icon.png + keywords: + - jackett + - torrent + - usenet + 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: jackett + sources: + - https://github.com/Jackett/Jackett + type: application + urls: + - https://github.com/truecharts/apps/releases/download/jackett-7.0.2/jackett-7.0.2.tgz + version: 7.0.2 - apiVersion: v2 appVersion: 0.18.729 created: "2021-09-12T08:08:41.746419896Z" @@ -70465,6 +70707,34 @@ entries: - https://github.com/truecharts/apps/releases/download/kms-3.1.5/kms-3.1.5.tgz version: 3.1.5 komga: + - apiVersion: v2 + appVersion: 0.125.4 + created: "2021-09-14T20:45:27.19832613Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 7.0.12 + description: A comics/mangas server to serve/stream pages via API + digest: 06e7506d6f92a79c1860b613ce7ab68498d53980945a59f18c73423a6e25304f + home: https://github.com/truechartsapps/tree/master/charts/incubator/komga + icon: https://komga.org/assets/media/logo.svg + keywords: + - komga + - comics + - mangas + - server + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: truecharts + url: https://truecharts.org + name: komga + sources: + - https://komga.org/ + - https://github.com/gotson/komga + urls: + - https://github.com/truecharts/apps/releases/download/komga-2.0.2/komga-2.0.2.tgz + version: 2.0.2 - apiVersion: v2 appVersion: auto created: "2021-09-08T03:33:31.615959603Z" @@ -72062,6 +72332,36 @@ entries: - https://github.com/truecharts/apps/releases/download/komga-1.0.1/komga-1.0.1.tgz version: 1.0.1 lazylibrarian: + - apiVersion: v2 + appVersion: latest + created: "2021-09-14T20:45:27.407233521Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + description: Get all your books, like series with Sonarr... + digest: 08dcca34f7abbe5c867ba59cae43690f318b2e35362562e8e3eda171cb09c4d2 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/lazylibrarian + icon: https://lazylibrarian.gitlab.io/logo.svg + keywords: + - lazylibrarian + - ebooks + 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: lazylibrarian + sources: + - https://gitlab.com/LazyLibrarian/LazyLibrarian.git + - https://lazylibrarian.gitlab.io + type: application + urls: + - https://github.com/truecharts/apps/releases/download/lazylibrarian-7.0.2/lazylibrarian-7.0.2.tgz + version: 7.0.2 - apiVersion: v2 appVersion: latest created: "2021-09-08T03:33:31.719302871Z" @@ -88134,6 +88434,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-14T20:45:27.641252388Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 2.2.0 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.3.2 + description: A private cloud server that puts the control and security of your + own data back into your hands. + digest: 960a40529cfe800e1fe7a65bff826bc86e077a2b5e8ef3a3653d651423b92490 + 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-5.0.2/nextcloud-5.0.2.tgz + version: 5.0.2 - apiVersion: v2 appVersion: 22.1.1 created: "2021-09-11T19:58:16.745394863Z" @@ -123108,6 +123447,37 @@ entries: - https://github.com/truecharts/apps/releases/download/podgrab-1.0.3/podgrab-1.0.3.tgz version: 1.0.3 postgresql: + - apiVersion: v2 + appVersion: 13.4.0 + created: "2021-09-14T20:45:27.856126874Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + description: PostgresSQL + digest: ce291cf3aeecc16e488381b82d0e5ca79fd1306b4187cd9d19ed74c9d721235c + 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-2.2.2/postgresql-2.2.2.tgz + version: 2.2.2 - apiVersion: v2 appVersion: 13.4.0 created: "2021-09-13T12:17:47.123966252Z" @@ -125802,6 +126172,32 @@ entries: - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-1.0.1/pretend-youre-xyzzy-1.0.1.tgz version: 1.0.1 protonmail-bridge: + - apiVersion: v2 + appVersion: 1.8.9-1 + created: "2021-09-14T20:45:28.095774135Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 7.0.12 + description: Container for protonmail bridge to work on the network. + digest: 097c04f49ef6bc7ce2169e9ec024d23a8d9a4752827dadcb9aa5ddcdced7c43f + home: https://github.com/truechartsapps/tree/master/charts/incubator/protonmail-bridge + icon: https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/icon.iconset/icon_256x256.png + keywords: + - protonmail + - protonmail-bridge + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: truecharts + url: https://truecharts.org + name: protonmail-bridge + sources: + - https://github.com/shenxn/protonmail-bridge-docker + - https://hub.docker.com/r/shenxn/protonmail-bridge + urls: + - https://github.com/truecharts/apps/releases/download/protonmail-bridge-2.0.2/protonmail-bridge-2.0.2.tgz + version: 2.0.2 - apiVersion: v2 appVersion: 1.8.7-1 created: "2021-09-12T19:23:46.467597012Z" @@ -145649,6 +146045,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-14T20:45:28.319482812Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 2.2.0 + - condition: memcached.enabled + name: memcached + repository: https://charts.bitnami.com/bitnami + version: 5.14.2 + description: Groupware package + digest: 74b6ca75c9f2dbdcdbba9b263b3e61ec2e09cbbe2c5e89afcc3204d62780fe06 + 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-3.0.2/sogo-3.0.2.tgz + version: 3.0.2 - apiVersion: v2 appVersion: 5.2.0 created: "2021-09-10T14:59:13.394181876Z" @@ -154311,6 +154740,35 @@ entries: - https://github.com/truecharts/apps/releases/download/tautulli-3.1.5/tautulli-3.1.5.tgz version: 3.1.5 teamspeak3: + - apiVersion: v2 + appVersion: 3.13.6 + created: "2021-09-14T20:45:28.547955184Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + description: TeamSpeak is software for quality voice communication via the Internet. + digest: 7f6d9a2dd90980d97fb6190ef2fd76da5faae3315719328f0b542fc78f521971 + home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 + icon: https://raw.githubusercontent.com/docker-library/docs/618191cf82de051ff6661c3c8b82cfca1b663972/teamspeak/logo.png + keywords: + - voice server + - teamspeak + - teamspeak3 + - teamspeak server + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: teamspeak3 + sources: + - https://hub.docker.com/_/teamspeak + - https://www.teamspeak.com/en/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/teamspeak3-0.0.2/teamspeak3-0.0.2.tgz + version: 0.0.2 - apiVersion: v2 appVersion: 3.13.6 created: "2021-09-14T07:51:35.381966613Z" @@ -171295,6 +171753,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-14T20:45:28.774243058Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 2.2.0 + description: Unofficial Bitwarden compatible server written in Rust + digest: d1d2e6222100debf55bb2e081fcc1a7c20f2c3da70306e882440ee70f5495d96 + 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-8.0.2/vaultwarden-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: 1.22.2 created: "2021-09-10T13:46:50.755440567Z" @@ -176817,6 +177312,39 @@ entries: - https://github.com/truecharts/apps/releases/download/xteve-1.0.1/xteve-1.0.1.tgz version: 1.0.1 zwavejs2mqtt: + - apiVersion: v2 + appVersion: 5.6.0 + created: "2021-09-14T20:45:28.985604009Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 7.0.12 + description: Fully configurable Zwave to MQTT gateway and Control Panel using + NodeJS and Vue + digest: 2cc57c5f95897336abf2750549422292cec54901918e911a41ebf8f97383e840 + home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt + icon: https://raw.githubusercontent.com/zwave-js/zwavejs2mqtt/master/static/logo.png + keywords: + - zwavejs2mqtt + - zwave-js + - z-wave + - zwave + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + - email: 35702532+tprelog@users.noreply.github.com + name: tprelog + url: truecharts.org + name: zwavejs2mqtt + sources: + - https://github.com/zwave-js/zwavejs2mqtt + - https://hub.docker.com/r/zwavejs/zwavejs2mqtt + type: application + urls: + - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-7.0.2/zwavejs2mqtt-7.0.2.tgz + version: 7.0.2 - apiVersion: v2 appVersion: auto created: "2021-09-08T03:33:37.860479849Z" @@ -180017,4 +180545,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-14T18:19:32.391379618Z" +generated: "2021-09-14T20:45:29.044816784Z"