Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-11 00:51:58 +00:00
parent 9862c028db
commit 1f6e5e2b20
115 changed files with 356 additions and 425 deletions

View File

@ -1,28 +0,0 @@
---
title: Changelog
---
*for the complete changelog, please refer to the website*
**Important:**
## [nextcloud-29.2.5](https://github.com/truecharts/charts/compare/nextcloud-29.2.4...nextcloud-29.2.5) (2024-03-05)
### Chore
- bump everything to force helm release again
## [nextcloud-29.2.4](https://github.com/truecharts/charts/compare/nextcloud-29.2.2...nextcloud-29.2.4) (2024-03-05)
### Chore
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))

View File

@ -0,0 +1,64 @@
---
title: Changelog
---
*for the complete changelog, please refer to the website*
**Important:**
## [nextcloud-29.4.2](https://github.com/truecharts/charts/compare/nextcloud-29.4.1...nextcloud-29.4.2) (2024-03-11)
### Chore
- update container image tccr.io/tccr/nextcloud-fpm to v[@ad08861](https://github.com/ad08861) by renovate ([#19043](https://github.com/truecharts/charts/issues/19043))
## [nextcloud-29.4.1](https://github.com/truecharts/charts/compare/nextcloud-29.4.0...nextcloud-29.4.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [nextcloud-29.4.0](https://github.com/truecharts/charts/compare/nextcloud-29.3.0...nextcloud-29.4.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [nextcloud-29.3.0](https://github.com/truecharts/charts/compare/nextcloud-29.2.5...nextcloud-29.3.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [nextcloud-29.2.5](https://github.com/truecharts/charts/compare/nextcloud-29.2.4...nextcloud-29.2.5) (2024-03-05)
### Chore
- bump everything to force helm release again
## [nextcloud-29.2.4](https://github.com/truecharts/charts/compare/nextcloud-29.2.2...nextcloud-29.2.4) (2024-03-05)
### Chore
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 28.0.2
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -33,7 +33,7 @@ keywords:
- http
- web
- php
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -43,11 +43,11 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
- https://github.com/truecharts/charts/tree/master/charts/enterprise/nextcloud
- https://hub.docker.com/r/collabora/code
- https://hub.docker.com/r/clamav/clamav
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
- https://hub.docker.com/r/collabora/code
type: application
version: 29.2.5
version: 29.4.2

View File

@ -0,0 +1,9 @@
## [nextcloud-29.4.2](https://github.com/truecharts/charts/compare/nextcloud-29.4.1...nextcloud-29.4.2) (2024-03-11)
### Chore
- update container image tccr.io/tccr/nextcloud-fpm to v[@ad08861](https://github.com/ad08861) by renovate ([#19043](https://github.com/truecharts/charts/issues/19043))

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/tccr/nextcloud-fpm
pullPolicy: IfNotPresent
tag: v28.0.2@sha256:6443302f4834cb794b1887a1bc7ca31971e642009a83e51b68538bb5342a9c12
tag: v28.0.2@sha256:ad08861786d73f69cdbca98d0e93167eae2ef802ae78c474cc6026a2dd94fa58
nginxImage:
repository: nginxinc/nginx-unprivileged
pullPolicy: IfNotPresent

View File

@ -2813,15 +2813,22 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
- variable: instances
label: Instances
schema:
type: int
show_if: [["enabled", "=", true]]
default: 1
- variable: createRO
label: "Create ReadOnly Instance"
schema:
type: boolean
show_if: [["enabled", "=", true]]
default: false
- variable: backups
label: "Backup Settings (Experimental)"

View File

@ -8,6 +8,42 @@ title: Changelog
**Important:**
## [adguard-home-9.4.2](https://github.com/truecharts/charts/compare/adguard-home-9.4.1...adguard-home-9.4.2) (2024-03-11)
### Chore
- update container image adguard/adguardhome to v0.107.45[@52a9c2e](https://github.com/52a9c2e) by renovate ([#19053](https://github.com/truecharts/charts/issues/19053))
## [adguard-home-9.4.1](https://github.com/truecharts/charts/compare/adguard-home-9.4.0...adguard-home-9.4.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [adguard-home-9.4.0](https://github.com/truecharts/charts/compare/adguard-home-9.3.0...adguard-home-9.4.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [adguard-home-9.3.0](https://github.com/truecharts/charts/compare/adguard-home-9.2.3...adguard-home-9.3.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [adguard-home-9.2.3](https://github.com/truecharts/charts/compare/adguard-home-9.2.2...adguard-home-9.2.3) (2024-03-05)
### Chore
@ -61,39 +97,3 @@ title: Changelog
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))
## [adguard-home-8.1.10](https://github.com/truecharts/charts/compare/adguard-home-8.1.9...adguard-home-8.1.10) (2024-01-21)
### Chore
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
## [adguard-home-8.1.9](https://github.com/truecharts/charts/compare/adguard-home-8.1.8...adguard-home-8.1.9) (2024-01-21)
### Chore
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
## [adguard-home-8.1.8](https://github.com/truecharts/charts/compare/adguard-home-8.1.7...adguard-home-8.1.8) (2024-01-21)
### Chore
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
## [adguard-home-8.1.7](https://github.com/truecharts/charts/compare/adguard-home-8.1.6...adguard-home-8.1.7) (2024-01-09)
### Chore

View File

@ -7,10 +7,10 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.107.44
appVersion: 0.107.45
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png
keywords:
- adblock
- adguard
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
- https://hub.docker.com/r/adguard/adguardhome
type: application
version: 9.2.3
version: 9.4.2

View File

@ -0,0 +1,9 @@
## [adguard-home-9.4.2](https://github.com/truecharts/charts/compare/adguard-home-9.4.1...adguard-home-9.4.2) (2024-03-11)
### Chore
- update container image adguard/adguardhome to v0.107.45[@52a9c2e](https://github.com/52a9c2e) by renovate ([#19053](https://github.com/truecharts/charts/issues/19053))

Binary file not shown.

View File

@ -1,6 +1,6 @@
image:
repository: adguard/adguardhome
tag: v0.107.44@sha256:049ef6c019a629b33db2ef957665b257fbd5761970a1517a309807fb128befb1
tag: v0.107.45@sha256:52a9c2e7b4c56e5f08e1b2f3196d500c931adadc8917712ff9ef9ea922c030fe
pullPolicy: IfNotPresent
securityContext:
container:

View File

@ -8,6 +8,42 @@ title: Changelog
**Important:**
## [authentik-24.4.5](https://github.com/truecharts/charts/compare/authentik-24.4.1...authentik-24.4.5) (2024-03-11)
### Chore
- update authentik to v2024.2.2[@d7ede5c](https://github.com/d7ede5c) by renovate (patch) ([#19052](https://github.com/truecharts/charts/issues/19052))
## [authentik-24.4.1](https://github.com/truecharts/charts/compare/authentik-24.4.0...authentik-24.4.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [authentik-24.4.0](https://github.com/truecharts/charts/compare/authentik-24.3.0...authentik-24.4.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [authentik-24.3.0](https://github.com/truecharts/charts/compare/authentik-24.2.5...authentik-24.3.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [authentik-24.2.5](https://github.com/truecharts/charts/compare/authentik-24.2.4...authentik-24.2.5) (2024-03-05)
### Chore
@ -61,40 +97,4 @@ title: Changelog
- update authentik to v2023.10.7[@c483b0a](https://github.com/c483b0a) by renovate (patch) ([#17752](https://github.com/truecharts/charts/issues/17752))
## [authentik-19.2.5](https://github.com/truecharts/charts/compare/authentik-19.2.4...authentik-19.2.5) (2024-01-27)
### Chore
- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525))
## [authentik-19.2.4](https://github.com/truecharts/charts/compare/authentik-19.2.3...authentik-19.2.4) (2024-01-26)
### Chore
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))
## [authentik-19.2.3](https://github.com/truecharts/charts/compare/authentik-19.2.2...authentik-19.2.3) (2024-01-21)
### Chore
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
## [authentik-19.2.2](https://github.com/truecharts/charts/compare/authentik-19.2.1...authentik-19.2.2) (2024-01-21)
### Chore
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
## [authentik-19.2.1](https://github.com/truecharts/charts/compare/authentik-19.2.0...authentik-19.2.1) (2024-01-21)
## [authentik-19.2.5](https://github.com/truecharts/charts/compare/authentik-19.2.4...authentik-19.2.5) (2024-01-27)

