Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-04-10 18:54:19 +00:00
parent 25b29d56da
commit 1a5f087bb8
146 changed files with 220 additions and 187 deletions

View File

@ -8,12 +8,16 @@ title: Changelog
**Important:**
## [prometheus-17.13.2](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.13.2) (2024-04-10)
## [prometheus-17.13.4](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.13.4) (2024-04-10)
### Chore
- update container image bitnami/prometheus to v2.51.2[@2b3a2a7](https://github.com/2b3a2a7) by renovate ([#20560](https://github.com/truecharts/charts/issues/20560))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478))
@ -51,12 +55,14 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [prometheus-17.13.2](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.13.2) (2024-04-10)
## [prometheus-17.13.3](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.13.3) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478))
@ -91,9 +97,4 @@ title: Changelog
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [prometheus-17.13.2](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.13.2) (2024-04-10)
### Chore
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))

View File

@ -7,10 +7,10 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: premium
apiVersion: v2
appVersion: 2.51.1
appVersion: 2.51.2
dependencies:
- name: common
version: 20.3.4
version: 20.3.5
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -29,7 +29,7 @@ home: https://truecharts.org/charts/premium/prometheus
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
keywords:
- metrics
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -39,8 +39,8 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
- https://github.com/truecharts/charts/tree/master/charts/premium/prometheus
- https://hub.docker.com/r/bitnami/alertmanager
- https://hub.docker.com/r/bitnami/prometheus
- https://quay.io/thanos/thanos
- https://hub.docker.com/r/bitnami/prometheus
- https://hub.docker.com/r/bitnami/alertmanager
type: application
version: 17.13.2
version: 17.13.4

View File

@ -1,11 +1,15 @@
## [prometheus-17.13.2](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.13.2) (2024-04-10)
## [prometheus-17.13.4](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.13.4) (2024-04-10)
### Chore
- update container image bitnami/prometheus to v2.51.2[@2b3a2a7](https://github.com/2b3a2a7) by renovate ([#20560](https://github.com/truecharts/charts/issues/20560))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478))

View File

@ -1,6 +1,6 @@
image:
repository: bitnami/prometheus
tag: 2.51.1@sha256:174eb4c2ff2d6d45252aa580ccb681da4ff3ecca936d2ca72f67b993df6e2cd3
tag: 2.51.2@sha256:2b3a2a7c4c819e41662cb37a2c40737d577fee10dae57ee5d2cbce550fcd1b81
thanosImage:
repository: quay.io/thanos/thanos
tag: v0.34.1@sha256:567346c3f6ff2927c2c6c0daad977b2213f62d45eca54d48afd19e6deb902181

View File

@ -8,12 +8,16 @@ title: Changelog
**Important:**
## [anything-llm-1.5.3](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.5.3) (2024-04-10)
## [anything-llm-1.5.5](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.5.5) (2024-04-10)
### Chore
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@d8648ea](https://github.com/d8648ea) by renovate ([#20557](https://github.com/truecharts/charts/issues/20557))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@f2c33e8](https://github.com/f2c33e8) by renovate ([#20504](https://github.com/truecharts/charts/issues/20504))
@ -81,20 +85,16 @@ title: Changelog
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252))
## [anything-llm-1.5.3](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.5.3) (2024-04-10)
## [anything-llm-1.5.4](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.5.4) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@f2c33e8](https://github.com/f2c33e8) by renovate ([#20504](https://github.com/truecharts/charts/issues/20504))
- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478))
- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334))
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@1a2c9c8](https://github.com/1a2c9c8) by renovate ([#20384](https://github.com/truecharts/charts/issues/20384))
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@e8ffbb6](https://github.com/e8ffbb6) by renovate ([#20340](https://github.com/truecharts/charts/issues/20340))
- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478))

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: latest
dependencies:
- name: common
version: 20.3.4
version: 20.3.5
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm
- https://ghcr.io/mintplex-labs/anything-llm
type: application
version: 1.5.3
version: 1.5.5

