Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-09-14 20:45:33 +00:00
parent 9915433b97
commit ad18ee464f
234 changed files with 244 additions and 405 deletions

View File

@ -1,17 +0,0 @@
<a name="sogo-3.0.1"></a>
### [sogo-3.0.1](https://github.com/truecharts/apps/compare/sogo-2.0.3...sogo-3.0.1) (2021-09-13)
#### 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

View File

@ -0,0 +1,8 @@
<a name="sogo-3.0.2"></a>
### [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))

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 5.14.2
digest: sha256:b43f504bc0b8663c0291fa6da1b49b6d8edc3598bd9fe5a4b99d900795016029
generated: "2021-09-13T16:50:13.44344627Z"
generated: "2021-09-14T20:40:04.168044364Z"

View File

@ -27,4 +27,4 @@ name: sogo
sources:
- https://www.sogo.nu/
type: application
version: 3.0.1
version: 3.0.2

View File

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

View File

@ -11,7 +11,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
tag: 13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2
tag: 13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba
initContainers:
migrate-db:

View File

@ -1897,12 +1897,8 @@ questions:
show_if: [["type", "=", "openvpn"]]
attrs:
- variable: auth
label: "auth"
schema:
type: string
default: ""
- variable: authSecret
label: "authSecret"
label: "authentication credentials"
description: "authentication credentials, seperated by ; example: username;password"
schema:
type: string
default: ""

View File

@ -7,7 +7,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
tag: 13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2
tag: 13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba
# -- services
service:

View File

