diff --git a/dependency/clickhouse/12.3.0/Chart.yaml b/dependency/clickhouse/12.3.0/Chart.yaml index 90109615947..29bf5650991 100644 --- a/dependency/clickhouse/12.3.0/Chart.yaml +++ b/dependency/clickhouse/12.3.0/Chart.yaml @@ -24,7 +24,7 @@ keywords: - database - clickhouse - sql -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/dependency/memcached/12.3.1/Chart.yaml b/dependency/memcached/12.3.1/Chart.yaml index aee7c12c6c0..109ea8879cf 100644 --- a/dependency/memcached/12.3.1/Chart.yaml +++ b/dependency/memcached/12.3.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - memcached - database - cache -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/dependency/mongodb/12.2.1/Chart.yaml b/dependency/mongodb/12.2.1/Chart.yaml index 9687a3e7e2b..110b6d8150f 100644 --- a/dependency/mongodb/12.2.1/Chart.yaml +++ b/dependency/mongodb/12.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - mongodb - database - nosql -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/enterprise/grafana/14.2.0/Chart.yaml b/enterprise/grafana/14.2.0/Chart.yaml index 56f738f9671..92ab057b464 100644 --- a/enterprise/grafana/14.2.0/Chart.yaml +++ b/enterprise/grafana/14.2.0/Chart.yaml @@ -25,7 +25,7 @@ keywords: - monitoring - metrics - logs -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/enterprise/nextcloud/29.2.2/Chart.yaml b/enterprise/nextcloud/29.2.2/Chart.yaml index 59ff2b2ce70..6e2654501e7 100644 --- a/enterprise/nextcloud/29.2.2/Chart.yaml +++ b/enterprise/nextcloud/29.2.2/Chart.yaml @@ -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/nginxinc/nginx-unprivileged - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm + - https://hub.docker.com/r/nginxinc/nginx-unprivileged + - https://hub.docker.com/r/collabora/code - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary - https://hub.docker.com/r/clamav/clamav - - https://hub.docker.com/r/collabora/code type: application version: 29.2.2 diff --git a/enterprise/prometheus/17.6.0/Chart.yaml b/enterprise/prometheus/17.6.0/Chart.yaml index 1de9b260f18..ff160d4391d 100644 --- a/enterprise/prometheus/17.6.0/Chart.yaml +++ b/enterprise/prometheus/17.6.0/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/enterprise/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 @@ -40,7 +40,7 @@ sources: - https://github.com/prometheus-operator/kube-prometheus - https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus - https://hub.docker.com/r/bitnami/alertmanager - - https://quay.io/thanos/thanos - https://hub.docker.com/r/bitnami/prometheus + - https://quay.io/thanos/thanos type: application version: 17.6.0 diff --git a/enterprise/traefik/26.4.8/ix_values.yaml b/enterprise/traefik/26.4.8/ix_values.yaml index e54a1ae22c7..ae64e7ffa9f 100644 --- a/enterprise/traefik/26.4.8/ix_values.yaml +++ b/enterprise/traefik/26.4.8/ix_values.yaml @@ -459,10 +459,10 @@ middlewares: # - crowdsecurity/http-path-traversal-probing # - crowdsecurity/http-xss-probing # - crowdsecurity/http-generic-bf - # forwardedHeadersTrustedIPs: + # forwardedHeadersTrustedIPs: # - 10.0.10.23/32 # - 10.0.20.0/24 - # clientTrustedIPs: + # clientTrustedIPs: # - 192.168.1.0/24 # forwardedHeadersCustomName: X-Custom-Header # redisCacheEnabled: false diff --git a/enterprise/traefik/26.4.8/templates/middlewares/bouncer.yaml b/enterprise/traefik/26.4.8/templates/middlewares/bouncer.yaml index e4533695f04..2e3015297b9 100644 --- a/enterprise/traefik/26.4.8/templates/middlewares/bouncer.yaml +++ b/enterprise/traefik/26.4.8/templates/middlewares/bouncer.yaml @@ -63,13 +63,13 @@ spec: {{- end }} {{- end }} {{- if $middlewareData.forwardedHeadersTrustedIPs }} - forwardedHeadersTrustedIPs: + forwardedHeadersTrustedIPs: {{- range $middlewareData.forwardedHeadersTrustedIPs }} - {{ . }} {{- end }} {{- end }} {{- if $middlewareData.clientTrustedIPs }} - clientTrustedIPs: + clientTrustedIPs: {{- range $middlewareData.clientTrustedIPs }} - {{ . }} {{- end }} @@ -89,13 +89,13 @@ spec: {{- with $middlewareData.redisCacheDatabase }} redisCacheDatabase: {{ . }} {{- end }} - {{- with $middlewareData.crowdsecLapiTLSCertificateAuthority }} + {{- with $middlewareData.crowdsecLapiTLSCertificateAuthority }} crowdsecLapiTLSCertificateAuthority: {{ . }} {{- end }} {{- with $middlewareData.crowdsecLapiTLSCertificateAuthorityFile }} crowdsecLapiTLSCertificateAuthorityFile: {{ . }} {{- end }} - {{- with $middlewareData.crowdsecLapiTLSCertificateBouncer }} + {{- with $middlewareData.crowdsecLapiTLSCertificateBouncer }} crowdsecLapiTLSCertificateBouncer: {{ . }} {{- end }} {{- with $middlewareData.crowdsecLapiTLSCertificateBouncerFile }} @@ -108,5 +108,5 @@ spec: crowdsecLapiTLSCertificateBouncerKeyFile: {{ . }} {{- end }} - + {{- end }} diff --git a/operators/cert-manager/4.2.1/Chart.yaml b/operators/cert-manager/4.2.1/Chart.yaml index 0128dd23c0d..a1250a8854f 100644 --- a/operators/cert-manager/4.2.1/Chart.yaml +++ b/operators/cert-manager/4.2.1/Chart.yaml @@ -31,7 +31,7 @@ keywords: - cert-manager - certificates - security -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/actualserver/10.3.0/Chart.yaml b/stable/actualserver/10.3.0/Chart.yaml index db10d9a54a7..2f0b8d4283b 100644 --- a/stable/actualserver/10.3.0/Chart.yaml +++ b/stable/actualserver/10.3.0/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png keywords: - actualserver - finance -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/alist/9.4.0/Chart.yaml b/stable/alist/9.4.0/Chart.yaml index e2b543ac4d0..e57532a2f59 100644 --- a/stable/alist/9.4.0/Chart.yaml +++ b/stable/alist/9.4.0/Chart.yaml @@ -27,7 +27,7 @@ keywords: - google driver - aliyun driver - baiduyun -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/anonaddy/20.6.1/Chart.yaml b/stable/anonaddy/20.6.1/Chart.yaml index 48dc9389cbd..87241e7eeba 100644 --- a/stable/anonaddy/20.6.1/Chart.yaml +++ b/stable/anonaddy/20.6.1/Chart.yaml @@ -36,7 +36,7 @@ home: https://truecharts.org/charts/stable/anonaddy icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png keywords: - anonaddy -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/anonaddy/20.6.1/charts/mariadb-13.2.0.tgz b/stable/anonaddy/20.6.1/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/anonaddy/20.6.1/charts/mariadb-13.2.0.tgz and b/stable/anonaddy/20.6.1/charts/mariadb-13.2.0.tgz differ diff --git a/stable/authentik/24.2.2/Chart.yaml b/stable/authentik/24.2.2/Chart.yaml index 43674dd3805..f2dfdbd9ad3 100644 --- a/stable/authentik/24.2.2/Chart.yaml +++ b/stable/authentik/24.2.2/Chart.yaml @@ -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/radius - - https://ghcr.io/goauthentik/server - - https://ghcr.io/goauthentik/ldap - https://ghcr.io/goauthentik/proxy + - https://ghcr.io/goauthentik/server + - https://ghcr.io/maxmind/geoipupdate + - https://ghcr.io/goauthentik/ldap type: application version: 24.2.2 diff --git a/stable/autobrr/8.3.0/Chart.yaml b/stable/autobrr/8.3.0/Chart.yaml index ee8cd24bf5d..a6a1f1bf892 100644 --- a/stable/autobrr/8.3.0/Chart.yaml +++ b/stable/autobrr/8.3.0/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png keywords: - autobrr - torrent -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/autoscan/8.2.1/Chart.yaml b/stable/autoscan/8.2.1/Chart.yaml index ccfc7cb1754..bb45635d4dc 100644 --- a/stable/autoscan/8.2.1/Chart.yaml +++ b/stable/autoscan/8.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png keywords: - autoscan - media -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/babybuddy/16.2.1/Chart.yaml b/stable/babybuddy/16.2.1/Chart.yaml index b4dec8435e9..6ec586f8125 100644 --- a/stable/babybuddy/16.2.1/Chart.yaml +++ b/stable/babybuddy/16.2.1/Chart.yaml @@ -26,7 +26,7 @@ keywords: - tracker - parents - parenting -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/bazarr/19.0.0/Chart.yaml b/stable/bazarr/19.0.0/Chart.yaml index 3ce6d45c28d..272c5e1a5d4 100644 --- a/stable/bazarr/19.0.0/Chart.yaml +++ b/stable/bazarr/19.0.0/Chart.yaml @@ -27,7 +27,7 @@ keywords: - subtitles - usenet - torrent -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/beets/11.2.1/Chart.yaml b/stable/beets/11.2.1/Chart.yaml index 9a92c9480fd..c701b45ce5c 100644 --- a/stable/beets/11.2.1/Chart.yaml +++ b/stable/beets/11.2.1/Chart.yaml @@ -26,7 +26,7 @@ keywords: - manager - player - beets -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/blender-desktop-g3/5.2.1/Chart.yaml b/stable/blender-desktop-g3/5.2.1/Chart.yaml index be80690a41a..c0b13aad8b9 100644 --- a/stable/blender-desktop-g3/5.2.1/Chart.yaml +++ b/stable/blender-desktop-g3/5.2.1/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Tools-Utilities - MediaApp-Photos - MediaApp-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/blender/5.2.1/Chart.yaml b/stable/blender/5.2.1/Chart.yaml index e25384584cf..b17002ad925 100644 --- a/stable/blender/5.2.1/Chart.yaml +++ b/stable/blender/5.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png keywords: - blender - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/boinc/9.2.1/Chart.yaml b/stable/boinc/9.2.1/Chart.yaml index c21229626d3..1764973b471 100644 --- a/stable/boinc/9.2.1/Chart.yaml +++ b/stable/boinc/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/boinc icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png keywords: - boinc -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/booksonic-air/13.2.1/Chart.yaml b/stable/booksonic-air/13.2.1/Chart.yaml index 335fb67cbfc..6198dc3f6a2 100644 --- a/stable/booksonic-air/13.2.1/Chart.yaml +++ b/stable/booksonic-air/13.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png keywords: - booksonic - audiobook -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/bookstack/13.0.0/Chart.yaml b/stable/bookstack/13.0.0/Chart.yaml index 32cdf9000d6..cd91c3a16cf 100644 --- a/stable/bookstack/13.0.0/Chart.yaml +++ b/stable/bookstack/13.0.0/Chart.yaml @@ -34,7 +34,7 @@ keywords: - organizer - server - hosted -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/bookstack/13.0.0/charts/mariadb-13.2.0.tgz b/stable/bookstack/13.0.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/bookstack/13.0.0/charts/mariadb-13.2.0.tgz and b/stable/bookstack/13.0.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/budge/9.2.1/Chart.yaml b/stable/budge/9.2.1/Chart.yaml index ce364327d9b..2bae02ade22 100644 --- a/stable/budge/9.2.1/Chart.yaml +++ b/stable/budge/9.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png keywords: - finance - budge -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/calibre-web/18.2.1/Chart.yaml b/stable/calibre-web/18.2.1/Chart.yaml index cfc76dc2411..38a37884a1b 100644 --- a/stable/calibre-web/18.2.1/Chart.yaml +++ b/stable/calibre-web/18.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - calibre-web - calibre - ebook -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/calibre/14.3.0/Chart.yaml b/stable/calibre/14.3.0/Chart.yaml index 0dab2f588e5..ce8f3e125c6 100644 --- a/stable/calibre/14.3.0/Chart.yaml +++ b/stable/calibre/14.3.0/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/calibre icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png keywords: - calibre -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/chevereto/12.4.0/charts/mariadb-13.2.0.tgz b/stable/chevereto/12.4.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/chevereto/12.4.0/charts/mariadb-13.2.0.tgz and b/stable/chevereto/12.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/chroma/2.2.1/Chart.yaml b/stable/chroma/2.2.1/Chart.yaml index 1c4ee3b6bdc..38d3325d0b4 100644 --- a/stable/chroma/2.2.1/Chart.yaml +++ b/stable/chroma/2.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - chroma - embedding - database -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/chronograf/5.2.1/Chart.yaml b/stable/chronograf/5.2.1/Chart.yaml index 34fd8045a70..6b9cc5b39df 100644 --- a/stable/chronograf/5.2.1/Chart.yaml +++ b/stable/chronograf/5.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png keywords: - chronograf - Tools-System -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/clamav/10.2.1/Chart.yaml b/stable/clamav/10.2.1/Chart.yaml index 00938594285..e413077303c 100644 --- a/stable/clamav/10.2.1/Chart.yaml +++ b/stable/clamav/10.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png keywords: - clamav - antivirus -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/clarkson/12.4.0/charts/mariadb-13.2.0.tgz b/stable/clarkson/12.4.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/clarkson/12.4.0/charts/mariadb-13.2.0.tgz and b/stable/clarkson/12.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/cloudflareddns/9.2.1/Chart.yaml b/stable/cloudflareddns/9.2.1/Chart.yaml index 0f6ef4121ec..e521de8fd70 100644 --- a/stable/cloudflareddns/9.2.1/Chart.yaml +++ b/stable/cloudflareddns/9.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - cloudflareddns - ddns - cloudflare -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/code-server/11.3.0/Chart.yaml b/stable/code-server/11.3.0/Chart.yaml index 623b27cf3c7..ebef8a5c5a5 100644 --- a/stable/code-server/11.3.0/Chart.yaml +++ b/stable/code-server/11.3.0/Chart.yaml @@ -25,7 +25,7 @@ keywords: - vs - visual studio - vscode -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/cops/8.3.1/Chart.yaml b/stable/cops/8.3.1/Chart.yaml index e22ae7ef224..7779ee6ebde 100644 --- a/stable/cops/8.3.1/Chart.yaml +++ b/stable/cops/8.3.1/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Cloud - MediaApp-Books - MediaServer-Books -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/ctfd/4.7.0/Chart.yaml b/stable/ctfd/4.7.0/Chart.yaml index ad5847d5053..37bfaa45d32 100644 --- a/stable/ctfd/4.7.0/Chart.yaml +++ b/stable/ctfd/4.7.0/Chart.yaml @@ -37,7 +37,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png keywords: - ctfd - learning -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/ctfd/4.7.0/charts/mariadb-13.2.0.tgz b/stable/ctfd/4.7.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/ctfd/4.7.0/charts/mariadb-13.2.0.tgz and b/stable/ctfd/4.7.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/dashy/6.2.3/Chart.yaml b/stable/dashy/6.2.3/Chart.yaml index 3d4d0453562..24a8bf7405e 100644 --- a/stable/dashy/6.2.3/Chart.yaml +++ b/stable/dashy/6.2.3/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/dashy icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png keywords: - dashboard -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/davos/12.2.1/Chart.yaml b/stable/davos/12.2.1/Chart.yaml index 8af5d3daa30..e25e37bc46c 100644 --- a/stable/davos/12.2.1/Chart.yaml +++ b/stable/davos/12.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - davos - ftp - automation -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/ddclient/9.2.1/Chart.yaml b/stable/ddclient/9.2.1/Chart.yaml index dde4b89d9b2..697d59d7afb 100644 --- a/stable/ddclient/9.2.1/Chart.yaml +++ b/stable/ddclient/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ddclient icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png keywords: - ddclient -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/deconz/15.2.1/Chart.yaml b/stable/deconz/15.2.1/Chart.yaml index 8acca33eafb..a4879acc271 100644 --- a/stable/deconz/15.2.1/Chart.yaml +++ b/stable/deconz/15.2.1/Chart.yaml @@ -25,7 +25,7 @@ keywords: - home-automation - zigbee - conbee -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/dillinger/9.2.1/Chart.yaml b/stable/dillinger/9.2.1/Chart.yaml index a445f13cec2..27586b94d72 100644 --- a/stable/dillinger/9.2.1/Chart.yaml +++ b/stable/dillinger/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/dillinger icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png keywords: - dillinger -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/docker/5.2.1/Chart.yaml b/stable/docker/5.2.1/Chart.yaml index 48a7a47e721..5d54bab0f51 100644 --- a/stable/docker/5.2.1/Chart.yaml +++ b/stable/docker/5.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/docker icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.png keywords: - docker -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/drawio/11.0.0/Chart.yaml b/stable/drawio/11.0.0/Chart.yaml index 3e2decf199b..495a87498b1 100644 --- a/stable/drawio/11.0.0/Chart.yaml +++ b/stable/drawio/11.0.0/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/drawio icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png keywords: - drawio -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/duckdns/9.2.1/Chart.yaml b/stable/duckdns/9.2.1/Chart.yaml index 779f4d3f3c3..61a82aaedce 100644 --- a/stable/duckdns/9.2.1/Chart.yaml +++ b/stable/duckdns/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/duckdns icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png keywords: - duckdns -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/duplicacy/6.2.1/Chart.yaml b/stable/duplicacy/6.2.1/Chart.yaml index b1cc08c932c..6faead90b0e 100644 --- a/stable/duplicacy/6.2.1/Chart.yaml +++ b/stable/duplicacy/6.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png keywords: - duplicacy - Backup -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/emby/18.2.1/Chart.yaml b/stable/emby/18.2.1/Chart.yaml index 66d4d1f5787..90251641bf6 100644 --- a/stable/emby/18.2.1/Chart.yaml +++ b/stable/emby/18.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - jellyfin - plex - emby -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/emulatorjs/9.2.1/Chart.yaml b/stable/emulatorjs/9.2.1/Chart.yaml index e21048d135a..66b44e72939 100644 --- a/stable/emulatorjs/9.2.1/Chart.yaml +++ b/stable/emulatorjs/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/emulatorjs icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png keywords: - emulatorjs -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/fileflows/10.3.0/Chart.yaml b/stable/fileflows/10.3.0/Chart.yaml index f1c95031628..3e549fa4a1e 100644 --- a/stable/fileflows/10.3.0/Chart.yaml +++ b/stable/fileflows/10.3.0/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/fileflows icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png keywords: - fileflows -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/filezilla/11.2.1/Chart.yaml b/stable/filezilla/11.2.1/Chart.yaml index dc309c77494..79dcdeea8a9 100644 --- a/stable/filezilla/11.2.1/Chart.yaml +++ b/stable/filezilla/11.2.1/Chart.yaml @@ -26,7 +26,7 @@ keywords: - sftp - ftps - client -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/fireflyiii/25.2.1/Chart.yaml b/stable/fireflyiii/25.2.1/Chart.yaml index 7b5760b3225..c0903da7e5d 100644 --- a/stable/fireflyiii/25.2.1/Chart.yaml +++ b/stable/fireflyiii/25.2.1/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.png keywords: - fireflyiii - finacial -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/flaresolverr/13.2.1/Chart.yaml b/stable/flaresolverr/13.2.1/Chart.yaml index b1a5a9ff53f..d482f7198c2 100644 --- a/stable/flaresolverr/13.2.1/Chart.yaml +++ b/stable/flaresolverr/13.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png keywords: - flaresolverr - proxy -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/fleet/12.4.1/Chart.yaml b/stable/fleet/12.4.1/Chart.yaml index bb9efba6511..d896d86076e 100644 --- a/stable/fleet/12.4.1/Chart.yaml +++ b/stable/fleet/12.4.1/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/fleet icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png keywords: - fleet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/fleet/12.4.1/charts/mariadb-13.2.0.tgz b/stable/fleet/12.4.1/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/fleet/12.4.1/charts/mariadb-13.2.0.tgz and b/stable/fleet/12.4.1/charts/mariadb-13.2.0.tgz differ diff --git a/stable/flexget/9.2.1/Chart.yaml b/stable/flexget/9.2.1/Chart.yaml index 3066fe7cf94..dd6c5184799 100644 --- a/stable/flexget/9.2.1/Chart.yaml +++ b/stable/flexget/9.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.png keywords: - flexget - automation -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/flowise/4.3.0/Chart.yaml b/stable/flowise/4.3.0/Chart.yaml index 30713dec0a3..9ef93f8f067 100644 --- a/stable/flowise/4.3.0/Chart.yaml +++ b/stable/flowise/4.3.0/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.png keywords: - flowise - ai -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/foldingathome/9.2.1/Chart.yaml b/stable/foldingathome/9.2.1/Chart.yaml index 73a2c4db257..dd1190d5015 100644 --- a/stable/foldingathome/9.2.1/Chart.yaml +++ b/stable/foldingathome/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/foldingathome icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.png keywords: - foldingathome -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/freshrss/18.2.1/Chart.yaml b/stable/freshrss/18.2.1/Chart.yaml index 4d6cdf25227..801a9a2178a 100644 --- a/stable/freshrss/18.2.1/Chart.yaml +++ b/stable/freshrss/18.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png keywords: - freshrss - rss -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/friendica/13.6.0/charts/mariadb-13.2.0.tgz b/stable/friendica/13.6.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/friendica/13.6.0/charts/mariadb-13.2.0.tgz and b/stable/friendica/13.6.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/ghostfolio/4.4.0/Chart.yaml b/stable/ghostfolio/4.4.0/Chart.yaml index f00fa9f3e7b..84df88ed97e 100644 --- a/stable/ghostfolio/4.4.0/Chart.yaml +++ b/stable/ghostfolio/4.4.0/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png keywords: - ghostfolio - finance -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/gitea/18.5.1/charts/memcached-12.3.1.tgz b/stable/gitea/18.5.1/charts/memcached-12.3.1.tgz index daeb1a786f8..3bd3be041d2 100644 Binary files a/stable/gitea/18.5.1/charts/memcached-12.3.1.tgz and b/stable/gitea/18.5.1/charts/memcached-12.3.1.tgz differ diff --git a/stable/grav/11.2.1/Chart.yaml b/stable/grav/11.2.1/Chart.yaml index eb5aa62d167..12e7e2a3422 100644 --- a/stable/grav/11.2.1/Chart.yaml +++ b/stable/grav/11.2.1/Chart.yaml @@ -25,7 +25,7 @@ keywords: - web - platform - file -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/grocy/18.2.1/Chart.yaml b/stable/grocy/18.2.1/Chart.yaml index c681a15fd71..1edf9cf98a5 100644 --- a/stable/grocy/18.2.1/Chart.yaml +++ b/stable/grocy/18.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png keywords: - grocy - home-automation -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/healthchecks/14.2.1/Chart.yaml b/stable/healthchecks/14.2.1/Chart.yaml index ded2f092ab6..8186b78e2b9 100644 --- a/stable/healthchecks/14.2.1/Chart.yaml +++ b/stable/healthchecks/14.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - cron - monitoring - alert -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/heimdall/20.2.1/Chart.yaml b/stable/heimdall/20.2.1/Chart.yaml index f948dee0adb..6f94e8a4cea 100644 --- a/stable/heimdall/20.2.1/Chart.yaml +++ b/stable/heimdall/20.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/heimdall icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png keywords: - heimdall -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/home-assistant/24.2.1/Chart.yaml b/stable/home-assistant/24.2.1/Chart.yaml index 820774c0557..f6a4510254b 100644 --- a/stable/home-assistant/24.2.1/Chart.yaml +++ b/stable/home-assistant/24.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - home-assistant - home-automation - hass -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/humhub/7.6.0/Chart.yaml b/stable/humhub/7.6.0/Chart.yaml index 32e7e251b80..0c9dbb7e6f9 100644 --- a/stable/humhub/7.6.0/Chart.yaml +++ b/stable/humhub/7.6.0/Chart.yaml @@ -45,7 +45,7 @@ maintainers: name: humhub sources: - https://github.com/truecharts/charts/tree/master/charts/stable/humhub - - https://ghcr.io/mriedmann/humhub-nginx - https://ghcr.io/mriedmann/humhub-phponly + - https://ghcr.io/mriedmann/humhub-nginx type: application version: 7.6.0 diff --git a/stable/humhub/7.6.0/charts/mariadb-13.2.0.tgz b/stable/humhub/7.6.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/humhub/7.6.0/charts/mariadb-13.2.0.tgz and b/stable/humhub/7.6.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/ipfs/10.3.0/Chart.yaml b/stable/ipfs/10.3.0/Chart.yaml index 9403899587d..a7dcf53529e 100644 --- a/stable/ipfs/10.3.0/Chart.yaml +++ b/stable/ipfs/10.3.0/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png keywords: - ipfs - kubo -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/ispy-agent-dvr/9.3.1/Chart.yaml b/stable/ispy-agent-dvr/9.3.1/Chart.yaml index 53f0d0ebb6c..641846e887e 100644 --- a/stable/ispy-agent-dvr/9.3.1/Chart.yaml +++ b/stable/ispy-agent-dvr/9.3.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - dvr - ispy - agent -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/jellyfin/18.2.1/Chart.yaml b/stable/jellyfin/18.2.1/Chart.yaml index 2986b43fb4a..1842ab924ce 100644 --- a/stable/jellyfin/18.2.1/Chart.yaml +++ b/stable/jellyfin/18.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - jellyfin - plex - emby -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/jelu/5.2.1/Chart.yaml b/stable/jelu/5.2.1/Chart.yaml index d5911176f01..941b7ae7737 100644 --- a/stable/jelu/5.2.1/Chart.yaml +++ b/stable/jelu/5.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.png keywords: - jelu - MediaApp-Books -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/jupyter/8.2.0/Chart.yaml b/stable/jupyter/8.2.0/Chart.yaml index 6b690778820..7b5bcee0665 100644 --- a/stable/jupyter/8.2.0/Chart.yaml +++ b/stable/jupyter/8.2.0/Chart.yaml @@ -33,13 +33,13 @@ name: jupyter sources: - https://github.com/jupyter/docker-stacks - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - - https://hub.docker.com/r/jupyter/tensorflow-notebook - - https://hub.docker.com/r/jupyter/r-notebook - https://hub.docker.com/r/jupyter/minimal-notebook - https://hub.docker.com/r/jupyter/datascience-notebook - - https://hub.docker.com/r/jupyter/base-notebook - https://hub.docker.com/r/jupyter/pyspark-notebook - - https://hub.docker.com/r/jupyter/all-spark-notebook + - https://hub.docker.com/r/jupyter/base-notebook - https://hub.docker.com/r/jupyter/scipy-notebook + - https://hub.docker.com/r/jupyter/all-spark-notebook + - https://hub.docker.com/r/jupyter/tensorflow-notebook + - https://hub.docker.com/r/jupyter/r-notebook type: application version: 8.2.0 diff --git a/stable/kdenlive/5.2.1/Chart.yaml b/stable/kdenlive/5.2.1/Chart.yaml index ce90c144a54..707d3b85ec7 100644 --- a/stable/kdenlive/5.2.1/Chart.yaml +++ b/stable/kdenlive/5.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png keywords: - kdenlive - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/lazylibrarian/18.2.1/Chart.yaml b/stable/lazylibrarian/18.2.1/Chart.yaml index 7b210c57e59..cb47eb16f79 100644 --- a/stable/lazylibrarian/18.2.1/Chart.yaml +++ b/stable/lazylibrarian/18.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png keywords: - lazylibrarian - ebooks -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/libremdb/7.2.4/Chart.yaml b/stable/libremdb/7.2.4/Chart.yaml index 654001e3493..4ad17c820bd 100644 --- a/stable/libremdb/7.2.4/Chart.yaml +++ b/stable/libremdb/7.2.4/Chart.yaml @@ -31,7 +31,7 @@ keywords: - libremdb - media - imdb -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/librespeed/13.2.1/Chart.yaml b/stable/librespeed/13.2.1/Chart.yaml index 0c9c03f5ef1..8d16df4c19f 100644 --- a/stable/librespeed/13.2.1/Chart.yaml +++ b/stable/librespeed/13.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png keywords: - librespeed - speedtest -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/lidarr/21.0.0/Chart.yaml b/stable/lidarr/21.0.0/Chart.yaml index 4ff7f3d6f86..6f46226e853 100644 --- a/stable/lidarr/21.0.0/Chart.yaml +++ b/stable/lidarr/21.0.0/Chart.yaml @@ -24,7 +24,7 @@ keywords: - lidarr - torrent - usenet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/littlelink/13.2.1/Chart.yaml b/stable/littlelink/13.2.1/Chart.yaml index 1ea6d741c44..afebe84bcbe 100644 --- a/stable/littlelink/13.2.1/Chart.yaml +++ b/stable/littlelink/13.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/littlelink icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png keywords: - littlelink -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/local-ai/9.8.1/Chart.yaml b/stable/local-ai/9.8.1/Chart.yaml index a8da94e2d8c..6c7a6499a33 100644 --- a/stable/local-ai/9.8.1/Chart.yaml +++ b/stable/local-ai/9.8.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png keywords: - local-ai - ai -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/matomo/13.4.0/charts/mariadb-13.2.0.tgz b/stable/matomo/13.4.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/matomo/13.4.0/charts/mariadb-13.2.0.tgz and b/stable/matomo/13.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/mattermost/12.3.1/Chart.yaml b/stable/mattermost/12.3.1/Chart.yaml index 616ecc9b207..5ebb93845a0 100644 --- a/stable/mattermost/12.3.1/Chart.yaml +++ b/stable/mattermost/12.3.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - team - mattermost - development -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/medusa/10.2.1/Chart.yaml b/stable/medusa/10.2.1/Chart.yaml index c3a45a84609..aa9dd4e71c6 100644 --- a/stable/medusa/10.2.1/Chart.yaml +++ b/stable/medusa/10.2.1/Chart.yaml @@ -27,7 +27,7 @@ keywords: - manager - tv - shows -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/minio/11.3.0/Chart.yaml b/stable/minio/11.3.0/Chart.yaml index 38b38d2e943..077318cf595 100644 --- a/stable/minio/11.3.0/Chart.yaml +++ b/stable/minio/11.3.0/Chart.yaml @@ -24,7 +24,7 @@ keywords: - minio - s3 - storage -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/misskey/8.3.0/Chart.yaml b/stable/misskey/8.3.0/Chart.yaml index 065a62e8e03..5fc316a98cf 100644 --- a/stable/misskey/8.3.0/Chart.yaml +++ b/stable/misskey/8.3.0/Chart.yaml @@ -34,7 +34,7 @@ keywords: - Social Media - Fediverse - ActivityPub -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/monero-node/6.1.1/Chart.yaml b/stable/monero-node/6.1.1/Chart.yaml index c8e5aa0efcc..fdbca0f021c 100644 --- a/stable/monero-node/6.1.1/Chart.yaml +++ b/stable/monero-node/6.1.1/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Crypto - Tools-Utilities - Network-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/monica/12.4.0/charts/mariadb-13.2.0.tgz b/stable/monica/12.4.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/monica/12.4.0/charts/mariadb-13.2.0.tgz and b/stable/monica/12.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/muse/5.3.0/Chart.yaml b/stable/muse/5.3.0/Chart.yaml index 25268e3695c..7aad18ba6d2 100644 --- a/stable/muse/5.3.0/Chart.yaml +++ b/stable/muse/5.3.0/Chart.yaml @@ -24,7 +24,7 @@ keywords: - muse - media - discord-bot -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/mylar/13.2.1/Chart.yaml b/stable/mylar/13.2.1/Chart.yaml index 6ed1501f955..1f1e0ce66a4 100644 --- a/stable/mylar/13.2.1/Chart.yaml +++ b/stable/mylar/13.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mylar icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png keywords: - mylar -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/mysql-workbench/9.2.1/Chart.yaml b/stable/mysql-workbench/9.2.1/Chart.yaml index e1a5eb922bd..499e3656b2c 100644 --- a/stable/mysql-workbench/9.2.1/Chart.yaml +++ b/stable/mysql-workbench/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mysql-workbench icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png keywords: - mysql-workbench -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/n8n/13.3.0/Chart.yaml b/stable/n8n/13.3.0/Chart.yaml index b4e7219ab22..f00bb62beb9 100644 --- a/stable/n8n/13.3.0/Chart.yaml +++ b/stable/n8n/13.3.0/Chart.yaml @@ -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 diff --git a/stable/neko/5.2.10/Chart.yaml b/stable/neko/5.2.10/Chart.yaml index 37c55df3b19..a0d2677cfe5 100644 --- a/stable/neko/5.2.10/Chart.yaml +++ b/stable/neko/5.2.10/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png keywords: - neko - video -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/newyearcountdownclock/5.2.1/Chart.yaml b/stable/newyearcountdownclock/5.2.1/Chart.yaml index 4798adbb6db..03a74770f5b 100644 --- a/stable/newyearcountdownclock/5.2.1/Chart.yaml +++ b/stable/newyearcountdownclock/5.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - newyearcountdownclock - Tools-Utilities - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/nginx-proxy-manager/9.4.1/Chart.yaml b/stable/nginx-proxy-manager/9.4.1/Chart.yaml index 20513e8f6f5..553a1dd63bb 100644 --- a/stable/nginx-proxy-manager/9.4.1/Chart.yaml +++ b/stable/nginx-proxy-manager/9.4.1/Chart.yaml @@ -31,7 +31,7 @@ keywords: - nginx-proxy-manager - nginx - reverse-proxy -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/nginx-proxy-manager/9.4.1/charts/mariadb-13.2.0.tgz b/stable/nginx-proxy-manager/9.4.1/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/nginx-proxy-manager/9.4.1/charts/mariadb-13.2.0.tgz and b/stable/nginx-proxy-manager/9.4.1/charts/mariadb-13.2.0.tgz differ diff --git a/stable/nocodb/13.2.2/Chart.yaml b/stable/nocodb/13.2.2/Chart.yaml index 83830e81a5c..71843c58c02 100644 --- a/stable/nocodb/13.2.2/Chart.yaml +++ b/stable/nocodb/13.2.2/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/nocodb icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png keywords: - nocodb -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/node-red/18.2.1/Chart.yaml b/stable/node-red/18.2.1/Chart.yaml index b3251b9985f..8b43288d056 100644 --- a/stable/node-red/18.2.1/Chart.yaml +++ b/stable/node-red/18.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.png keywords: - node-red - nodered -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/observium/6.1.0/charts/mariadb-13.2.0.tgz b/stable/observium/6.1.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/observium/6.1.0/charts/mariadb-13.2.0.tgz and b/stable/observium/6.1.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/odoo/17.2.1/Chart.yaml b/stable/odoo/17.2.1/Chart.yaml index b4588ab055d..f0b803c0954 100644 --- a/stable/odoo/17.2.1/Chart.yaml +++ b/stable/odoo/17.2.1/Chart.yaml @@ -28,7 +28,7 @@ keywords: - accounting - mrp - marketing -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/omada-controller/14.2.1/Chart.yaml b/stable/omada-controller/14.2.1/Chart.yaml index 3a7c5aebbf2..c9523f5cc9a 100644 --- a/stable/omada-controller/14.2.1/Chart.yaml +++ b/stable/omada-controller/14.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/omada-controller icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png keywords: - omada-controller -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/openvscode-server/9.2.1/Chart.yaml b/stable/openvscode-server/9.2.1/Chart.yaml index b407c911c15..793604d31e6 100644 --- a/stable/openvscode-server/9.2.1/Chart.yaml +++ b/stable/openvscode-server/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/openvscode-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png keywords: - openvscode-server -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/palworld/2.2.0/Chart.yaml b/stable/palworld/2.2.0/Chart.yaml index f69fee2fbc0..aaa4d25876a 100644 --- a/stable/palworld/2.2.0/Chart.yaml +++ b/stable/palworld/2.2.0/Chart.yaml @@ -32,7 +32,7 @@ name: palworld sources: - https://github.com/ich777/docker-steamcmd-server/tree/palworld - https://github.com/truecharts/charts/tree/master/charts/stable/palworld - - https://hub.docker.com/r/outdead/rcon - https://ghcr.io/ich777/steamcmd + - https://hub.docker.com/r/outdead/rcon type: application version: 2.2.0 diff --git a/stable/photoprism/20.4.0/charts/mariadb-13.2.0.tgz b/stable/photoprism/20.4.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/photoprism/20.4.0/charts/mariadb-13.2.0.tgz and b/stable/photoprism/20.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/pihole/15.2.1/Chart.yaml b/stable/pihole/15.2.1/Chart.yaml index 80157cc6153..3b70aa743f4 100644 --- a/stable/pihole/15.2.1/Chart.yaml +++ b/stable/pihole/15.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/pihole icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png keywords: - DNS -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/piwigo/12.5.0/Chart.yaml b/stable/piwigo/12.5.0/Chart.yaml index 3b7072ca850..0f0d1a51d33 100644 --- a/stable/piwigo/12.5.0/Chart.yaml +++ b/stable/piwigo/12.5.0/Chart.yaml @@ -32,7 +32,7 @@ keywords: - gallery - photo - image -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/piwigo/12.5.0/charts/mariadb-13.2.0.tgz b/stable/piwigo/12.5.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/piwigo/12.5.0/charts/mariadb-13.2.0.tgz and b/stable/piwigo/12.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/plausible/10.5.0/charts/clickhouse-12.3.0.tgz b/stable/plausible/10.5.0/charts/clickhouse-12.3.0.tgz index 49d3d8ad2db..c8b9ec4a630 100644 Binary files a/stable/plausible/10.5.0/charts/clickhouse-12.3.0.tgz and b/stable/plausible/10.5.0/charts/clickhouse-12.3.0.tgz differ diff --git a/stable/plex/17.2.1/Chart.yaml b/stable/plex/17.2.1/Chart.yaml index cd5d0cacfb1..03f1fd5bddd 100644 --- a/stable/plex/17.2.1/Chart.yaml +++ b/stable/plex/17.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.png keywords: - plex - plex-media-server -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/plextraktsync/7.3.1/Chart.yaml b/stable/plextraktsync/7.3.1/Chart.yaml index 77f96d374e6..9c55a45973a 100644 --- a/stable/plextraktsync/7.3.1/Chart.yaml +++ b/stable/plextraktsync/7.3.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - plextraktsync - Tools-Utilities - MediaApp-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/portainer/8.2.0/Chart.yaml b/stable/portainer/8.2.0/Chart.yaml index faaca4bd28d..74eae463d8e 100644 --- a/stable/portainer/8.2.0/Chart.yaml +++ b/stable/portainer/8.2.0/Chart.yaml @@ -32,7 +32,7 @@ sources: - https://docs.portainer.io/start/install-ce/server - https://docs.portainer.io/start/install/server - https://github.com/truecharts/charts/tree/master/charts/stable/portainer - - https://hub.docker.com/r/portainer/portainer-ee - https://hub.docker.com/r/portainer/portainer-ce + - https://hub.docker.com/r/portainer/portainer-ee type: application version: 8.2.0 diff --git a/stable/posterr/8.2.1/Chart.yaml b/stable/posterr/8.2.1/Chart.yaml index eb02fb90594..70bd3a36c74 100644 --- a/stable/posterr/8.2.1/Chart.yaml +++ b/stable/posterr/8.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.png keywords: - posterr - MediaServer-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/projectsend/12.4.0/charts/mariadb-13.2.0.tgz b/stable/projectsend/12.4.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/projectsend/12.4.0/charts/mariadb-13.2.0.tgz and b/stable/projectsend/12.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/prowlarr/16.0.0/Chart.yaml b/stable/prowlarr/16.0.0/Chart.yaml index 1120256ebce..4884884500f 100644 --- a/stable/prowlarr/16.0.0/Chart.yaml +++ b/stable/prowlarr/16.0.0/Chart.yaml @@ -24,7 +24,7 @@ keywords: - prowlarr - torrent - usenet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,7 +34,7 @@ sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr - - https://ghcr.io/onedr0p/prowlarr-develop - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/prowlarr-develop type: application version: 16.0.0 diff --git a/stable/prusaslicer-novnc/8.2.1/Chart.yaml b/stable/prusaslicer-novnc/8.2.1/Chart.yaml index edda694ebad..4b541506550 100644 --- a/stable/prusaslicer-novnc/8.2.1/Chart.yaml +++ b/stable/prusaslicer-novnc/8.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - prusaslicer-novnc - home-automation - Productivity -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/pwndrop/9.2.1/Chart.yaml b/stable/pwndrop/9.2.1/Chart.yaml index f16e4aec728..03c03c02a66 100644 --- a/stable/pwndrop/9.2.1/Chart.yaml +++ b/stable/pwndrop/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/pwndrop icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png keywords: - pwndrop -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/pyload-ng/5.2.1/Chart.yaml b/stable/pyload-ng/5.2.1/Chart.yaml index 687ae5c2d39..f1d1e19fe89 100644 --- a/stable/pyload-ng/5.2.1/Chart.yaml +++ b/stable/pyload-ng/5.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png keywords: - pyload-ng - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/pylon/9.2.1/Chart.yaml b/stable/pylon/9.2.1/Chart.yaml index 375323f3470..5690494a669 100644 --- a/stable/pylon/9.2.1/Chart.yaml +++ b/stable/pylon/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/pylon icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.png keywords: - pylon -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/qbitmanage/8.2.1/Chart.yaml b/stable/qbitmanage/8.2.1/Chart.yaml index b12d469501c..4eea2afe553 100644 --- a/stable/qbitmanage/8.2.1/Chart.yaml +++ b/stable/qbitmanage/8.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - qbitmanage - Downloaders - MediaApp-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/qinglong/9.2.1/Chart.yaml b/stable/qinglong/9.2.1/Chart.yaml index ad86288a536..d411edc4573 100644 --- a/stable/qinglong/9.2.1/Chart.yaml +++ b/stable/qinglong/9.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png keywords: - qinglong - task -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/quassel-core/11.2.1/Chart.yaml b/stable/quassel-core/11.2.1/Chart.yaml index 03b782f7729..5b40f5469d1 100644 --- a/stable/quassel-core/11.2.1/Chart.yaml +++ b/stable/quassel-core/11.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/quassel-core icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png keywords: - quassel-core -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/radarr/21.0.0/Chart.yaml b/stable/radarr/21.0.0/Chart.yaml index f704d4513a8..5c87c6d8ac0 100644 --- a/stable/radarr/21.0.0/Chart.yaml +++ b/stable/radarr/21.0.0/Chart.yaml @@ -24,7 +24,7 @@ keywords: - radarr - torrent - usenet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,7 +33,7 @@ name: radarr sources: - https://github.com/Radarr/Radarr - https://github.com/truecharts/charts/tree/master/charts/stable/radarr - - https://ghcr.io/onedr0p/radarr - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/radarr type: application version: 21.0.0 diff --git a/stable/rdesktop/8.2.24/Chart.yaml b/stable/rdesktop/8.2.24/Chart.yaml index 1b528327d2d..549e03090b0 100644 --- a/stable/rdesktop/8.2.24/Chart.yaml +++ b/stable/rdesktop/8.2.24/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png keywords: - rdesktop - desktops -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/readarr/21.0.0/Chart.yaml b/stable/readarr/21.0.0/Chart.yaml index 9aa91e1a6dd..35910b69e03 100644 --- a/stable/readarr/21.0.0/Chart.yaml +++ b/stable/readarr/21.0.0/Chart.yaml @@ -26,7 +26,7 @@ keywords: - usenet - AudioBooks - ebooks -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,7 +36,7 @@ sources: - https://readarr.com - https://github.com/Readarr/Readarr - https://github.com/truecharts/charts/tree/master/charts/stable/readarr - - https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/readarr-develop + - https://ghcr.io/onedr0p/exportarr type: application version: 21.0.0 diff --git a/stable/resilio-sync/14.2.1/Chart.yaml b/stable/resilio-sync/14.2.1/Chart.yaml index 77531050010..68b06b104b4 100644 --- a/stable/resilio-sync/14.2.1/Chart.yaml +++ b/stable/resilio-sync/14.2.1/Chart.yaml @@ -25,7 +25,7 @@ keywords: - sync - btsync - bittorrent -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/rflood/5.2.1/Chart.yaml b/stable/rflood/5.2.1/Chart.yaml index bb0a6dbd60a..d85886652ac 100644 --- a/stable/rflood/5.2.1/Chart.yaml +++ b/stable/rflood/5.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png keywords: - rflood - downloaders -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/rickroll/6.2.1/Chart.yaml b/stable/rickroll/6.2.1/Chart.yaml index fc9ca6367e1..89edd0246d1 100644 --- a/stable/rickroll/6.2.1/Chart.yaml +++ b/stable/rickroll/6.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.png keywords: - rickroll - media -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/rimgo/6.1.3/charts/common-18.0.3.tgz b/stable/rimgo/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rimgo/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rimgo/6.1.3/.helmignore b/stable/rimgo/6.2.2/.helmignore similarity index 100% rename from stable/rimgo/6.1.3/.helmignore rename to stable/rimgo/6.2.2/.helmignore diff --git a/stable/rimgo/6.1.3/CHANGELOG.md b/stable/rimgo/6.2.2/CHANGELOG.md similarity index 93% rename from stable/rimgo/6.1.3/CHANGELOG.md rename to stable/rimgo/6.2.2/CHANGELOG.md index ec3c88db272..cc8d99fcdab 100644 --- a/stable/rimgo/6.1.3/CHANGELOG.md +++ b/stable/rimgo/6.2.2/CHANGELOG.md @@ -17,6 +17,10 @@ title: Changelog + + + + ## [rimgo-5.1.36](https://github.com/truecharts/charts/compare/rimgo-5.1.35...rimgo-5.1.36) (2024-02-05) ### Chore @@ -93,7 +97,3 @@ title: Changelog ### Chore - - -- update container image quay.io/pussthecatorg/rimgo to latest[@40819bd](https://github.com/40819bd) by renovate ([#17504](https://github.com/truecharts/charts/issues/17504)) - diff --git a/stable/rimgo/6.1.3/Chart.yaml b/stable/rimgo/6.2.2/Chart.yaml similarity index 93% rename from stable/rimgo/6.1.3/Chart.yaml rename to stable/rimgo/6.2.2/Chart.yaml index c59ba903597..5adec2d0ae3 100644 --- a/stable/rimgo/6.1.3/Chart.yaml +++ b/stable/rimgo/6.2.2/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.0.3 + version: 18.1.2 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png keywords: - rimgo - Network-Web -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/rimgo - https://quay.io/pussthecatorg/rimgo type: application -version: 6.1.3 +version: 6.2.2 diff --git a/stable/rimgo/6.1.3/README.md b/stable/rimgo/6.2.2/README.md similarity index 100% rename from stable/rimgo/6.1.3/README.md rename to stable/rimgo/6.2.2/README.md diff --git a/stable/rimgo/6.1.3/app-readme.md b/stable/rimgo/6.2.2/app-readme.md similarity index 100% rename from stable/rimgo/6.1.3/app-readme.md rename to stable/rimgo/6.2.2/app-readme.md diff --git a/stable/rimgo/6.2.2/charts/common-18.1.2.tgz b/stable/rimgo/6.2.2/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/rimgo/6.2.2/charts/common-18.1.2.tgz differ diff --git a/stable/rimgo/6.1.3/ix_values.yaml b/stable/rimgo/6.2.2/ix_values.yaml similarity index 83% rename from stable/rimgo/6.1.3/ix_values.yaml rename to stable/rimgo/6.2.2/ix_values.yaml index 058dc70722f..aa6f7e253c5 100644 --- a/stable/rimgo/6.1.3/ix_values.yaml +++ b/stable/rimgo/6.2.2/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: quay.io/pussthecatorg/rimgo - tag: latest@sha256:07736f187249686f2dc804787067296cf9aa81eae6bf35f0ccc7b8e3795515b1 + tag: latest@sha256:26887d258b95a729d162d469e980b4dac767b213fd166d608477a12d51454fcc pullPolicy: IfNotPresent persistence: {} diff --git a/stable/rimgo/6.1.3/questions.yaml b/stable/rimgo/6.2.2/questions.yaml similarity index 100% rename from stable/rimgo/6.1.3/questions.yaml rename to stable/rimgo/6.2.2/questions.yaml diff --git a/stable/rimgo/6.1.3/templates/NOTES.txt b/stable/rimgo/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/rimgo/6.1.3/templates/NOTES.txt rename to stable/rimgo/6.2.2/templates/NOTES.txt diff --git a/stable/rimgo/6.1.3/templates/common.yaml b/stable/rimgo/6.2.2/templates/common.yaml similarity index 100% rename from stable/rimgo/6.1.3/templates/common.yaml rename to stable/rimgo/6.2.2/templates/common.yaml diff --git a/stable/rimgo/6.1.3/values.yaml b/stable/rimgo/6.2.2/values.yaml similarity index 100% rename from stable/rimgo/6.1.3/values.yaml rename to stable/rimgo/6.2.2/values.yaml diff --git a/stable/romm/7.6.0/charts/mariadb-13.2.0.tgz b/stable/romm/7.6.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/romm/7.6.0/charts/mariadb-13.2.0.tgz and b/stable/romm/7.6.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/rsshub/12.2.2/Chart.yaml b/stable/rsshub/12.2.2/Chart.yaml index 97eed61ea56..b311f9a7097 100644 --- a/stable/rsshub/12.2.2/Chart.yaml +++ b/stable/rsshub/12.2.2/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png keywords: - rsshub - rss -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/rstudio/6.2.2/Chart.yaml b/stable/rstudio/6.2.2/Chart.yaml index e472e4a5e40..4e5dcd2bcfe 100644 --- a/stable/rstudio/6.2.2/Chart.yaml +++ b/stable/rstudio/6.2.2/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.png keywords: - rstudio - Productivity -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/sabnzbd/19.0.0/Chart.yaml b/stable/sabnzbd/19.0.0/Chart.yaml index 0c605357f64..d946aaaf1bc 100644 --- a/stable/sabnzbd/19.0.0/Chart.yaml +++ b/stable/sabnzbd/19.0.0/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.png keywords: - sabnzbd - usenet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,7 +32,7 @@ name: sabnzbd sources: - https://sabnzbd.org/ - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd - - https://ghcr.io/onedr0p/sabnzbd - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/sabnzbd type: application version: 19.0.0 diff --git a/stable/seafile/5.4.0/charts/mariadb-13.2.0.tgz b/stable/seafile/5.4.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/seafile/5.4.0/charts/mariadb-13.2.0.tgz and b/stable/seafile/5.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/searxng/7.2.1/Chart.yaml b/stable/searxng/7.2.1/Chart.yaml index 537adb70e82..456eced2727 100644 --- a/stable/searxng/7.2.1/Chart.yaml +++ b/stable/searxng/7.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - searxng - Productivity - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/servas/4.4.0/charts/mariadb-13.2.0.tgz b/stable/servas/4.4.0/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/servas/4.4.0/charts/mariadb-13.2.0.tgz and b/stable/servas/4.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/shlink/14.0.0/Chart.yaml b/stable/shlink/14.0.0/Chart.yaml index cd1de68b7b1..77dfec67621 100644 --- a/stable/shlink/14.0.0/Chart.yaml +++ b/stable/shlink/14.0.0/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.png keywords: - url - shortener -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/sickchill/11.3.0/Chart.yaml b/stable/sickchill/11.3.0/Chart.yaml index 123fb275440..757d3c88fd6 100644 --- a/stable/sickchill/11.3.0/Chart.yaml +++ b/stable/sickchill/11.3.0/Chart.yaml @@ -25,7 +25,7 @@ keywords: - video - library - manager -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/smartctl-exporter/2.4.0/Chart.yaml b/stable/smartctl-exporter/2.4.0/Chart.yaml index c099615a562..7709b5a6517 100644 --- a/stable/smartctl-exporter/2.4.0/Chart.yaml +++ b/stable/smartctl-exporter/2.4.0/Chart.yaml @@ -24,7 +24,7 @@ keywords: - prometheus - smartctl-exporter - monitoring -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/smokeping/10.2.1/Chart.yaml b/stable/smokeping/10.2.1/Chart.yaml index 440bb1026bc..596629fe94e 100644 --- a/stable/smokeping/10.2.1/Chart.yaml +++ b/stable/smokeping/10.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - smokeping - network - latency -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/snapdrop/9.2.1/Chart.yaml b/stable/snapdrop/9.2.1/Chart.yaml index 3efbabf6ce4..3a269019362 100644 --- a/stable/snapdrop/9.2.1/Chart.yaml +++ b/stable/snapdrop/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/snapdrop icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png keywords: - snapdrop -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/sonarr/21.0.0/Chart.yaml b/stable/sonarr/21.0.0/Chart.yaml index 02c60b27fa1..891c3bbf28f 100644 --- a/stable/sonarr/21.0.0/Chart.yaml +++ b/stable/sonarr/21.0.0/Chart.yaml @@ -24,7 +24,7 @@ keywords: - sonarr - torrent - usenet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/songkong/5.2.1/Chart.yaml b/stable/songkong/5.2.1/Chart.yaml index ed438011fcb..725909a7063 100644 --- a/stable/songkong/5.2.1/Chart.yaml +++ b/stable/songkong/5.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png keywords: - songkong - MediaApp-Music -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/speedtest-tracker/1.2.0/Chart.yaml b/stable/speedtest-tracker/1.2.0/Chart.yaml index f6728493fec..f2c746b4bfc 100644 --- a/stable/speedtest-tracker/1.2.0/Chart.yaml +++ b/stable/speedtest-tracker/1.2.0/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png keywords: - speedtest - speedtest-tracker -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/steam-headless/3.2.1/Chart.yaml b/stable/steam-headless/3.2.1/Chart.yaml index afa8431faa9..d05c5ab1db9 100644 --- a/stable/steam-headless/3.2.1/Chart.yaml +++ b/stable/steam-headless/3.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.png keywords: - steam-headless - games -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/synclounge/9.2.2/Chart.yaml b/stable/synclounge/9.2.2/Chart.yaml index 6cc8d90394a..b8695091595 100644 --- a/stable/synclounge/9.2.2/Chart.yaml +++ b/stable/synclounge/9.2.2/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/synclounge icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.png keywords: - synclounge -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/syncthing/18.2.1/Chart.yaml b/stable/syncthing/18.2.1/Chart.yaml index 22243017416..36e650d9542 100644 --- a/stable/syncthing/18.2.1/Chart.yaml +++ b/stable/syncthing/18.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/syncthing icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png keywords: - syncthing -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tar1090/5.2.2/Chart.yaml b/stable/tar1090/5.2.2/Chart.yaml index b33e017004d..9552c8c0081 100644 --- a/stable/tar1090/5.2.2/Chart.yaml +++ b/stable/tar1090/5.2.2/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png keywords: - tar1090 - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tasmocompiler/6.2.1/Chart.yaml b/stable/tasmocompiler/6.2.1/Chart.yaml index 5270c85977e..6e1727540db 100644 --- a/stable/tasmocompiler/6.2.1/Chart.yaml +++ b/stable/tasmocompiler/6.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - tasmocompiler - home-automation - Tools-Utilities -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tauticord/3.3.0/Chart.yaml b/stable/tauticord/3.3.0/Chart.yaml index 2c2dacaea0e..4035760a2e1 100644 --- a/stable/tauticord/3.3.0/Chart.yaml +++ b/stable/tauticord/3.3.0/Chart.yaml @@ -24,7 +24,7 @@ keywords: - tauticord - tautulli - discord -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/teedy-docs/5.2.1/Chart.yaml b/stable/teedy-docs/5.2.1/Chart.yaml index a7b3d1e0da7..d975179fa88 100644 --- a/stable/teedy-docs/5.2.1/Chart.yaml +++ b/stable/teedy-docs/5.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - teedy-docs - Cloud - Productivity -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/telethon-downloader/5.2.1/Chart.yaml b/stable/telethon-downloader/5.2.1/Chart.yaml index fd769aba628..87a66f40487 100644 --- a/stable/telethon-downloader/5.2.1/Chart.yaml +++ b/stable/telethon-downloader/5.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.png keywords: - telethon-downloader - Downloaders -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tinymediamanager/10.2.1/Chart.yaml b/stable/tinymediamanager/10.2.1/Chart.yaml index 4ab98492d83..655aa78a88b 100644 --- a/stable/tinymediamanager/10.2.1/Chart.yaml +++ b/stable/tinymediamanager/10.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - tiny - media - manager -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/trilium-notes/12.3.0/Chart.yaml b/stable/trilium-notes/12.3.0/Chart.yaml index 9cd0805b4dd..e706c11d78e 100644 --- a/stable/trilium-notes/12.3.0/Chart.yaml +++ b/stable/trilium-notes/12.3.0/Chart.yaml @@ -25,7 +25,7 @@ keywords: - notes - note - information -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tt-rss/16.2.0/Chart.yaml b/stable/tt-rss/16.2.0/Chart.yaml index 35c1b4684ac..fa6c70d4d93 100644 --- a/stable/tt-rss/16.2.0/Chart.yaml +++ b/stable/tt-rss/16.2.0/Chart.yaml @@ -32,7 +32,7 @@ name: tt-rss sources: - https://git.tt-rss.org/fox/tt-rss - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss - - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static + - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx type: application version: 16.2.0 diff --git a/stable/tvheadend/19.2.1/Chart.yaml b/stable/tvheadend/19.2.1/Chart.yaml index 29303ee6094..9456859e262 100644 --- a/stable/tvheadend/19.2.1/Chart.yaml +++ b/stable/tvheadend/19.2.1/Chart.yaml @@ -25,7 +25,7 @@ keywords: - tv - streaming - dvb -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/twonky-server/5.2.1/Chart.yaml b/stable/twonky-server/5.2.1/Chart.yaml index ed3d56594cf..4f8de560dc4 100644 --- a/stable/twonky-server/5.2.1/Chart.yaml +++ b/stable/twonky-server/5.2.1/Chart.yaml @@ -25,7 +25,7 @@ keywords: - MediaServer-Video - MediaServer-Music - MediaServer-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/ubooquity/10.2.1/Chart.yaml b/stable/ubooquity/10.2.1/Chart.yaml index 2cdf2892201..21581ba1ce5 100644 --- a/stable/ubooquity/10.2.1/Chart.yaml +++ b/stable/ubooquity/10.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ubooquity icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.png keywords: - ubooquity -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/vertex/5.2.1/Chart.yaml b/stable/vertex/5.2.1/Chart.yaml index 24a5053e274..77ed28c0db7 100644 --- a/stable/vertex/5.2.1/Chart.yaml +++ b/stable/vertex/5.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - vertex - home-automation - Tools-Utilities -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/vikunja/13.2.0/Chart.yaml b/stable/vikunja/13.2.0/Chart.yaml index 8e5d0794391..30cfbd5293f 100644 --- a/stable/vikunja/13.2.0/Chart.yaml +++ b/stable/vikunja/13.2.0/Chart.yaml @@ -39,7 +39,7 @@ sources: - https://vikunja.io/docs - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - https://hub.docker.com/r/vikunja/api - - https://hub.docker.com/r/vikunja/frontend - https://hub.docker.com/_/nginx + - https://hub.docker.com/r/vikunja/frontend type: application version: 13.2.0 diff --git a/stable/wallos/4.2.1/Chart.yaml b/stable/wallos/4.2.1/Chart.yaml index f08483653f5..773ae49a4ed 100644 --- a/stable/wallos/4.2.1/Chart.yaml +++ b/stable/wallos/4.2.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/wallos icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png keywords: - dashboard -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/webp-server/5.2.1/Chart.yaml b/stable/webp-server/5.2.1/Chart.yaml index cac5b2cf7d0..c41bfe4ba5d 100644 --- a/stable/webp-server/5.2.1/Chart.yaml +++ b/stable/webp-server/5.2.1/Chart.yaml @@ -28,7 +28,7 @@ keywords: - MediaServer-Photos - Network-Web - Network-FTP -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/webtop/9.2.24/Chart.yaml b/stable/webtop/9.2.24/Chart.yaml index e36f16000d3..24160e4c6f1 100644 --- a/stable/webtop/9.2.24/Chart.yaml +++ b/stable/webtop/9.2.24/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png keywords: - webtop - Tools-Utilities -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/wekan/14.4.0/Chart.yaml b/stable/wekan/14.4.0/Chart.yaml index 1ebc78dfba5..6db115ff0d1 100644 --- a/stable/wekan/14.4.0/Chart.yaml +++ b/stable/wekan/14.4.0/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png keywords: - wekan - kanban -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/whisparr/9.2.1/Chart.yaml b/stable/whisparr/9.2.1/Chart.yaml index 17bc2594b71..1ebada67892 100644 --- a/stable/whisparr/9.2.1/Chart.yaml +++ b/stable/whisparr/9.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - whisparr - Downloaders - MediaApp-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/wordpress/7.4.1/charts/mariadb-13.2.0.tgz b/stable/wordpress/7.4.1/charts/mariadb-13.2.0.tgz index 6c0ebe5d2a2..1c2e009902d 100644 Binary files a/stable/wordpress/7.4.1/charts/mariadb-13.2.0.tgz and b/stable/wordpress/7.4.1/charts/mariadb-13.2.0.tgz differ diff --git a/stable/xen-orchestra/8.3.0/Chart.yaml b/stable/xen-orchestra/8.3.0/Chart.yaml index 4198dbf0b30..c3f69156034 100644 --- a/stable/xen-orchestra/8.3.0/Chart.yaml +++ b/stable/xen-orchestra/8.3.0/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/xen-orchestra icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png keywords: - xen-orchestra -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/xwiki/12.3.0/Chart.yaml b/stable/xwiki/12.3.0/Chart.yaml index 333d0b92061..465d9be0975 100644 --- a/stable/xwiki/12.3.0/Chart.yaml +++ b/stable/xwiki/12.3.0/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png keywords: - xwiki - wiki -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/zigbee2mqtt/11.3.0/Chart.yaml b/stable/zigbee2mqtt/11.3.0/Chart.yaml index eab4ebe2947..71e7f9223cb 100644 --- a/stable/zigbee2mqtt/11.3.0/Chart.yaml +++ b/stable/zigbee2mqtt/11.3.0/Chart.yaml @@ -24,7 +24,7 @@ keywords: - zigbee - mqtt - home-assistant -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/znc/9.3.1/Chart.yaml b/stable/znc/9.3.1/Chart.yaml index 4dd7d9808d3..f831182584e 100644 --- a/stable/znc/9.3.1/Chart.yaml +++ b/stable/znc/9.3.1/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/znc icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png keywords: - znc -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/zwavejs2mqtt/19.2.1/Chart.yaml b/stable/zwavejs2mqtt/19.2.1/Chart.yaml index 31caa991346..26ee8e29331 100644 --- a/stable/zwavejs2mqtt/19.2.1/Chart.yaml +++ b/stable/zwavejs2mqtt/19.2.1/Chart.yaml @@ -25,7 +25,7 @@ keywords: - zwave-js - z-wave - zwave -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org