Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-18 22:12:49 +00:00
parent 049cb9cef0
commit 0f1d71ac43
242 changed files with 2472 additions and 261 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="mariadb-1.0.5"></a>
### [mariadb-1.0.5](https://github.com/truecharts/apps/compare/mariadb-1.0.4...mariadb-1.0.5) (2021-11-18)
#### Chore
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
<a name="mariadb-1.0.4"></a>
### [mariadb-1.0.4](https://github.com/truecharts/apps/compare/mariadb-1.0.3...mariadb-1.0.4) (2021-11-16)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-16T20:31:44.257104436Z"
generated: "2021-11-18T22:00:55.474125377Z"

View File

@ -24,7 +24,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 1.0.4
version: 1.0.5
annotations:
truecharts.org/catagories: |
- database

View File

@ -27,7 +27,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/mariadb"` | |
| image.tag | string | `"10.6.5@sha256:5bb100fed8b20dbab8f2e398a28b42021102ac57701ff3ba6e79a5f994f006e2"` | |
| image.tag | string | `"10.6.5@sha256:56644d687e906ae8311afb447210cf28335b4f4a394817d45e2de5b14f271381"` | |
| mariadbDatabase | string | `"test"` | |
| mariadbPassword | string | `"testpass"` | |
| mariadbRootPassword | string | `"testroot"` | |

View File

@ -1,7 +1,7 @@
image:
repository: bitnami/mariadb
pullPolicy: IfNotPresent
tag: 10.6.5@sha256:5bb100fed8b20dbab8f2e398a28b42021102ac57701ff3ba6e79a5f994f006e2
tag: 10.6.5@sha256:56644d687e906ae8311afb447210cf28335b4f4a394817d45e2de5b14f271381
controller:
# -- Set the controller type.

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="memcached-1.0.7"></a>
### [memcached-1.0.7](https://github.com/truecharts/apps/compare/memcached-1.0.6...memcached-1.0.7) (2021-11-18)
#### Chore
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
<a name="memcached-1.0.6"></a>
### [memcached-1.0.6](https://github.com/truecharts/apps/compare/memcached-1.0.5...memcached-1.0.6) (2021-11-16)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-16T20:31:14.365440155Z"
generated: "2021-11-18T22:01:24.380304082Z"

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 1.0.6
version: 1.0.7
annotations:
truecharts.org/catagories: |
- database

View File

@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/memcached"` | |
| image.tag | string | `"1.6.12@sha256:98282c42e9aa7a318e0e8102c75e463c9d6ac2ea27d1213a6fa4db97bd0a822e"` | |
| image.tag | string | `"1.6.12@sha256:95e47b04e22881905d831fa9ab8c988d1e17dcfd87024c19ae8240e4a37ef446"` | |
| service.main.ports.main.port | int | `11211` | |
| service.main.ports.main.targetPort | int | `11211` | |

View File