View File

@ -1,11 +1,15 @@
## [anything-llm-1.5.3](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.5.3) (2024-04-10)
## [anything-llm-1.5.5](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.5.5) (2024-04-10)
### Chore
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@d8648ea](https://github.com/d8648ea) by renovate ([#20557](https://github.com/truecharts/charts/issues/20557))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@f2c33e8](https://github.com/f2c33e8) by renovate ([#20504](https://github.com/truecharts/charts/issues/20504))

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/mintplex-labs/anything-llm
pullPolicy: IfNotPresent
tag: latest@sha256:f2c33e8f13970e58109862e31737049829e3036d50ba86ce744bf1345e0a7f1b
tag: latest@sha256:d8648eadc571bc81b2a48a738c30f1083873144fa3401e21846b4bc03bd1e137
securityContext:
container:
readOnlyRootFilesystem: false

View File

@ -90,10 +90,10 @@ title: Changelog
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
## [authentik-24.10.6](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.10.6) (2024-04-10)
## [authentik-24.10.7](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.10.7) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))

View File

@ -90,10 +90,10 @@ title: Changelog
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
## [baserow-12.11.6](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.11.6) (2024-04-10)
## [baserow-12.11.7](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.11.7) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))

View File

@ -90,10 +90,10 @@ title: Changelog
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
## [etesync-9.10.6](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.10.6) (2024-04-10)
## [etesync-9.10.7](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.10.7) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))

View File

@ -8,12 +8,16 @@ title: Changelog
**Important:**
## [gitea-18.16.4](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.16.4) (2024-04-10)
## [gitea-18.16.6](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.16.6) (2024-04-10)
### Chore
- update container image memcached to v12.9.3[@d95785a](https://github.com/d95785a) by renovate ([#20564](https://github.com/truecharts/charts/issues/20564))
- update container image memcached to v12.9.2[@3c4f3de](https://github.com/3c4f3de) by renovate ([#20552](https://github.com/truecharts/charts/issues/20552))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
@ -69,12 +73,14 @@ title: Changelog
- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319))
## [gitea-18.16.4](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.16.4) (2024-04-10)
## [gitea-18.16.5](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.16.5) (2024-04-10)
### Chore
- update container image memcached to v12.9.2[@3c4f3de](https://github.com/3c4f3de) by renovate ([#20552](https://github.com/truecharts/charts/issues/20552))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
@ -91,10 +97,4 @@ title: Changelog
- update container image memcached to v12.8.7[@409d2d6](https://github.com/409d2d6) by renovate ([#20012](https://github.com/truecharts/charts/issues/20012))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image memcached to v12.8.6[@0066c96](https://github.com/0066c96) by renovate ([#19901](https://github.com/truecharts/charts/issues/19901))
- update container image memcached to v12.8.5[@1779042](https://github.com/1779042) by renovate ([#19869](https://github.com/truecharts/charts/issues/19869))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))

View File

@ -17,7 +17,7 @@ dependencies:
tags: []
import-values: []
- name: memcached
version: 12.9.1
version: 12.9.3
repository: oci://tccr.io/truecharts
condition: memcached.enabled
alias: ""
@ -46,4 +46,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/gitea
- https://hub.docker.com/r/gitea/gitea
type: application
version: 18.16.4
version: 18.16.6

View File

@ -1,11 +1,15 @@
## [gitea-18.16.4](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.16.4) (2024-04-10)
## [gitea-18.16.6](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.16.6) (2024-04-10)
### Chore
- update container image memcached to v12.9.3[@d95785a](https://github.com/d95785a) by renovate ([#20564](https://github.com/truecharts/charts/issues/20564))
- update container image memcached to v12.9.2[@3c4f3de](https://github.com/3c4f3de) by renovate ([#20552](https://github.com/truecharts/charts/issues/20552))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))

Binary file not shown.

View File

@ -90,10 +90,10 @@ title: Changelog
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
## [hasty-paste-6.10.6](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.10.6) (2024-04-10)
## [hasty-paste-6.10.7](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.10.7) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))

View File

@ -90,10 +90,10 @@ title: Changelog
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
## [misskey-8.11.6](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.11.6) (2024-04-10)
## [misskey-8.11.7](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.11.7) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))

View File

@ -86,14 +86,14 @@ title: Changelog
- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
## [mongo-express-6.10.5](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.10.5) (2024-04-10)
## [mongo-express-6.10.6](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.10.6) (2024-04-10)
### Chore
- update container image mongodb to v12.8.4[@73711d8](https://github.com/73711d8) by renovate ([#20554](https://github.com/truecharts/charts/issues/20554))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image mongodb to v12.8.3[@26e698d](https://github.com/26e698d) by renovate ([#20516](https://github.com/truecharts/charts/issues/20516))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))

View File

@ -8,12 +8,16 @@ title: Changelog
**Important:**
## [n8n-13.16.6](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.16.6) (2024-04-10)
## [n8n-13.17.0](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.17.0) (2024-04-10)
### Chore
- update container image n8nio/n8n to v1.37.0[@3fc8238](https://github.com/3fc8238) by renovate ([#20556](https://github.com/truecharts/charts/issues/20556))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
@ -63,12 +67,14 @@ title: Changelog
- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322))
## [n8n-13.16.6](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.16.6) (2024-04-10)
## [n8n-13.16.7](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.16.7) (2024-04-10)
### Chore
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
@ -91,10 +97,4 @@ title: Changelog
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image n8nio/n8n to v1.35.0[@aa7ffa9](https://github.com/aa7ffa9) by renovate ([#19880](https://github.com/truecharts/charts/issues/19880))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image n8nio/n8n to v1.34.2[@8d59f01](https://github.com/8d59f01) by renovate ([#19838](https://github.com/truecharts/charts/issues/19838))
- update container image n8nio/n8n to v1.34.1[@f313ad2](https://github.com/f313ad2) by renovate ([#19773](https://github.com/truecharts/charts/issues/19773))
- update container image n8nio/n8n to v1.35.0[@aa7ffa9](https://github.com/aa7ffa9) by renovate ([#19880](https://github.com/truecharts/charts/issues/19880))

View File

@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.36.1
appVersion: 1.37.0
dependencies:
- name: common
version: 20.3.5
@ -17,7 +17,7 @@ dependencies:
tags: []
import-values: []
- name: redis
version: 13.3.4
version: 13.3.5
repository: oci://tccr.io/truecharts
condition: redis.enabled
alias: ""
@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png
keywords:
- workflows
- automation
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -42,4 +42,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/n8n
- https://hub.docker.com/r/n8nio/n8n
type: application
version: 13.16.6
version: 13.17.0

View File

@ -1,11 +1,15 @@
## [n8n-13.16.6](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.16.6) (2024-04-10)
## [n8n-13.17.0](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.17.0) (2024-04-10)
### Chore
- update container image n8nio/n8n to v1.37.0[@3fc8238](https://github.com/3fc8238) by renovate ([#20556](https://github.com/truecharts/charts/issues/20556))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))

Binary file not shown.

View File

@ -1,6 +1,6 @@
image:
repository: n8nio/n8n
tag: 1.36.1@sha256:6815f1d7fc883d6c23edf84d2015949bdfef067e42c49194620b893ef4d41904
tag: 1.37.0@sha256:3fc82383bc6f02e59cfc86018a062b044fe413e3c7c9691e00e440fffdc0c41e
pullPolicy: IfNotPresent
timezoneandlocale: {}
# N8N_DEFAULT_LOCALE: "en"
@ -96,7 +96,7 @@ persistence:
# Enabled redis
redis:
enabled: true
includeCommon: false
includeCommon: true
# Enabled postgres
cnpg:
main:

View File

@ -90,10 +90,10 @@ title: Changelog
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
## [nitter-6.10.6](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.10.6) (2024-04-10)
## [nitter-6.10.7](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.10.7) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))

View File

@ -90,10 +90,10 @@ title: Changelog
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
## [onlyoffice-document-server-17.10.6](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.10.6) (2024-04-10)
## [onlyoffice-document-server-17.10.7](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.10.7) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))

View File

@ -90,10 +90,10 @@ title: Changelog
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
## [outline-12.10.6](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.10.6) (2024-04-10)
## [outline-12.10.7](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.10.7) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))

View File

@ -90,10 +90,10 @@ title: Changelog
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
## [papermerge-12.10.6](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.10.6) (2024-04-10)
## [papermerge-12.10.7](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.10.7) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))

View File

@ -8,12 +8,16 @@ title: Changelog
**Important:**
## [plausible-10.17.4](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.17.4) (2024-04-10)
## [plausible-10.17.6](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.17.6) (2024-04-10)
### Chore
- update container image clickhouse to v12.10.3[@c1e0f00](https://github.com/c1e0f00) by renovate ([#20561](https://github.com/truecharts/charts/issues/20561))
- update container image clickhouse to v12.10.2[@f44a873](https://github.com/f44a873) by renovate ([#20550](https://github.com/truecharts/charts/issues/20550))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
@ -59,12 +63,14 @@ title: Changelog
- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298))
## [plausible-10.17.4](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.17.4) (2024-04-10)
## [plausible-10.17.5](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.17.5) (2024-04-10)
### Chore
- update container image clickhouse to v12.10.2[@f44a873](https://github.com/f44a873) by renovate ([#20550](https://github.com/truecharts/charts/issues/20550))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
@ -91,10 +97,4 @@ title: Changelog
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690))

View File

@ -17,7 +17,7 @@ dependencies:
tags: []
import-values: []
- name: clickhouse
version: 12.10.1
version: 12.10.3
repository: oci://tccr.io/truecharts
condition: clickhouse.enabled
alias: ""
@ -44,4 +44,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/plausible
- https://hub.docker.com/r/plausible/analytics
type: application
version: 10.17.4
version: 10.17.6

View File

@ -1,11 +1,15 @@
## [plausible-10.17.4](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.17.4) (2024-04-10)
## [plausible-10.17.6](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.17.6) (2024-04-10)
### Chore
- update container image clickhouse to v12.10.3[@c1e0f00](https://github.com/c1e0f00) by renovate ([#20561](https://github.com/truecharts/charts/issues/20561))
- update container image clickhouse to v12.10.2[@f44a873](https://github.com/f44a873) by renovate ([#20550](https://github.com/truecharts/charts/issues/20550))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))

Binary file not shown.

Binary file not shown.

View File

@ -8,12 +8,16 @@ title: Changelog
**Important:**
## [plextraktsync-7.9.2](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.9.2) (2024-04-10)
## [plextraktsync-7.9.4](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.9.4) (2024-04-10)
### Chore
- update container image ghcr.io/taxel/plextraktsync to v0.29.13[@eea376d](https://github.com/eea376d) by renovate ([#20562](https://github.com/truecharts/charts/issues/20562))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478))
@ -45,12 +49,14 @@ title: Changelog
- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
## [plextraktsync-7.9.2](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.9.2) (2024-04-10)
## [plextraktsync-7.9.3](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.9.3) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478))
@ -82,18 +88,12 @@ title: Changelog
- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
## [plextraktsync-7.9.2](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.9.2) (2024-04-10)
## [plextraktsync-7.9.3](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.9.3) (2024-04-10)
### Chore
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478))
- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334))
- update container image ghcr.io/taxel/plextraktsync to v0.29.12[@f6068d1](https://github.com/f6068d1) by renovate ([#20021](https://github.com/truecharts/charts/issues/20021))
- update container image ghcr.io/taxel/plextraktsync to v0.29.11[@4cf5336](https://github.com/4cf5336) by renovate ([#20010](https://github.com/truecharts/charts/issues/20010))

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