View File

@ -7,10 +7,10 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2024.2.1
appVersion: 2024.2.2
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/authentik
icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png
keywords:
- authentik
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -39,10 +39,10 @@ sources:
- https://goauthentik.io/docs/
- https://github.com/goauthentik/authentik
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- https://ghcr.io/maxmind/geoipupdate
- https://ghcr.io/goauthentik/server
- https://ghcr.io/goauthentik/ldap
- https://ghcr.io/goauthentik/radius
- https://ghcr.io/goauthentik/proxy
- https://ghcr.io/maxmind/geoipupdate
- https://ghcr.io/goauthentik/radius
- https://ghcr.io/goauthentik/ldap
- https://ghcr.io/goauthentik/server
type: application
version: 24.2.5
version: 24.4.5

View File

@ -0,0 +1,9 @@
## [authentik-24.4.5](https://github.com/truecharts/charts/compare/authentik-24.4.1...authentik-24.4.5) (2024-03-11)
### Chore
- update authentik to v2024.2.2[@d7ede5c](https://github.com/d7ede5c) by renovate (patch) ([#19052](https://github.com/truecharts/charts/issues/19052))

Binary file not shown.

View File

@ -1,6 +1,6 @@
image:
repository: ghcr.io/goauthentik/server
tag: 2024.2.1@sha256:a98fec8761eda0c794ff10d6bf1abdef87e65fe248da55dcb2b937b7b9e24d05
tag: 2024.2.2@sha256:29417285cf1e1a0f2dd23ae10e8e299e4acba9cf6376bf184e05a290bc578fbb
pullPolicy: IfNotPresent
geoipImage:
repository: ghcr.io/maxmind/geoipupdate
@ -8,15 +8,15 @@ geoipImage:
pullPolicy: IfNotPresent
ldapImage:
repository: ghcr.io/goauthentik/ldap
tag: 2024.2.1@sha256:f0a41b5b1b490405cc351e4c9734caf5cc7b82dbe50e2730ce464be31927fbe2
tag: 2024.2.2@sha256:d7ede5ca79392dd8ae9896950a10bdc4539296108f32399703a7bfc4e365df59
pullPolicy: IfNotPresent
radiusImage:
repository: ghcr.io/goauthentik/radius
tag: 2024.2.1@sha256:6deda767cac2ce9acd9acfb86382f32f9bb23349eab07636f17937fa86a0dee1
tag: 2024.2.2@sha256:c33b00af096aed7738791a388ee072ed19032cc9ef25093077fef8ece0e52d03
pullPolicy: IfNotPresent
proxyImage:
repository: ghcr.io/goauthentik/proxy
tag: 2024.2.1@sha256:36b16e5c570edd95280781ad47fe7daef9dff7a52db3d544f78e2321b710f7a7
tag: 2024.2.2@sha256:4c1e407a38588db8b7e49039a6b500de6088b044a4d528df37c31fe5e6599a11
pullPolicy: IfNotPresent
authentik:
credentials:

View File

@ -3992,15 +3992,22 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
- variable: instances
label: Instances
schema:
type: int
show_if: [["enabled", "=", true]]
default: 1
- variable: createRO
label: "Create ReadOnly Instance"
schema:
type: boolean
show_if: [["enabled", "=", true]]
default: false
- variable: backups
label: "Backup Settings (Experimental)"

View File

@ -1,9 +0,0 @@
## [blender-5.4.2](https://github.com/truecharts/charts/compare/blender-5.4.1...blender-5.4.2) (2024-03-11)
### Chore
- update container image lscr.io/linuxserver/blender to latest[@84fec70](https://github.com/84fec70) by renovate ([#19031](https://github.com/truecharts/charts/issues/19031))

View File

@ -1,9 +0,0 @@
## [calibre-web-18.4.2](https://github.com/truecharts/charts/compare/calibre-web-18.4.1...calibre-web-18.4.2) (2024-03-11)
### Chore
- update container image linuxserver/calibre-web to version-0.6.21[@d42412a](https://github.com/d42412a) by renovate ([#19025](https://github.com/truecharts/charts/issues/19025))

View File

@ -8,6 +8,42 @@ title: Changelog
**Important:**
## [damselfly-5.4.2](https://github.com/truecharts/charts/compare/damselfly-5.4.1...damselfly-5.4.2) (2024-03-11)
### Chore
- update container image webreaper/damselfly to latest[@f16e519](https://github.com/f16e519) by renovate ([#19045](https://github.com/truecharts/charts/issues/19045))
## [damselfly-5.4.1](https://github.com/truecharts/charts/compare/damselfly-5.4.0...damselfly-5.4.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [damselfly-5.4.0](https://github.com/truecharts/charts/compare/damselfly-5.3.0...damselfly-5.4.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [damselfly-5.3.0](https://github.com/truecharts/charts/compare/damselfly-5.2.3...damselfly-5.3.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [damselfly-5.2.3](https://github.com/truecharts/charts/compare/damselfly-5.2.2...damselfly-5.2.3) (2024-03-05)
### Chore
@ -61,39 +97,3 @@ title: Changelog
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
## [damselfly-4.1.9](https://github.com/truecharts/charts/compare/damselfly-4.1.8...damselfly-4.1.9) (2024-01-21)
### Chore
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
## [damselfly-4.1.8](https://github.com/truecharts/charts/compare/damselfly-4.1.7...damselfly-4.1.8) (2024-01-21)
### Chore
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
## [damselfly-4.1.7](https://github.com/truecharts/charts/compare/damselfly-4.1.6...damselfly-4.1.7) (2024-01-09)
### Chore
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
## [damselfly-4.1.6](https://github.com/truecharts/charts/compare/damselfly-4.1.5...damselfly-4.1.6) (2024-01-02)
### Chore

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: latest
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.png
keywords:
- damselfly
- MediaApp-Photos
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/damselfly
- https://hub.docker.com/r/webreaper/damselfly
type: application
version: 5.2.3
version: 5.4.2

View File

@ -0,0 +1,9 @@
## [damselfly-5.4.2](https://github.com/truecharts/charts/compare/damselfly-5.4.1...damselfly-5.4.2) (2024-03-11)
### Chore
- update container image webreaper/damselfly to latest[@f16e519](https://github.com/f16e519) by renovate ([#19045](https://github.com/truecharts/charts/issues/19045))

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: webreaper/damselfly
tag: latest@sha256:8b5a4e38e104145c3d61a1a38eb081899cd1e61b9e9e86aa9366e668279d115e
tag: latest@sha256:f16e5199bc0303599bd7bf5694757d656ab071ad19c850c178ef5c37818c14c9
persistence:
config:
enabled: true

View File

@ -1,9 +0,0 @@
## [dashy-6.4.2](https://github.com/truecharts/charts/compare/dashy-6.4.1...dashy-6.4.2) (2024-03-11)
### Chore
- update container image lissy93/dashy to 2.1.2[@4fabb42](https://github.com/4fabb42) by renovate ([#19029](https://github.com/truecharts/charts/issues/19029))

View File

@ -1,9 +0,0 @@
## [goaccess-npm-logs-5.4.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.4.1...goaccess-npm-logs-5.4.2) (2024-03-11)
### Chore
- update container image xavierh/goaccess-for-nginxproxymanager to latest[@bf56396](https://github.com/bf56396) by renovate ([#19046](https://github.com/truecharts/charts/issues/19046))

View File

@ -1,9 +0,0 @@
## [gridcoinwalletgui-5.4.2](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.4.1...gridcoinwalletgui-5.4.2) (2024-03-11)
### Chore
- update container image sublivion/gridcoinwalletgui to latest[@43ca0b9](https://github.com/43ca0b9) by renovate ([#19042](https://github.com/truecharts/charts/issues/19042))

View File

@ -1,9 +0,0 @@
## [invidious-9.4.2](https://github.com/truecharts/charts/compare/invidious-9.4.1...invidious-9.4.2) (2024-03-11)
### Chore
- update container image quay.io/invidious/invidious to latest[@ed76a9c](https://github.com/ed76a9c) by renovate ([#19037](https://github.com/truecharts/charts/issues/19037))

View File

@ -1,9 +0,0 @@
## [libremdb-7.4.2](https://github.com/truecharts/charts/compare/libremdb-7.4.1...libremdb-7.4.2) (2024-03-11)
### Chore
- update container image quay.io/pussthecatorg/libremdb to latest[@bf130a7](https://github.com/bf130a7) by renovate ([#19038](https://github.com/truecharts/charts/issues/19038))

View File

@ -1,9 +0,0 @@
## [logitech-media-server-11.4.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.4.1...logitech-media-server-11.4.2) (2024-03-11)
### Chore
- update container image lmscommunity/logitechmediaserver to stable[@c930f09](https://github.com/c930f09) by renovate ([#19030](https://github.com/truecharts/charts/issues/19030))

View File

@ -8,6 +8,42 @@ title: Changelog
**Important:**
## [matomo-13.6.2](https://github.com/truecharts/charts/compare/matomo-13.6.1...matomo-13.6.2) (2024-03-11)
### Chore
- update container image bitnami/matomo to v5.0.3[@d277ebc](https://github.com/d277ebc) by renovate ([#19054](https://github.com/truecharts/charts/issues/19054))
## [matomo-13.6.1](https://github.com/truecharts/charts/compare/matomo-13.6.0...matomo-13.6.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [matomo-13.6.0](https://github.com/truecharts/charts/compare/matomo-13.5.0...matomo-13.6.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [matomo-13.5.0](https://github.com/truecharts/charts/compare/matomo-13.4.3...matomo-13.5.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [matomo-13.4.3](https://github.com/truecharts/charts/compare/matomo-13.4.2...matomo-13.4.3) (2024-03-05)
### Chore
@ -61,39 +97,3 @@ title: Changelog
- update container image bitnami/matomo to 5.0.2[@46b7325](https://github.com/46b7325) by renovate ([#18158](https://github.com/truecharts/charts/issues/18158))
## [matomo-12.0.6](https://github.com/truecharts/charts/compare/matomo-12.0.5...matomo-12.0.6) (2024-02-12)
### Chore
- update container image bitnami/matomo to v5.0.2[@89019f4](https://github.com/89019f4) by renovate ([#18122](https://github.com/truecharts/charts/issues/18122))
## [matomo-12.0.5](https://github.com/truecharts/charts/compare/matomo-12.0.4...matomo-12.0.5) (2024-02-05)
### Chore
- update container image bitnami/matomo to 5.0.1[@42f1b9b](https://github.com/42f1b9b) by renovate ([#17816](https://github.com/truecharts/charts/issues/17816))
## [matomo-12.0.4](https://github.com/truecharts/charts/compare/matomo-12.0.3...matomo-12.0.4) (2024-02-03)
### Chore
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
## [matomo-12.0.3](https://github.com/truecharts/charts/compare/matomo-12.0.2...matomo-12.0.3) (2024-01-27)
### Chore
- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525))

View File

@ -7,10 +7,10 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 5.0.2
appVersion: 5.0.3
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/matomo
icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png
keywords:
- analytics
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -41,4 +41,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/matomo
- https://hub.docker.com/r/bitnami/matomo
type: application
version: 13.4.3
version: 13.6.2

View File

@ -0,0 +1,9 @@
## [matomo-13.6.2](https://github.com/truecharts/charts/compare/matomo-13.6.1...matomo-13.6.2) (2024-03-11)
### Chore
- update container image bitnami/matomo to v5.0.3[@d277ebc](https://github.com/d277ebc) by renovate ([#19054](https://github.com/truecharts/charts/issues/19054))

Binary file not shown.

View File

@ -1,6 +1,6 @@
image:
repository: bitnami/matomo
tag: 5.0.2@sha256:6c74160f932dd2162c42497612080a456c62db6bc2053c1e96ac579417435f50
tag: 5.0.3@sha256:d277ebceb191a5226cb25757f09a1d76d30507ae0822a4d707cd385aed4756e1
pullPolicy: IfNotPresent
securityContext:
container:

View File

@ -1,9 +0,0 @@
## [mylar-13.4.2](https://github.com/truecharts/charts/compare/mylar-13.4.1...mylar-13.4.2) (2024-03-11)
### Chore
- update container image linuxserver/mylar3 to version-v0.7.8[@f1bd1dc](https://github.com/f1bd1dc) by renovate ([#19027](https://github.com/truecharts/charts/issues/19027))

View File

@ -1,9 +0,0 @@
## [omada-controller-14.4.2](https://github.com/truecharts/charts/compare/omada-controller-14.4.1...omada-controller-14.4.2) (2024-03-11)
### Chore
- update container image mbentley/omada-controller to 5.13[@538ec21](https://github.com/538ec21) by renovate ([#19033](https://github.com/truecharts/charts/issues/19033))

View File

@ -8,6 +8,42 @@ title: Changelog
**Important:**
## [plausible-10.7.2](https://github.com/truecharts/charts/compare/plausible-10.7.1...plausible-10.7.2) (2024-03-11)
### Chore
- update container image clickhouse to v12.3.3[@211de7e](https://github.com/211de7e) by renovate ([#19055](https://github.com/truecharts/charts/issues/19055))
## [plausible-10.7.1](https://github.com/truecharts/charts/compare/plausible-10.7.0...plausible-10.7.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [plausible-10.7.0](https://github.com/truecharts/charts/compare/plausible-10.6.0...plausible-10.7.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [plausible-10.6.0](https://github.com/truecharts/charts/compare/plausible-10.5.3...plausible-10.6.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [plausible-10.5.3](https://github.com/truecharts/charts/compare/plausible-10.5.2...plausible-10.5.3) (2024-03-05)
### Chore
@ -61,40 +97,4 @@ title: Changelog
- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525))
## [plausible-8.2.7](https://github.com/truecharts/charts/compare/plausible-8.2.6...plausible-8.2.7) (2024-01-26)
### Chore
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))
## [plausible-8.2.6](https://github.com/truecharts/charts/compare/plausible-8.2.5...plausible-8.2.6) (2024-01-21)
### Chore
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
## [plausible-8.2.5](https://github.com/truecharts/charts/compare/plausible-8.2.4...plausible-8.2.5) (2024-01-21)
### Chore
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
## [plausible-8.2.4](https://github.com/truecharts/charts/compare/plausible-8.2.3...plausible-8.2.4) (2024-01-21)
### Chore
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525))

View File

@ -10,14 +10,14 @@ apiVersion: v2
appVersion: 2.0.0
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: clickhouse
version: 12.3.0
version: 12.3.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.5.3
version: 10.7.2

View File

@ -0,0 +1,9 @@
## [plausible-10.7.2](https://github.com/truecharts/charts/compare/plausible-10.7.1...plausible-10.7.2) (2024-03-11)
### Chore
- update container image clickhouse to v12.3.3[@211de7e](https://github.com/211de7e) by renovate ([#19055](https://github.com/truecharts/charts/issues/19055))

Binary file not shown.

Binary file not shown.

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