@ -1,7 +1,7 @@
image:
repository: bitnami/memcached
pullPolicy: IfNotPresent
tag: 1.6.12@sha256:98282c42e9aa7a318e0e8102c75e463c9d6ac2ea27d1213a6fa4db97bd0a822e
tag: 1.6.12@sha256:95e47b04e22881905d831fa9ab8c988d1e17dcfd87024c19ae8240e4a37ef446
service:
main:

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="postgresql-6.0.4"></a>
### [postgresql-6.0.4](https://github.com/truecharts/apps/compare/postgresql-6.0.3...postgresql-6.0.4) (2021-11-18)
#### Chore
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
<a name="postgresql-6.0.3"></a>
### [postgresql-6.0.3](https://github.com/truecharts/apps/compare/postgresql-6.0.2...postgresql-6.0.3) (2021-11-16)
@ -88,12 +97,3 @@
* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321))
<a name="postgresql-5.1.16"></a>
### [postgresql-5.1.16](https://github.com/truecharts/apps/compare/postgresql-5.1.15...postgresql-5.1.16) (2021-11-12)
#### Chore
* update non-major ([#1302](https://github.com/truecharts/apps/issues/1302))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-16T22:25:52.07260917Z"
generated: "2021-11-18T22:01:52.94948669Z"

View File

@ -22,7 +22,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 6.0.3
version: 6.0.4
annotations:
truecharts.org/catagories: |
- database

View File

@ -28,7 +28,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 | `"14.1.0@sha256:52a1517b6ab0c8bd0a0a5af646749b3e9d0afec822cf3f083641080010aa56a7"` | |
| image.tag | string | `"14.1.0@sha256:6a8dd778d39011aa8b904d9a8ff15e848cbab8005fc0b1a786faf0fe43e0d5c2"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| postgrespassword | string | `"testroot"` | |
| postgresqlDatabase | string | `"test"` | |

View File

@ -1,7 +1,7 @@
image:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
tag: 14.1.0@sha256:52a1517b6ab0c8bd0a0a5af646749b3e9d0afec822cf3f083641080010aa56a7
tag: 14.1.0@sha256:6a8dd778d39011aa8b904d9a8ff15e848cbab8005fc0b1a786faf0fe43e0d5c2
controller:
# -- Set the controller type.

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="redis-1.0.8"></a>
### [redis-1.0.8](https://github.com/truecharts/apps/compare/redis-1.0.7...redis-1.0.8) (2021-11-18)
#### Chore
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
<a name="redis-1.0.7"></a>
### [redis-1.0.7](https://github.com/truecharts/apps/compare/redis-1.0.6...redis-1.0.7) (2021-11-16)
@ -88,11 +97,3 @@
* bump common on redis
<a name="redis-0.0.1"></a>
### redis-0.0.1 (2021-11-12)
#### Feat
* add redis App ([#1309](https://github.com/truecharts/apps/issues/1309))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-16T20:32:14.061578307Z"
generated: "2021-11-18T22:02:21.919724952Z"

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 1.0.7
version: 1.0.8
annotations:
truecharts.org/catagories: |
- database

View File

@ -28,7 +28,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/redis"` | |
| image.tag | string | `"6.2.6@sha256:1e966b4617988621108d9ec1811835f75f4690040065a61c4001ce852b7a0794"` | |
| image.tag | string | `"6.2.6@sha256:3dd54d7ca7976be7a5122bbf5f03809672c3b98833a61788def3e266d56e5c69"` | |
| persistence.redis-health | object | See below | redis-health configmap mount |
| persistence.redis-health.mountPath | string | `"/health"` | Where to mount the volume in the main container. Defaults to `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
| persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. |

View File

@ -1,7 +1,7 @@
image:
repository: bitnami/redis
pullPolicy: IfNotPresent
tag: 6.2.6@sha256:1e966b4617988621108d9ec1811835f75f4690040065a61c4001ce852b7a0794
tag: 6.2.6@sha256:3dd54d7ca7976be7a5122bbf5f03809672c3b98833a61788def3e266d56e5c69
controller:
# -- Set the controller type.

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-16T21:55:15.958607213Z"

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="beets-2.0.12"></a>
### [beets-2.0.12](https://github.com/truecharts/apps/compare/beets-2.0.11...beets-2.0.12) (2021-11-18)
#### Chore
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
<a name="beets-2.0.11"></a>
### [beets-2.0.11](https://github.com/truecharts/apps/compare/beets-2.0.10...beets-2.0.11) (2021-11-16)
@ -88,12 +97,3 @@
* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264))
<a name="beets-2.0.3"></a>
### [beets-2.0.3](https://github.com/truecharts/apps/compare/beets-2.0.2...beets-2.0.3) (2021-11-01)
#### Chore
* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-16T20:32:42.732398524Z"
generated: "2021-11-18T22:02:51.572311495Z"

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/linuxserver/docker-beets
- https://beets.io/
type: application
version: 2.0.11
version: 2.0.12
annotations:
truecharts.org/catagories: |
- media

View File

@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/beets"` | |
| image.tag | string | `"version-1.5.0@sha256:2b8b13fe5d6dcbd1f590d4f94554491638eeb2caaac678b6a93bc38c5fc0f065"` | |
| image.tag | string | `"version-1.5.0@sha256:5bdb3a8ed128aab4744825fd9657a754632baba5f6d9ae84fa88ac27ed0fa75f"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/beets
pullPolicy: IfNotPresent
tag: version-1.5.0@sha256:2b8b13fe5d6dcbd1f590d4f94554491638eeb2caaac678b6a93bc38c5fc0f065
tag: version-1.5.0@sha256:5bdb3a8ed128aab4744825fd9657a754632baba5f6d9ae84fa88ac27ed0fa75f
env:
PUID: 568

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-16T21:57:00.681060543Z"

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="cloud9-2.0.13"></a>
### [cloud9-2.0.13](https://github.com/truecharts/apps/compare/cloud9-2.0.12...cloud9-2.0.13) (2021-11-18)
#### Chore
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
<a name="cloud9-2.0.12"></a>
### [cloud9-2.0.12](https://github.com/truecharts/apps/compare/cloud9-2.0.11...cloud9-2.0.12) (2021-11-16)
@ -88,12 +97,3 @@
<a name="cloud9-2.0.5"></a>
### [cloud9-2.0.5](https://github.com/truecharts/apps/compare/cloud9-2.0.4...cloud9-2.0.5) (2021-11-02)
#### Chore
* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267))
<a name="cloud9-2.0.4"></a>
### [cloud9-2.0.4](https://github.com/truecharts/apps/compare/cloud9-2.0.3...cloud9-2.0.4) (2021-11-01)

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-18T22:03:20.187281026Z"

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/c9/core
- https://hub.docker.com/r/linuxserver/cloud9
type: application
version: 2.0.12
version: 2.0.13
annotations:
truecharts.org/catagories: |
- media

View File

@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/cloud9"` | |
| image.tag | string | `"version-1.29.2@sha256:f57b67c5ca42ab5d46f216f709a26e529afc80ee327f2204b51da248e525d730"` | |
| image.tag | string | `"version-1.29.2@sha256:f2bc1b08e713f1600d374e2347db3963908703c6f6e926649c7a7af064dfa739"` | |
| persistence.code.enabled | bool | `true` | |
| persistence.code.mountPath | string | `"/code"` | |
| persistence.varrun.enabled | bool | `true` | |

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/cloud9
pullPolicy: IfNotPresent
tag: version-1.29.2@sha256:f57b67c5ca42ab5d46f216f709a26e529afc80ee327f2204b51da248e525d730
tag: version-1.29.2@sha256:f2bc1b08e713f1600d374e2347db3963908703c6f6e926649c7a7af064dfa739
# USERNAME="" #optional
# PASSWORD="" #optional

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-16T21:58:45.972756083Z"

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="custom-app-3.0.17"></a>
### [custom-app-3.0.17](https://github.com/truecharts/apps/compare/custom-app-3.0.16...custom-app-3.0.17) (2021-11-18)
#### Chore
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
<a name="custom-app-3.0.16"></a>
### [custom-app-3.0.16](https://github.com/truecharts/apps/compare/custom-app-3.0.15...custom-app-3.0.16) (2021-11-16)
@ -88,12 +97,3 @@
* update non-major ([#1270](https://github.com/truecharts/apps/issues/1270))
<a name="custom-app-3.0.7"></a>
### [custom-app-3.0.7](https://github.com/truecharts/apps/compare/custom-app-3.0.6...custom-app-3.0.7) (2021-11-07)
#### Chore
* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-18T22:03:49.028631868Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.19.275"
appVersion: "0.20.36"
dependencies:
- name: common
repository: https://truecharts.org
@ -19,7 +19,7 @@ name: custom-app
sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
type: application
version: 3.0.16
version: 3.0.17
annotations:
truecharts.org/catagories: |
- custom

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.19.275@sha256:ad9cc6dff74f51c2baa81ef2e4113e78c05f2e8e311a584a3ee8e6c085fb2aab
tag: v0.20.36@sha256:7dad2a3a0d4ca0156ab0aa2a718765455ea815bfcdd301348c047d477080a476
securityContext:
readOnlyRootFilesystem: false

View File

@ -13,6 +13,6 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
| image.tag | string | `"v0.19.275@sha256:ad9cc6dff74f51c2baa81ef2e4113e78c05f2e8e311a584a3ee8e6c085fb2aab"` | |
| image.tag | string | `"v0.20.36@sha256:7dad2a3a0d4ca0156ab0aa2a718765455ea815bfcdd301348c047d477080a476"` | |
All Rights Reserved - The TrueCharts Project

View File

@ -3,4 +3,4 @@
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.19.275@sha256:ad9cc6dff74f51c2baa81ef2e4113e78c05f2e8e311a584a3ee8e6c085fb2aab
tag: v0.20.36@sha256:7dad2a3a0d4ca0156ab0aa2a718765455ea815bfcdd301348c047d477080a476

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-16T22:04:14.015175718Z"

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="esphome-9.0.12"></a>
### [esphome-9.0.12](https://github.com/truecharts/apps/compare/esphome-9.0.11...esphome-9.0.12) (2021-11-18)
#### Chore
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
<a name="esphome-9.0.11"></a>
### [esphome-9.0.11](https://github.com/truecharts/apps/compare/esphome-9.0.10...esphome-9.0.11) (2021-11-16)
@ -88,12 +97,3 @@
* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264))
<a name="esphome-9.0.3"></a>
### [esphome-9.0.3](https://github.com/truecharts/apps/compare/esphome-9.0.2...esphome-9.0.3) (2021-10-27)
#### Chore
* update container image ghcr.io/truecharts/esphome to v2021.10.3 ([#1251](https://github.com/truecharts/apps/issues/1251))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-18T22:04:18.208133688Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2021.10.3"
appVersion: "2021.11.1"
dependencies:
- name: common
repository: https://truecharts.org
@ -21,7 +21,7 @@ sources:
- https://github.com/esphome/esphome
- https://hub.docker.com/u/esphome
type: application
version: 9.0.11
version: 9.0.12
annotations:
truecharts.org/catagories: |
- tools

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