Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-23 22:16:27 +00:00
parent 31651e36e0
commit aff757d4a4
25 changed files with 32 additions and 28 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="owncloud-ocis-4.0.14"></a>
### [owncloud-ocis-4.0.14](https://github.com/truecharts/apps/compare/owncloud-ocis-4.0.13...owncloud-ocis-4.0.14) (2021-11-23)
#### Chore
* update non-major docker tags ([#1387](https://github.com/truecharts/apps/issues/1387))
<a name="owncloud-ocis-4.0.13"></a>
### [owncloud-ocis-4.0.13](https://github.com/truecharts/apps/compare/owncloud-ocis-4.0.12...owncloud-ocis-4.0.13) (2021-11-23)
@ -88,12 +97,3 @@
* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290))
<a name="owncloud-ocis-4.0.5"></a>
### [owncloud-ocis-4.0.5](https://github.com/truecharts/apps/compare/owncloud-ocis-4.0.4...owncloud-ocis-4.0.5) (2021-11-02)
#### Chore
* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.9.3
digest: sha256:8e3b075bc94570b49db18d1ea9431f95ed06504fb372ee04f43c667c784d7b14
generated: "2021-11-23T14:04:16.976303472Z"
generated: "2021-11-23T22:13:05.757569347Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.14.0"
appVersion: "1.15.0"
dependencies:
- name: common
repository: https://truecharts.org
@ -25,7 +25,7 @@ name: owncloud-ocis
sources:
- https://hub.docker.com/r/owncloud/ocis
- https://owncloud.dev/ocis/
version: 4.0.13
version: 4.0.14
annotations:
truecharts.org/catagories: |
- media

View File

@ -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 | `"ghcr.io/truecharts/ocis"` | image repository |
| image.tag | string | `"v1.14.0@sha256:d208ece842bae2df5c4c7149848037e5fc7667a3fc04a0c8dd62b54541857f9e"` | image tag |
| image.tag | string | `"v1.15.0@sha256:513bf715f330afcd06918be63f47b8ad7bf80515d3ed2b29afdb7da00ed66eb4"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/truecharts/ocis
# -- image tag
tag: v1.14.0@sha256:d208ece842bae2df5c4c7149848037e5fc7667a3fc04a0c8dd62b54541857f9e
tag: v1.15.0@sha256:513bf715f330afcd06918be63f47b8ad7bf80515d3ed2b29afdb7da00ed66eb4
# -- image pull policy
pullPolicy: IfNotPresent

View File

@ -19,6 +19,8 @@ groups:
description: "Specify resources/devices to be allocated to workload"
- name: "Middlewares"
description: "Traefik Middlewares"
- name: "Metrics"
description: "Metrics"
- name: "Addons"
description: "Addon Configuration"
- name: "Advanced"

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="tt-rss-4.0.6"></a>
### [tt-rss-4.0.6](https://github.com/truecharts/apps/compare/tt-rss-4.0.5...tt-rss-4.0.6) (2021-11-23)
#### Chore
* update non-major docker tags ([#1387](https://github.com/truecharts/apps/issues/1387))
<a name="tt-rss-4.0.5"></a>
### [tt-rss-4.0.5](https://github.com/truecharts/apps/compare/tt-rss-4.0.4...tt-rss-4.0.5) (2021-11-23)
@ -88,12 +97,3 @@
<a name="tt-rss-3.0.12"></a>
### [tt-rss-3.0.12](https://github.com/truecharts/apps/compare/tt-rss-3.0.11...tt-rss-3.0.12) (2021-11-14)
#### Chore
* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316))
* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326))
* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322))
* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328))
* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327))

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.0.10
digest: sha256:ab74099474f0b9054413e47fd1e058b8a3c38b48ae58f50b3426b27cccd441b6
generated: "2021-11-23T14:26:52.760872758Z"
generated: "2021-11-23T22:13:36.969679641Z"

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "1.9060.0"
appVersion: "1.9063.0"
description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
name: tt-rss
version: 4.0.5
version: 4.0.6
kubeVersion: ">=1.16.0-0"
keywords:
- tt-rss

View File

@ -22,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.TTRSS_DB_PASS.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/tt-rss"` | image repository |
| image.tag | string | `"v1.9060.0@sha256:a4a5932909a954b3c72b032f558adced51515934e6e391e7983bce1e7bab4a4d"` | image tag |
| image.tag | string | `"v1.9063.0@sha256:53e84ba1beaa012b6343115c03e2c3a3848965938bc42c8d7413d24aeb082c25"` | image tag |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| podSecurityContext.runAsGroup | int | `0` | |

View File

@ -4,7 +4,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: v1.9060.0@sha256:a4a5932909a954b3c72b032f558adced51515934e6e391e7983bce1e7bab4a4d
tag: v1.9063.0@sha256:53e84ba1beaa012b6343115c03e2c3a3848965938bc42c8d7413d24aeb082c25
securityContext:
readOnlyRootFilesystem: false

View File

@ -19,6 +19,8 @@ groups:
description: "Specify resources/devices to be allocated to workload"
- name: "Middlewares"
description: "Traefik Middlewares"
- name: "Metrics"
description: "Metrics"
- name: "Addons"
description: "Addon Configuration"
- name: "Advanced"