@ -1,8 +0,0 @@
<a name="teamspeak3-0.0.1"></a>
### teamspeak3-0.0.1 (2021-09-14)
#### Add
* Add TeamSpeak3 Server to incubator ([#985](https://github.com/truecharts/apps/issues/985))

View File

@ -0,0 +1,8 @@
<a name="teamspeak3-0.0.2"></a>
### [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))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 7.0.12
digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0
generated: "2021-09-14T07:50:03.390674679Z"
generated: "2021-09-14T20:40:23.934083885Z"

View File

@ -23,4 +23,4 @@ sources:
- https://hub.docker.com/_/teamspeak
- https://www.teamspeak.com/en/
type: application
version: 0.0.1
version: 0.0.2

View File

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

View File

@ -6,7 +6,7 @@
image:
repository: teamspeak
tag: 3.13.6@sha256:ff7a92727ffbf05925b54bb12e65bfee311d4193fc68e175dacd63a0048c28bf
tag: 3.13.6@sha256:a88d61887cbfa78012ce8bf69e6fad5988d853b7b72a9483000b1af8a6083ff8
pullPolicy: IfNotPresent

View File

@ -3,7 +3,7 @@
image:
repository: teamspeak
pullPolicy: IfNotPresent
tag: 3.13.6@sha256:ff7a92727ffbf05925b54bb12e65bfee311d4193fc68e175dacd63a0048c28bf
tag: 3.13.6@sha256:a88d61887cbfa78012ce8bf69e6fad5988d853b7b72a9483000b1af8a6083ff8
# 9987 default voice
# 10011 server query

View File

@ -1,8 +0,0 @@
<a name="authelia-3.0.4"></a>
### [authelia-3.0.4](https://github.com/truecharts/apps/compare/authelia-3.0.3...authelia-3.0.4) (2021-09-14)
#### Fix
* fix authelia being broken

View File

@ -0,0 +1,8 @@
<a name="authelia-3.0.5"></a>
### [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))

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 15.3.2
digest: sha256:b253f7f5df09fa780744ea5a252f40f66265907e246089aad0f54c1e630cbd90
generated: "2021-09-13T16:57:50.667658087Z"
generated: "2021-09-14T20:40:47.43430303Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.30.4"
appVersion: "4.30.5"
dependencies:
- name: common
repository: https://truecharts.org/
@ -38,4 +38,4 @@ sources:
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
type: application
version: 3.0.4
version: 3.0.5

View File

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

View File

@ -7,12 +7,12 @@
image:
repository: ghcr.io/authelia/authelia
pullPolicy: IfNotPresent
tag: 4.30.4@sha256:956a7577adeb3d430bb1fc00b08baa8aecddec3949dd767363a43fcc6465d34a
tag: 4.30.5@sha256:1b32c5c072de7522a84e2e0badc52bf981c8bf7a8369b752720fbfc597c35ea7
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
tag: 13.4.0@sha256:7fff0f7e827cd8e1daa3adbf0ca3f19e21006023c0f6d1c2d835718961516a87
tag: 13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba
enableServiceLinks: false

View File

@ -3,7 +3,7 @@
image:
repository: ghcr.io/authelia/authelia
pullPolicy: IfNotPresent
tag: 4.30.4@sha256:956a7577adeb3d430bb1fc00b08baa8aecddec3949dd767363a43fcc6465d34a
tag: 4.30.5@sha256:1b32c5c072de7522a84e2e0badc52bf981c8bf7a8369b752720fbfc597c35ea7
securityContext:
privileged: false
@ -21,7 +21,7 @@ podSecurityContext:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
tag: 13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2
tag: 13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba
command: ["authelia"]
args: ["--config=/configuration.yaml"]

View File

@ -1,20 +0,0 @@
<a name="calibre-web-7.0.1"></a>
### [calibre-web-7.0.1](https://github.com/truecharts/apps/compare/calibre-web-6.11.15...calibre-web-7.0.1) (2021-09-13)
#### 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))

View File

@ -0,0 +1,8 @@
<a name="calibre-web-7.0.2"></a>
### [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))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 7.0.12
digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0
generated: "2021-09-13T16:51:48.846437107Z"
generated: "2021-09-14T20:41:06.685796645Z"

View File

@ -23,4 +23,4 @@ sources:
- https://hub.docker.com/r/linuxserver/calibre-web/
- https://github.com/janeczku/calibre-web
type: application
version: 7.0.1
version: 7.0.2

View File

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

View File

@ -7,7 +7,7 @@
image:
repository: ghcr.io/linuxserver/calibre-web
pullPolicy: IfNotPresent
tag: version-0.6.12@sha256:d2e3980e7d0257c28d1e06a10d7f9cb0b3de6865a8d987e10af590fa6c4ebb77
tag: version-0.6.12@sha256:8537f4b8bc08f3d192e30f5eed777bbd1cc21424cc9a268c4a3589640b703b68
##

View File

@ -1300,12 +1300,8 @@ questions:
show_if: [["type", "=", "openvpn"]]
attrs:
- variable: auth
label: "auth"
schema:
type: string
default: ""
- variable: authSecret
label: "authSecret"
label: "authentication credentials"
description: "authentication credentials, seperated by ; example: username;password"
schema:
type: string
default: ""

View File

@ -3,7 +3,7 @@
image:
repository: ghcr.io/linuxserver/calibre-web
pullPolicy: IfNotPresent
tag: version-0.6.12@sha256:d2e3980e7d0257c28d1e06a10d7f9cb0b3de6865a8d987e10af590fa6c4ebb77
tag: version-0.6.12@sha256:8537f4b8bc08f3d192e30f5eed777bbd1cc21424cc9a268c4a3589640b703b68
service:
main:

View File

@ -1,13 +0,0 @@
<a name="custom-app-1.0.1"></a>
### [custom-app-1.0.1](https://github.com/truecharts/apps/compare/custom-app-0.2.22...custom-app-1.0.1) (2021-09-13)
#### 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))

View File

@ -0,0 +1,8 @@
<a name="custom-app-1.0.2"></a>
### [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))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 7.0.12
digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0
generated: "2021-09-13T16:55:33.054637098Z"
generated: "2021-09-14T20:41:18.358690913Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.18.746"
appVersion: "0.18.755"
dependencies:
- name: common
repository: https://truecharts.org/
@ -19,4 +19,4 @@ name: custom-app
sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
type: application
version: 1.0.1
version: 1.0.2

View File

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

View File

@ -1343,12 +1343,8 @@ questions:
show_if: [["type", "=", "openvpn"]]
attrs:
- variable: auth
label: "auth"
schema:
type: string
default: ""
- variable: authSecret
label: "authSecret"
label: "authentication credentials"
description: "authentication credentials, seperated by ; example: username;password"
schema:
type: string
default: ""

View File

@ -3,7 +3,7 @@
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.18.746@sha256:4caa9f57a10c07cca49935b6e039aa4c15eb20f28add18983bb62b028e245edd
tag: v0.18.755@sha256:ddd7dfe90826a6c60e710874e7fb05aec824cfb531d76e143707b6d20de993de
securityContext:
privileged: false

View File

@ -1,21 +0,0 @@
<a name="fireflyiii-8.0.1"></a>
### [fireflyiii-8.0.1](https://github.com/truecharts/apps/compare/fireflyiii-7.0.2...fireflyiii-8.0.1) (2021-09-13)
#### 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))

View File

@ -0,0 +1,8 @@
<a name="fireflyiii-8.0.2"></a>
### [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))

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://truecharts.org/
version: 2.2.0
digest: sha256:7fe8914f9289069a13a3925b5f312db82f19a4ac7b6e0f28ca28f1ad454f7dd9
generated: "2021-09-13T16:53:16.397606689Z"
generated: "2021-09-14T20:41:31.153746404Z"

View File

@ -27,4 +27,4 @@ name: fireflyiii
sources:
- https://github.com/firefly-iii/firefly-iii/
type: application
version: 8.0.1
version: 8.0.2

View File

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

View File

@ -13,7 +13,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
tag: 13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2
tag: 13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba
initContainers:
init-postgresdb:

View File

@ -1345,12 +1345,8 @@ questions:
show_if: [["type", "=", "openvpn"]]
attrs:
- variable: auth
label: "auth"
schema:
type: string
default: ""
- variable: authSecret
label: "authSecret"
label: "authentication credentials"
description: "authentication credentials, seperated by ; example: username;password"
schema:
type: string
default: ""

View File

@ -9,7 +9,7 @@ image:
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
tag: 13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2
tag: 13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba
securityContext:
privileged: false

View File

@ -1,17 +0,0 @@
<a name="healthchecks-2.0.1"></a>
### [healthchecks-2.0.1](https://github.com/truecharts/apps/compare/healthchecks-1.9.15...healthchecks-2.0.1) (2021-09-13)
#### 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

View File

@ -0,0 +1,8 @@
<a name="healthchecks-2.0.2"></a>
### [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))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 7.0.12
digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2
generated: "2021-09-13T16:56:18.137827865Z"
generated: "2021-09-14T20:41:44.748641575Z"

View File

@ -22,4 +22,4 @@ name: healthchecks
sources:
- https://github.com/healthchecks/healthchecks
- https://hub.docker.com/r/linuxserver/healthchecks
version: 2.0.1
version: 2.0.2

Some files were not shown because too many files have changed in this diff Show More