diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index a0469e97da2..5a15df43440 100644 --- a/charts/enterprise/blocky/Chart.yaml +++ b/charts/enterprise/blocky/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go home: https://truecharts.org/docs/charts/enterprise/blocky icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png @@ -26,7 +26,7 @@ sources: - https://github.com/0xERR0R/blocky - https://github.com/Mozart409/blocky-frontend - https://hub.docker.com/r/spx01/blocky -version: 2.0.4 +version: 3.0.0 annotations: truecharts.org/catagories: | - network diff --git a/charts/enterprise/blocky/templates/common.yaml b/charts/enterprise/blocky/templates/common.yaml index f8e20c4da02..f096620f92d 100644 --- a/charts/enterprise/blocky/templates/common.yaml +++ b/charts/enterprise/blocky/templates/common.yaml @@ -29,7 +29,6 @@ volumeSpec: path: Corefile {{- end -}} - {{- $_ := set .Values.persistence "tc-config" (include "blocky.configmap.mount" . | fromYaml) -}} {{- $_ := set .Values.podAnnotations "prometheus.io/scrape" "true" -}} @@ -73,8 +72,6 @@ service: {{/* inject api paths in ingress */}} {{- include "blocky.apiinjector" . }} - - {{/* Define path for DoH */}} {{- define "blocky.doh" -}} {{- $fullname := include "tc.common.names.fullname" . -}} @@ -102,6 +99,7 @@ service: {{/* inject api paths in ingress */}} {{- include "blocky.dohinjector" . }} +{{- include "blocky.servicemonitor" . -}} {{/* Render the templates */}} {{ include "tc.common.loader.apply" . }} diff --git a/charts/enterprise/blocky/templates/servicemonitor.yaml b/charts/enterprise/blocky/templates/servicemonitor.yaml index 3a719d761e1..1e54ac2c453 100644 --- a/charts/enterprise/blocky/templates/servicemonitor.yaml +++ b/charts/enterprise/blocky/templates/servicemonitor.yaml @@ -1,3 +1,4 @@ +{{- define "blocky.servicemonitor" -}} {{- if .Values.metrics.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor @@ -22,3 +23,4 @@ spec: {{- end }} path: /metrics {{- end }} +{{- end -}} diff --git a/charts/incubator/appsmith/Chart.yaml b/charts/incubator/appsmith/Chart.yaml index c414d635461..7adbc7936da 100644 --- a/charts/incubator/appsmith/Chart.yaml +++ b/charts/incubator/appsmith/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 # - condition: mongodb.enabled # name: mongodb # repository: https://charts.truecharts.org @@ -26,7 +26,7 @@ name: appsmith sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith - https://github.com/appsmithorg/appsmith -version: 3.0.4 +version: 4.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/awesome-ttrss/Chart.yaml b/charts/incubator/awesome-ttrss/Chart.yaml index ed55151a106..82a57561c77 100644 --- a/charts/incubator/awesome-ttrss/Chart.yaml +++ b/charts/incubator/awesome-ttrss/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2022" description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS name: awesome-ttrss -version: 1.0.4 +version: 2.0.0 kubeVersion: ">=1.16.0-0" keywords: - tt-rss @@ -19,7 +19,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/incubator/coupon-store/Chart.yaml b/charts/incubator/coupon-store/Chart.yaml index 884e73f98c9..140ea5496b9 100644 --- a/charts/incubator/coupon-store/Chart.yaml +++ b/charts/incubator/coupon-store/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: A home for all your coupons and loyalty cards. home: https://truecharts.org/docs/charts/incubator/coupon-store icon: https://truecharts.org/img/hotlink-ok/chart-icons/coupon-store.png @@ -22,7 +22,7 @@ name: coupon-store sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/coupon-store - https://github.com/linuxserver/docker-airsonic -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/incubator/docspell/Chart.yaml b/charts/incubator/docspell/Chart.yaml index b1622ee1b41..90a409d5834 100644 --- a/charts/incubator/docspell/Chart.yaml +++ b/charts/incubator/docspell/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.38.0" +appVersion: "0.39.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: solr.enabled name: solr repository: https://charts.truecharts.org/ - version: 0.0.92 + version: 1.0.5 description: Docspell is a personal document organizer. home: https://truecharts.org/docs/charts/incubator/docspell icon: https://truecharts.org/img/hotlink-ok/chart-icons/docspell.png @@ -28,7 +28,7 @@ sources: - https://github.com/eikek/docspell - https://docspell.org/docs/install/docker/ - https://docspell.org/docs/configure/defaults/ -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/etesync/Chart.yaml b/charts/incubator/etesync/Chart.yaml index 38da12cb3f8..9cbdc1e9b45 100644 --- a/charts/incubator/etesync/Chart.yaml +++ b/charts/incubator/etesync/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 deprecated: false description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. home: https://truecharts.org/docs/charts/incubator/etesync @@ -36,7 +36,7 @@ sources: - https://github.com/victor-rds/docker-etebase - https://hub.docker.com/r/victorrds/etesync type: application -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/ghost/Chart.yaml b/charts/incubator/ghost/Chart.yaml index 3e7dc40cd42..a38b78cb69d 100644 --- a/charts/incubator/ghost/Chart.yaml +++ b/charts/incubator/ghost/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "5.22.8" +appVersion: "5.22.9" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: Ghost is an open source, professional publishing platform built on a modern Node.js technology stack designed for teams who need power, flexibility and performance. home: https://truecharts.org/docs/charts/incubator/ghost icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghost.png @@ -26,7 +26,7 @@ sources: - https://github.com/TryGhost/Ghost - https://hub.docker.com/_/ghost - https://ghost.org/docs/ -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/lenpaste/Chart.yaml b/charts/incubator/lenpaste/Chart.yaml index b8703c6ebba..c44ea255b57 100644 --- a/charts/incubator/lenpaste/Chart.yaml +++ b/charts/incubator/lenpaste/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Lenpaste is a web service that allows you to share notes anonymously home: https://truecharts.org/docs/charts/incubator/lenpaste icon: https://truecharts.org/img/hotlink-ok/chart-icons/lenpaste.png @@ -22,7 +22,7 @@ name: lenpaste sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/lenpaste - https://git.lcomrade.su/root/lenpaste -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/midarr/Chart.yaml b/charts/incubator/midarr/Chart.yaml index f1d0bf65d6a..439eb517e17 100644 --- a/charts/incubator/midarr/Chart.yaml +++ b/charts/incubator/midarr/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Midarr is a minimal lightweight media server for enjoying your media home: https://truecharts.org/docs/charts/incubator/midarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/midarr.png @@ -22,7 +22,7 @@ name: midarr sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/midarr - https://github.com/midarrlabs/midarr-server -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/misskey/Chart.yaml b/charts/incubator/misskey/Chart.yaml index 3bb4590772f..32bae840965 100644 --- a/charts/incubator/misskey/Chart.yaml +++ b/charts/incubator/misskey/Chart.yaml @@ -8,11 +8,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 deprecated: false description: "Misskey is an open source, decentralized social media platform that's free forever!" icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png @@ -38,4 +38,4 @@ annotations: truecharts.org/catagories: | - Social type: application -version: 1.0.5 +version: 2.0.0 diff --git a/charts/incubator/netbox/Chart.yaml b/charts/incubator/netbox/Chart.yaml index 72a30fabf9d..fd45c2d7189 100644 --- a/charts/incubator/netbox/Chart.yaml +++ b/charts/incubator/netbox/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: NetBox is the leading solution for modeling and documenting modern networks. home: https://truecharts.org/docs/charts/incubator/netbox icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbox.png @@ -27,7 +27,7 @@ name: netbox sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/netbox - https://github.com/netbox-community/netbox-docker -version: 1.0.5 +version: 2.0.0 annotations: truecharts.org/catagories: | - network diff --git a/charts/incubator/nginx-proxy-manager/Chart.yaml b/charts/incubator/nginx-proxy-manager/Chart.yaml index bd4113bfb0d..7bbe63d1d97 100644 --- a/charts/incubator/nginx-proxy-manager/Chart.yaml +++ b/charts/incubator/nginx-proxy-manager/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 deprecated: false description: Managing Nginx proxy hosts with a simple, powerful interface. home: https://truecharts.org/docs/charts/incubator/nginx-proxy-manager @@ -28,7 +28,7 @@ sources: - https://hub.docker.com/r/jc21/nginx-proxy-manager - https://nginxproxymanager.com/ type: application -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/catagories: | - networking diff --git a/charts/incubator/openproject/Chart.yaml b/charts/incubator/openproject/Chart.yaml index f4fdf06dee7..adcb0c8c8df 100644 --- a/charts/incubator/openproject/Chart.yaml +++ b/charts/incubator/openproject/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 deprecated: false description: OpenProject is a web-based project management system for location-independent team collaboration. home: https://truecharts.org/docs/charts/incubator/openproject @@ -26,7 +26,7 @@ sources: - http://openproject.org - https://hub.docker.com/u/openproject type: application -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/incubator/plausible/Chart.yaml b/charts/incubator/plausible/Chart.yaml index 5744b829900..20dff55004e 100644 --- a/charts/incubator/plausible/Chart.yaml +++ b/charts/incubator/plausible/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: clickhouse.enabled name: clickhouse repository: https://charts.truecharts.org/ - version: 1.0.58 + version: 2.0.5 deprecated: false description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. home: https://truecharts.org/docs/charts/incubator/plausible @@ -33,7 +33,7 @@ sources: - https://github.com/plausible/hosting - https://hub.docker.com/r/plausible/analytics type: application -version: 2.0.4 +version: 3.0.0 annotations: truecharts.org/catagories: | - analytics diff --git a/charts/incubator/privatebin/Chart.yaml b/charts/incubator/privatebin/Chart.yaml index 74bfeeaba38..c1b2e74ceaa 100644 --- a/charts/incubator/privatebin/Chart.yaml +++ b/charts/incubator/privatebin/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 deprecated: false description: PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. home: https://truecharts.org/docs/charts/incubator/privatebin @@ -27,7 +27,7 @@ sources: - https://github.com/PrivateBin/PrivateBin - https://hub.docker.com/r/privatebin/pdo type: application -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/sheetable/Chart.yaml b/charts/incubator/sheetable/Chart.yaml index 5140d53aee9..403f6de32a8 100644 --- a/charts/incubator/sheetable/Chart.yaml +++ b/charts/incubator/sheetable/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. home: https://truecharts.org/docs/charts/incubator/sheetable icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.png @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/sheetable - https://sheetable.net/docs - https://github.com/SheetAble -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/catagories: | - music diff --git a/charts/incubator/speedtest-tracker/Chart.yaml b/charts/incubator/speedtest-tracker/Chart.yaml index 33eb3aa0680..d891eac9070 100644 --- a/charts/incubator/speedtest-tracker/Chart.yaml +++ b/charts/incubator/speedtest-tracker/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: A self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service. home: https://truecharts.org/docs/charts/incubator/speedtest-tracker icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png @@ -22,7 +22,7 @@ name: speedtest-tracker sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker - https://github.com/alexjustesen/speedtest-tracker -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/catagories: | - speedtest diff --git a/charts/incubator/umami/Chart.yaml b/charts/incubator/umami/Chart.yaml index 2b2083363c8..ffc3d30ee54 100644 --- a/charts/incubator/umami/Chart.yaml +++ b/charts/incubator/umami/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Umami is a simple, fast, privacy-focused alternative to Google Analytics. home: https://truecharts.org/docs/charts/incubator/umami icon: https://truecharts.org/img/hotlink-ok/chart-icons/umami.png @@ -23,7 +23,7 @@ name: umami sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/umami - https://github.com/umami-software/umami -version: 1.0.4 +version: 2.0.0 annotations: truecharts.org/catagories: | - website diff --git a/charts/incubator/zabbix/Chart.yaml b/charts/incubator/zabbix/Chart.yaml index b1b614fd0f4..e4f3c351985 100644 --- a/charts/incubator/zabbix/Chart.yaml +++ b/charts/incubator/zabbix/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Zabbix is an enterprise-class open source distributed monitoring solution. home: https://truecharts.org/docs/charts/incubator/zabbix icon: https://truecharts.org/img/hotlink-ok/chart-icons/zabbix.png @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/zabbix - https://hub.docker.com/r/zabbix/zabbix-server-pgsql - https://hub.docker.com/r/zabbix/zabbix-web-nginx-pgsql -version: 2.0.4 +version: 3.0.0 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml index 70797c3e4eb..1602e247932 100644 --- a/charts/stable/airsonic-advanced/Chart.yaml +++ b/charts/stable/airsonic-advanced/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Airsonic is a Free and Open Source community driven media server home: https://truecharts.org/docs/charts/stable/airsonic-advanced icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced - https://github.com/airsonic/airsonic-advanced - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index 477c60a3c8d..462b3800e32 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: "Protect your email from spam using disposable addresses." home: https://truecharts.org/docs/charts/stable/anonaddy icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png @@ -26,7 +26,7 @@ name: anonaddy sources: - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy - https://github.com/anonaddy/docker -version: 10.0.4 +version: 11.0.0 annotations: truecharts.org/catagories: | - email diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 06c6fa0d345..487c54985ad 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 deprecated: false description: Authelia is a Single Sign-On Multi-Factor portal for web apps home: https://truecharts.org/docs/charts/stable/authelia @@ -39,7 +39,7 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 12.0.4 +version: 13.0.0 annotations: truecharts.org/catagories: | - security diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 5e9c2c0eb84..ab09b2df972 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: authentik is an open-source Identity Provider focused on flexibility and versatility. home: https://truecharts.org/docs/charts/stable/authentik icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/goauthentik/authentik - https://goauthentik.io/docs/ -version: 8.0.4 +version: 9.0.0 annotations: truecharts.org/catagories: | - authentication diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index d65fb6de8c1..1249b9f5191 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "1.13.2" kubeVersion: ">=1.16.0-0" -version: 9.0.4 +version: 10.0.0 name: babybuddy description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. type: application @@ -23,7 +23,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index 7609ee773c2..67befe865c9 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: Baserow is an open source no-code database tool and Airtable alternative. home: https://truecharts.org/docs/charts/stable/baserow icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/baserow - https://hub.docker.com/r/baserow/baserow - https://gitlab.com/bramw/baserow/ -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml index 4c883d2ad4f..f68898c1a19 100644 --- a/charts/stable/blog/Chart.yaml +++ b/charts/stable/blog/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: "Lightweight self-hosted facebook-styled PHP blog." home: https://truecharts.org/docs/charts/stable/blog icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/blog - https://github.com/m1k1o/blog - https://github.com/nicholaswilde/docker-blog -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - hosting diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index b33fd4ae9b7..bc71ad9e6e6 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: "A simple, self-hosted, easy-to-use platform for organising and storing information." home: https://truecharts.org/docs/charts/stable/bookstack icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.png @@ -28,7 +28,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack - https://www.bookstackapp.com/ - https://hub.docker.com/r/linuxserver/bookstack -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml index 2cd5876525a..3f99eedf102 100644 --- a/charts/stable/chevereto/Chart.yaml +++ b/charts/stable/chevereto/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: chevereto -version: 4.0.4 +version: 5.0.0 appVersion: "1.6.2" description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. type: application @@ -22,7 +22,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index 35466c97af3..a70e97f2975 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: "A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles." home: https://truecharts.org/docs/charts/stable/clarkson icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson - https://github.com/linuxserver/Clarkson - https://hub.docker.com/r/linuxserver/clarkson -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - vehicle diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml index c201516b65c..3e540c88299 100644 --- a/charts/stable/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. home: https://truecharts.org/docs/charts/stable/commento-plusplus icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.png @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus - https://github.com/souramoo/commentoplusplus - https://hub.docker.com/r/caroga/commentoplusplus -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/dsmr-reader/Chart.yaml b/charts/stable/dsmr-reader/Chart.yaml index d9d0add15e0..78d809a488e 100644 --- a/charts/stable/dsmr-reader/Chart.yaml +++ b/charts/stable/dsmr-reader/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2021.09.02" description: DSMR-protocol reader, telegram data storage and energy consumption visualizer. name: dsmr-reader -version: 9.0.4 +version: 10.0.0 kubeVersion: ">=1.16.0-0" keywords: - dsmr-reader @@ -20,7 +20,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index f8ba2f12271..533d8a54b1a 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.8.14" -version: 9.0.4 +version: 10.0.0 kubeVersion: ">=1.16.0-0" name: etherpad description: A real-time collaborative editor scalable to thousands of simultaneous real time users. @@ -24,7 +24,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/ferdi-server/Chart.yaml b/charts/stable/ferdi-server/Chart.yaml index fd374058750..3b7e9996b41 100644 --- a/charts/stable/ferdi-server/Chart.yaml +++ b/charts/stable/ferdi-server/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Server for Ferdi that you can re-use to run your own home: https://truecharts.org/docs/charts/stable/ferdi-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.png @@ -22,7 +22,7 @@ name: ferdi-server sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server - https://github.com/getferdi/server -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/filerun/Chart.yaml b/charts/stable/filerun/Chart.yaml index c23c1cff630..ab5690f09e6 100644 --- a/charts/stable/filerun/Chart.yaml +++ b/charts/stable/filerun/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: FileRun is a full featured web based file manager with an easy to use user interface home: https://truecharts.org/docs/charts/stable/filerun icon: https://truecharts.org/img/hotlink-ok/chart-icons/filerun.png @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/filerun - https://hub.docker.com/r/filerun/filerun - https://github.com/filerun/docker -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 397b07f5027..258d500ff7c 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 deprecated: false description: A free and open source personal finance manager home: https://truecharts.org/docs/charts/stable/fireflyiii @@ -29,7 +29,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii - https://github.com/firefly-iii/firefly-iii/ type: application -version: 17.0.4 +version: 18.0.0 annotations: truecharts.org/catagories: | - finacial diff --git a/charts/stable/firefox-syncserver/Chart.yaml b/charts/stable/firefox-syncserver/Chart.yaml index 41f23eb5248..503c07c7271 100644 --- a/charts/stable/firefox-syncserver/Chart.yaml +++ b/charts/stable/firefox-syncserver/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.8.0" -version: 10.0.4 +version: 11.0.0 kubeVersion: ">=1.16.0-0" name: firefox-syncserver description: This is an all-in-one package for running a self-hosted Firefox Sync server. @@ -23,7 +23,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index f73b6017a07..733209958ce 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: fleet -version: 4.0.4 +version: 5.0.0 appVersion: "2.3.3" description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. type: application @@ -20,7 +20,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/focalboard/Chart.yaml b/charts/stable/focalboard/Chart.yaml index 287ccc39c79..9907545da41 100644 --- a/charts/stable/focalboard/Chart.yaml +++ b/charts/stable/focalboard/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. home: https://truecharts.org/docs/charts/stable/focalboard icon: https://truecharts.org/img/hotlink-ok/chart-icons/focalboard.png @@ -26,7 +26,7 @@ sources: - https://www.focalboard.com/ - https://github.com/mattermost/focalboard - https://github.com/FlipEnergy/container-images/blob/main/focalboard -version: 10.0.4 +version: 11.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index be8d872722c..ee1ddd709ac 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: "Welcome to the free social web" home: https://truecharts.org/docs/charts/stable/friendica icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png @@ -28,7 +28,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/friendica - https://friendi.ca/ - https://hub.docker.com/_/friendica -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - social diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index fe3b97205f2..88f5f67dab3 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: memcached.enabled name: memcached repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 deprecated: false description: Self hosted GIT repositories home: https://truecharts.org/docs/charts/stable/gitea @@ -35,7 +35,7 @@ sources: - https://github.com/go-gitea/gitea - https://hub.docker.com/r/gitea/gitea/ type: application -version: 10.0.4 +version: 11.0.0 annotations: truecharts.org/catagories: | - GIT diff --git a/charts/stable/gotify/Chart.yaml b/charts/stable/gotify/Chart.yaml index 9d5979b9efd..050f2c1de07 100644 --- a/charts/stable/gotify/Chart.yaml +++ b/charts/stable/gotify/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "2.1.7" -version: 9.0.4 +version: 10.0.0 kubeVersion: ">=1.16.0-0" name: gotify description: a simple server for sending and receiving messages @@ -23,7 +23,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/grist/Chart.yaml b/charts/stable/grist/Chart.yaml index f24834a3a6d..160e83d80a7 100644 --- a/charts/stable/grist/Chart.yaml +++ b/charts/stable/grist/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: Grist is a modern relational spreadsheet. It combine the flexibility of a spreadsheet with the robustness of a database to organize your data. home: https://truecharts.org/docs/charts/stable/grist icon: https://truecharts.org/img/hotlink-ok/chart-icons/grist.png @@ -30,7 +30,7 @@ sources: - https://hub.docker.com/r/gristlabs/grist - https://github.com/gristlabs/grist-core - https://support.getgrist.com/ -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/guacamole-client/Chart.yaml b/charts/stable/guacamole-client/Chart.yaml index 60a6474b093..a831d766367 100644 --- a/charts/stable/guacamole-client/Chart.yaml +++ b/charts/stable/guacamole-client/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Apache Guacamole is a clientless remote desktop gateway. home: https://truecharts.org/docs/charts/stable/guacamole-client icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole-client.png @@ -26,7 +26,7 @@ sources: - https://hub.docker.com/r/guacamole/guacamole - http://guacamole.incubator.apache.org/doc/gug/introduction.html type: application -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml index 39e98f25deb..a301f27817c 100644 --- a/charts/stable/hedgedoc/Chart.yaml +++ b/charts/stable/hedgedoc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: hedgedoc -version: 5.0.4 +version: 6.0.0 appVersion: "1.9.6" description: HedgeDoc lets you create real-time collaborative markdown notes. type: application @@ -20,7 +20,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index c9c8bb02f99..5de7d79cd40 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2022.11.1" +appVersion: "2022.11.2" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 deprecated: false description: home-assistant App for TrueNAS SCALE home: https://truecharts.org/docs/charts/stable/home-assistant @@ -27,7 +27,7 @@ sources: - https://github.com/home-assistant/home-assistant - https://github.com/cdr/code-server type: application -version: 16.0.4 +version: 17.0.0 annotations: truecharts.org/catagories: | - home-automation diff --git a/charts/stable/icinga2/Chart.yaml b/charts/stable/icinga2/Chart.yaml index 7064aee3917..856458f7c4d 100644 --- a/charts/stable/icinga2/Chart.yaml +++ b/charts/stable/icinga2/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: "A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting." home: https://truecharts.org/docs/charts/stable/icinga2 icon: https://truecharts.org/img/hotlink-ok/chart-icons/icinga2.png @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/icinga2 - https://github.com/jjethwa/icinga2 - https://icinga.com/ -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - monitoring diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index 1d6f5d45544..f985ad63bec 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: High performance self-hosted photo and video backup solution. home: https://truecharts.org/docs/charts/stable/immich icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.png @@ -26,7 +26,7 @@ name: immich sources: - https://github.com/truecharts/charts/tree/master/charts/stable/immich - https://github.com/immich-app/immich -version: 2.0.4 +version: 3.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/inventree/Chart.yaml b/charts/stable/inventree/Chart.yaml index 63a53a9eb8c..abcb2ae54b3 100644 --- a/charts/stable/inventree/Chart.yaml +++ b/charts/stable/inventree/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. home: https://truecharts.org/docs/charts/stable/inventree icon: https://truecharts.org/img/hotlink-ok/chart-icons/inventree.png @@ -28,7 +28,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/inventree - https://inventree.readthedocs.io - https://github.com/inventree/InvenTree -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index bd8b4217b50..00013e2465b 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 deprecated: false description: Allows you to sync any Joplin client. home: https://truecharts.org/docs/charts/stable/joplin-server @@ -27,7 +27,7 @@ sources: - https://github.com/laurent22/joplin - https://hub.docker.com/r/joplin/server type: application -version: 9.0.4 +version: 10.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index 472d42351e8..d49dcafaecc 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.2.24" description: Kanboard is a free and open source Kanban project management software. name: kanboard -version: 9.0.4 +version: 10.0.0 kubeVersion: ">=1.16.0-0" keywords: - kanboard @@ -19,7 +19,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/kimai/Chart.yaml b/charts/stable/kimai/Chart.yaml index f68897a95f7..873e1746c2f 100644 --- a/charts/stable/kimai/Chart.yaml +++ b/charts/stable/kimai/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers. home: https://truecharts.org/docs/charts/stable/kimai icon: https://truecharts.org/img/hotlink-ok/chart-icons/kimai.png @@ -26,7 +26,7 @@ sources: - https://github.com/kevinpapst/kimai2 - https://github.com/tobybatch/kimai2 - https://hub.docker.com/r/kimai/kimai2 -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/koel/Chart.yaml b/charts/stable/koel/Chart.yaml index 32c9f1cf222..780b8b66d1f 100644 --- a/charts/stable/koel/Chart.yaml +++ b/charts/stable/koel/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. home: https://truecharts.org/docs/charts/stable/koel icon: https://truecharts.org/img/hotlink-ok/chart-icons/koel.png @@ -26,7 +26,7 @@ sources: - https://github.com/koel/docker - https://hub.docker.com/r/phanan/koel - https://github.com/koel/koel -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/kutt/Chart.yaml b/charts/stable/kutt/Chart.yaml index 7f9e4a542f4..36e85a3c188 100644 --- a/charts/stable/kutt/Chart.yaml +++ b/charts/stable/kutt/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 deprecated: false description: Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics. home: https://truecharts.org/docs/charts/stable/kutt @@ -30,7 +30,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kutt - https://github.com/thedevs-network/kutt type: application -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/leantime/Chart.yaml b/charts/stable/leantime/Chart.yaml index 4accb126c34..dd0e9e62864 100644 --- a/charts/stable/leantime/Chart.yaml +++ b/charts/stable/leantime/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: "Straightforward open source project management system to make your ideas reality." home: https://truecharts.org/docs/charts/stable/leantime icon: https://truecharts.org/img/hotlink-ok/chart-icons/leantime.png @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/leantime - https://leantime.io/ - https://hub.docker.com/r/nicholaswilde/leantime -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/librephotos/Chart.yaml b/charts/stable/librephotos/Chart.yaml index 79ca206a44f..4f95f54ab50 100644 --- a/charts/stable/librephotos/Chart.yaml +++ b/charts/stable/librephotos/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: "A self-hosted open source photo management service." home: https://truecharts.org/docs/charts/stable/librephotos icon: https://truecharts.org/img/hotlink-ok/chart-icons/librephotos.png @@ -28,7 +28,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/librephotos - https://github.com/LibrePhotos/librephotos - https://hub.docker.com/r/reallibrephotos/librephotos -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/linkace/Chart.yaml b/charts/stable/linkace/Chart.yaml index 58b43121934..2ebae125bcc 100644 --- a/charts/stable/linkace/Chart.yaml +++ b/charts/stable/linkace/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: Your self-hosted bookmark archive. Free and open source. home: https://truecharts.org/docs/charts/stable/linkace icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkace.png @@ -28,7 +28,7 @@ sources: - https://www.linkace.org/docs/ - https://github.com/linkace/linkace - https://hub.docker.com/r/linkace/linkace -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/loki/Chart.yaml b/charts/stable/loki/Chart.yaml index 73f221b14bf..9407fada092 100644 --- a/charts/stable/loki/Chart.yaml +++ b/charts/stable/loki/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.6.1" +appVersion: "2.7.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -7,7 +7,7 @@ dependencies: - name: "promtail" condition: promtail.enabled repository: https://charts.truecharts.org - version: "3.0.80" + version: "4.0.5" deprecated: false description: "Loki: like Prometheus, but for logs." home: https://truecharts.org/docs/charts/stable/loki @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/loki - https://github.com/grafana/loki type: application -version: 6.0.4 +version: 7.0.0 annotations: truecharts.org/catagories: | - logs diff --git a/charts/stable/lychee/Chart.yaml b/charts/stable/lychee/Chart.yaml index 7e95020f766..97476e2b858 100644 --- a/charts/stable/lychee/Chart.yaml +++ b/charts/stable/lychee/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 deprecated: false description: Lychee is a free photo-management tool, which runs on your server or web-space home: https://truecharts.org/docs/charts/stable/lychee @@ -31,7 +31,7 @@ sources: - https://github.com/LycheeOrg/Lychee - https://hub.docker.com/r/lycheeorg/lychee type: application -version: 14.0.4 +version: 15.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index 29d63b7b613..e0ae47e2dc9 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: Matomo is the leading Free/Libre open analytics platform home: https://truecharts.org/docs/charts/stable/matomo icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png @@ -24,7 +24,7 @@ sources: - https://hub.docker.com/r/bitnami/matomo - https://github.com/bitnami/bitnami-docker-matomo - https://github.com/matomo-org/matomo -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml index 030b4dbae9b..4e5e9d90911 100644 --- a/charts/stable/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. home: https://truecharts.org/docs/charts/stable/mattermost icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost - https://github.com/mattermost/mattermost-server - https://github.com/mattermost/docker -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - hosting diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index c7543c8c10d..f6e5b897aab 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend home: https://truecharts.org/docs/charts/stable/mealie icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png @@ -22,7 +22,7 @@ name: mealie sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mealie - https://github.com/hay-kot/mealie -version: 12.0.4 +version: 13.0.0 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/meshcentral/Chart.yaml b/charts/stable/meshcentral/Chart.yaml index ce415e399bd..ea09f0b689e 100644 --- a/charts/stable/meshcentral/Chart.yaml +++ b/charts/stable/meshcentral/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: meshcentral -version: 7.0.4 +version: 8.0.0 appVersion: "1.0.97" description: MeshCentral is a full computer management web site type: application @@ -22,7 +22,7 @@ dependencies: - condition: mongodb.enabled name: mongodb repository: https://charts.truecharts.org/ - version: 2.0.61 + version: 3.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index 70e5c703808..29da2be7e6a 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.0.39" description: Miniflux is a minimalist and opinionated feed reader. name: miniflux -version: 8.0.4 +version: 9.0.0 kubeVersion: ">=1.16.0-0" keywords: - miniflux @@ -20,7 +20,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index 4c98351856d..29aea4e6711 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: "Monica is a great open source personal relationship management system." home: https://truecharts.org/docs/charts/stable/monica icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/monica - https://github.com/monicahq/monica - https://hub.docker.com/_/monica -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - crm diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index a2bce592ee5..df37ce21f84 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.201.0" +appVersion: "0.202.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: n8n is an extendable workflow automation tool. home: https://truecharts.org/docs/charts/stable/n8n icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png @@ -29,7 +29,7 @@ sources: - https://docs.n8n.io/ - https://github.com/n8n-io/n8n - https://hub.docker.com/r/n8nio/n8n -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index c6500ff1439..b2028316376 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -7,15 +7,15 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: collabora.enabled name: collabora-online repository: https://charts.truecharts.org/ - version: 12.1.75 + version: 13.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 deprecated: false description: A private cloud server that puts the control and security of your own data back into your hands. home: https://truecharts.org/docs/charts/stable/nextcloud @@ -37,7 +37,7 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 17.0.4 +version: 18.0.0 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index 1380350fa20..d157fe42793 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. home: https://truecharts.org/docs/charts/stable/nocodb icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb - https://hub.docker.com/r/nocodb/nocodb - https://github.com/nocodb/nocodb -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml index f3571e422f4..18516976bec 100644 --- a/charts/stable/odoo/Chart.yaml +++ b/charts/stable/odoo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "15.0" -version: 9.0.4 +version: 10.0.0 kubeVersion: ">=1.16.0-0" name: odoo description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. @@ -26,7 +26,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index 12922c6a114..8728b0e744a 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time." home: https://truecharts.org/docs/charts/stable/onlyoffice-document-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.png @@ -28,7 +28,7 @@ sources: - https://github.com/ONLYOFFICE/DocumentServer - https://github.com/ONLYOFFICE/Docker-DocumentServer - https://hub.docker.com/r/onlyoffice/documentserver/ -version: 7.0.4 +version: 8.0.0 annotations: truecharts.org/catagories: | - office diff --git a/charts/stable/openkm/Chart.yaml b/charts/stable/openkm/Chart.yaml index 99c681f756e..4913cd037c9 100644 --- a/charts/stable/openkm/Chart.yaml +++ b/charts/stable/openkm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "6.3.12" description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. name: openkm -version: 8.0.4 +version: 9.0.0 kubeVersion: ">=1.16.0-0" keywords: - openkm @@ -21,7 +21,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index 24938921799..ca1f3d7507f 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 deprecated: false description: A fast, collaborative, knowledge base for your team built using React and Node.js. home: https://truecharts.org/docs/charts/stable/outline @@ -29,7 +29,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/outline - https://github.com/outline/outline type: application -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/paperless-ng/Chart.yaml b/charts/stable/paperless-ng/Chart.yaml index 3f99b908b6a..1e8d42a188d 100644 --- a/charts/stable/paperless-ng/Chart.yaml +++ b/charts/stable/paperless-ng/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: paperless-ng -version: 5.0.4 +version: 6.0.0 appVersion: "1.9.2" description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. type: application @@ -24,11 +24,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index 6e899e06a1b..1e6a298d3b0 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: papermerge -version: 4.0.4 +version: 5.0.0 appVersion: "2.0.1" description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. type: application @@ -20,7 +20,7 @@ dependencies: - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 54e9c4edba3..7a64d54cf63 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: "PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection" home: https://truecharts.org/docs/charts/stable/photoprism icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.png @@ -26,7 +26,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 11.0.4 +version: 12.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml index 46eae3a0f23..545287d7619 100644 --- a/charts/stable/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Photoview is a simple and user-friendly photo gallery. home: https://truecharts.org/docs/charts/stable/photoview icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photoview - https://github.com/photoview/photoview - https://hub.docker.com/r/viktorstrate/photoview -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index 174697aa123..ec09506fba4 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: projectsend -version: 4.0.4 +version: 5.0.0 appVersion: "2021.12.10" description: Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. type: application @@ -18,7 +18,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/pydio-cells/Chart.yaml b/charts/stable/pydio-cells/Chart.yaml index c8ba49c2f6c..cd732b7503f 100644 --- a/charts/stable/pydio-cells/Chart.yaml +++ b/charts/stable/pydio-cells/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pydio-cells -version: 5.0.4 +version: 6.0.0 appVersion: "3.0.9" description: Pydio-cells is the nextgen file sharing platform for organizations. type: application @@ -20,7 +20,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml index b71030d3337..2f3d6878ab2 100644 --- a/charts/stable/quassel-core/Chart.yaml +++ b/charts/stable/quassel-core/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: quassel-core -version: 4.0.4 +version: 5.0.0 appVersion: "0.14.0" description: Quassel-core is a modern, cross-platform, distributed IRC client. type: application @@ -20,7 +20,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/recipes/Chart.yaml b/charts/stable/recipes/Chart.yaml index d74c075bb8b..f2ce991ded2 100644 --- a/charts/stable/recipes/Chart.yaml +++ b/charts/stable/recipes/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.4.5" description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. name: recipes -version: 9.0.4 +version: 10.0.0 kubeVersion: ">=1.16.0-0" keywords: - recipes @@ -20,7 +20,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index 119264d343c..767edf1fd28 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "5.0.3" kubeVersion: ">=1.16.0-0" -version: 4.0.4 +version: 5.0.0 name: redmine description: Redmine is a flexible project management web application written using Ruby on Rails framework. type: application @@ -24,7 +24,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index e6d8bba8549..2c48a205e2d 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: rsshub -version: 4.0.4 +version: 5.0.0 appVersion: "latest" description: RSSHub can generate RSS feeds from pretty much everything type: application @@ -22,7 +22,7 @@ dependencies: - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index a81dcfb31f4..870be8eff7a 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.5.0" -version: 8.0.4 +version: 9.0.0 kubeVersion: ">=1.16.0-0" name: shiori description: A simple bookmark manager built with Go @@ -23,7 +23,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index b07b68829ce..a142e435b23 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 deprecated: false description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. home: https://truecharts.org/docs/charts/stable/shlink @@ -29,7 +29,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shlink - https://github.com/shlinkio/shlink type: application -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/snipe-it/Chart.yaml b/charts/stable/snipe-it/Chart.yaml index 6f486d6ec13..93ab06392cf 100644 --- a/charts/stable/snipe-it/Chart.yaml +++ b/charts/stable/snipe-it/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: "Open source asset management" home: https://truecharts.org/docs/charts/stable/snipe-it icon: https://truecharts.org/img/hotlink-ok/chart-icons/snipe-it.png @@ -30,7 +30,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/snipe-it - https://snipeitapp.com/ - https://github.com/snipe/snipe-it -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml index d1fce3a1123..57d03df4b91 100644 --- a/charts/stable/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "1.5.1" kubeVersion: ">=1.16.0-0" -version: 5.0.4 +version: 6.0.0 name: spotweb description: Spotweb is a decentralized usenet community based on the Spotnet protocol. type: application @@ -23,7 +23,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/statping/Chart.yaml b/charts/stable/statping/Chart.yaml index 71eb35f3123..5bb72ab2743 100644 --- a/charts/stable/statping/Chart.yaml +++ b/charts/stable/statping/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.90.78" description: Status page for monitoring your websites and applications name: statping -version: 8.0.4 +version: 9.0.0 kubeVersion: ">=1.16.0-0" keywords: - statping @@ -20,7 +20,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml index fb39aa5314f..48373a04692 100644 --- a/charts/stable/strapi/Chart.yaml +++ b/charts/stable/strapi/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: Open-source headless CMS. JavaScript, fully customizable and developer-first. home: https://truecharts.org/docs/charts/stable/strapi icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png @@ -25,7 +25,7 @@ sources: - https://truecharts.org/docs/charts/stable/strapi - https://hub.docker.com/r/naskio/strapi - https://github.com/naskio/docker-strapi -version: 6.0.4 +version: 7.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/synapse/Chart.yaml b/charts/stable/synapse/Chart.yaml index a96684e8b65..beac0a6c17e 100644 --- a/charts/stable/synapse/Chart.yaml +++ b/charts/stable/synapse/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.70.1" +appVersion: "1.71.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 deprecated: false description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes home: https://truecharts.org/docs/charts/stable/synapse @@ -25,7 +25,7 @@ name: synapse sources: - https://github.com/truecharts/charts/tree/master/charts/stable/synapse type: application -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index d884a33e543..d82c211256b 100644 --- a/charts/stable/teedy/Chart.yaml +++ b/charts/stable/teedy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.10" description: Teedy is an open source, lightweight document management system for individuals and businesses. name: teedy -version: 8.0.4 +version: 9.0.0 kubeVersion: ">=1.16.0-0" keywords: - teedy @@ -20,7 +20,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index 86181a78ac9..d82cf16d30c 100644 --- a/charts/stable/traccar/Chart.yaml +++ b/charts/stable/traccar/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "5.3" description: Traccar is an open source GPS tracking system. name: traccar -version: 8.0.4 +version: 9.0.0 kubeVersion: ">=1.16.0-0" keywords: - traccar @@ -20,7 +20,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index e4dd002feaf..a6134086aee 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.0.9113" description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator name: tt-rss -version: 8.0.4 +version: 9.0.0 kubeVersion: ">=1.16.0-0" keywords: - tt-rss @@ -18,7 +18,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/typecho/Chart.yaml b/charts/stable/typecho/Chart.yaml index 31a128ed468..219c6b7b9c2 100644 --- a/charts/stable/typecho/Chart.yaml +++ b/charts/stable/typecho/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: Typecho is a PHP Blogging Platform. home: https://truecharts.org/docs/charts/stable/typecho icon: https://truecharts.org/img/hotlink-ok/chart-icons/typecho.png @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/typecho - https://github.com/typecho/typecho - https://hub.docker.com/r/joyqi/typecho -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - hosting diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index 1ce31511dd6..772f9354b10 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 deprecated: false description: Unofficial Bitwarden compatible server written in Rust home: https://truecharts.org/docs/charts/stable/vaultwarden @@ -29,7 +29,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/vaultwarden - https://github.com/dani-garcia/vaultwarden type: application -version: 17.0.4 +version: 18.0.0 annotations: truecharts.org/catagories: | - security diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index 2ba5c52338d..5224971921c 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: The to-do app to organize your life. home: https://truecharts.org/docs/charts/stable/vikunja icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png @@ -26,7 +26,7 @@ name: vikunja sources: - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - https://vikunja.io/docs -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index c504c3713f3..54387a46d1d 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: Weblate is a copylefted libre software web-based continuous localization system home: https://truecharts.org/docs/charts/stable/weblate icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.png @@ -29,7 +29,7 @@ sources: - https://github.com/WeblateOrg/docker - https://github.com/WeblateOrg/docker-compose - https://docs.weblate.org/en/latest/ -version: 5.0.4 +version: 6.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index da3855eb9e1..851ddb05227 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mongodb.enabled name: mongodb repository: https://charts.truecharts.org - version: 2.0.61 + version: 3.0.5 description: WeKan - Open Source kanban home: https://truecharts.org/docs/charts/stable/wekan icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wekan - https://github.com/wekan/wekan - https://wekan.github.io/ -version: 6.0.4 +version: 7.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/wger/Chart.yaml b/charts/stable/wger/Chart.yaml index ddb6bd68966..b24586097c2 100644 --- a/charts/stable/wger/Chart.yaml +++ b/charts/stable/wger/Chart.yaml @@ -7,11 +7,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 - condition: redis.enabled name: redis repository: https://charts.truecharts.org - version: 3.0.123 + version: 4.0.5 description: Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. home: https://truecharts.org/docs/charts/stable/wger icon: https://truecharts.org/img/hotlink-ok/chart-icons/wger.png @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wger - https://github.com/wger-project/wger - https://github.com/wger-project/docker -version: 2.0.4 +version: 3.0.0 annotations: truecharts.org/catagories: | - life diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml index 7b1874d2fb8..0795ba01d81 100644 --- a/charts/stable/wikijs/Chart.yaml +++ b/charts/stable/wikijs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.5.291" description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! name: wikijs -version: 8.0.4 +version: 9.0.0 kubeVersion: ">=1.16.0-0" keywords: - wiki @@ -20,7 +20,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/xbackbone/Chart.yaml b/charts/stable/xbackbone/Chart.yaml index 4e4fb962c94..95247af0e70 100644 --- a/charts/stable/xbackbone/Chart.yaml +++ b/charts/stable/xbackbone/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: https://charts.truecharts.org/ - version: 3.0.122 + version: 4.0.5 description: "XBackBone is a simple, self-hosted, lightweight PHP file manager" home: https://truecharts.org/docs/charts/stable/xbackbone icon: https://truecharts.org/img/hotlink-ok/chart-icons/xbackbone.png @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xbackbone - https://github.com/SergiX44/XBackBone - https://hub.docker.com/r/pe46dro/xbackbone-docker -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - files diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml index 89f433d84c9..ce437305cc9 100644 --- a/charts/stable/xwiki/Chart.yaml +++ b/charts/stable/xwiki/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.truecharts.org/ - version: 8.0.124 + version: 9.0.5 description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility home: https://truecharts.org/docs/charts/stable/xwiki icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki - https://hub.docker.com/_/xwiki - https://github.com/xwiki/xwiki-docker -version: 4.0.4 +version: 5.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/youtubedl-material/Chart.yaml b/charts/stable/youtubedl-material/Chart.yaml index a4906ba781b..fe7dfef4e0c 100644 --- a/charts/stable/youtubedl-material/Chart.yaml +++ b/charts/stable/youtubedl-material/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: mongodb.enabled name: mongodb repository: https://charts.truecharts.org - version: 2.0.61 + version: 3.0.5 description: YoutubeDL-Material is a Material Design frontend for youtube-dl. home: https://truecharts.org/docs/charts/stable/youtubedl-material icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.png @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material - https://hub.docker.com/r/tzahi12345/youtubedl-material - https://github.com/Tzahi12345/YoutubeDL-Material -version: 2.0.4 +version: 3.0.0 annotations: truecharts.org/catagories: | - media