From aedf77b4b8ca7130b335c152bdc1e8845218bae8 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 8 Oct 2023 00:47:09 +0200 Subject: [PATCH] chore(deps): update helm general non-major (#13386) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cert-manager](https://togithub.com/cert-manager/cert-manager) | minor | `v1.12.3` -> `v1.13.1` | | [clickhouse](https://truecharts.org/charts/dependency/clickhouse) ([source](https://togithub.com/truecharts/charts)) | patch | `7.0.1` -> `7.0.9` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | patch | `14.0.1` -> `14.0.9` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | patch | `14.0.6` -> `14.0.9` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | patch | `14.0.3` -> `14.0.9` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | patch | `14.0.4` -> `14.0.9` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | patch | `13.2.1` -> `13.2.2` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | patch | `14.0.2` -> `14.0.9` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | patch | `14.0.8` -> `14.0.9` | | [kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics) ([source](https://togithub.com/truecharts/charts)) | patch | `3.0.22` -> `3.0.23` | | [mariadb](https://truecharts.org/charts/dependency/mariadb) ([source](https://togithub.com/truecharts/charts)) | patch | `9.0.25` -> `9.0.26` | | [node-exporter](https://truecharts.org/charts/dependency/node-exporter) ([source](https://togithub.com/truecharts/charts)) | patch | `3.0.24` -> `3.0.25` | | [redis](https://truecharts.org/charts/dependency/redis) ([source](https://togithub.com/truecharts/charts)) | patch | `8.0.0` -> `8.0.29` | | [redis](https://truecharts.org/charts/dependency/redis) ([source](https://togithub.com/truecharts/charts)) | patch | `8.0.28` -> `8.0.29` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
cert-manager/cert-manager (cert-manager) ### [`v1.13.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.1) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.0...v1.13.1) v1.13.1 contains a bugfix for a name collision bug in the StableCertificateRequestName feature that was enabled by default in v1.13.0. ##### ⚠️ READ https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before you upgrade from a < v1.13 version! #### Changes since v1.13.0 ##### Bug or Regression - BUGFIX: fix CertificateRequest name collision bug in StableCertificateRequestName feature. ([#​6358](https://togithub.com/cert-manager/cert-manager/issues/6358), [@​jetstack-bot](https://togithub.com/jetstack-bot)) ##### Other (Cleanup or Flake) - Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because `v3.10.2` is labeled as "DO NOT USE". ([#​6368](https://togithub.com/cert-manager/cert-manager/issues/6368), [@​inteon](https://togithub.com/inteon)) - Upgrade Go from 1.20.7 to 1.20.8. ([#​6370](https://togithub.com/cert-manager/cert-manager/issues/6370), [@​jetstack-bot](https://togithub.com/jetstack-bot)) ### [`v1.13.0`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.5...v1.13.0) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. This is the 1.13 release of cert-manager! cert-manager 1.13 brings support for DNS over HTTPS, support for loading options from a versioned config file for the cert-manager controller, and more. This release also includes the promotion of the StableCertificateRequestName and SecretsFilteredCaching feature gates to Beta. #### Known issues The `StableCertificateRequestName` that was promoted to Beta contains a "name collision" bug: [https://github.com/cert-manager/cert-manager/issues/6342](https://togithub.com/cert-manager/cert-manager/issues/6342) This will be fixed in v1.13.1. #### Breaking Changes (You MUST read this before you upgrade!) 1. **BREAKING** : If you deploy cert-manager using helm and have `.featureGates` value set, the features defined there will no longer be passed to cert-manager webhook, only to cert-manager controller. Use `webhook.featureGates` field instead to define features to be enabled on webhook. ([#​6093](https://togithub.com/cert-manager/cert-manager/issues/6093), [@​irbekrm](https://togithub.com/irbekrm)) 2. **Potentially breaking**: If you were, for some reason, passing cert-manager controller's features to webhook's `--feature-gates` flag, this will now break (unless the webhook actually has a feature by that name). ([#​6093](https://togithub.com/cert-manager/cert-manager/issues/6093), [@​irbekrm](https://togithub.com/irbekrm)) 3. **Potentially breaking**: Webhook validation of CertificateRequest resources is stricter now: all KeyUsages and ExtendedKeyUsages must be defined directly in the CertificateRequest resource, the encoded CSR can never contain more usages that defined there. ([#​6182](https://togithub.com/cert-manager/cert-manager/issues/6182), [@​inteon](https://togithub.com/inteon)) #### Community Welcome to these new cert-manager members (more info - [https://github.com/cert-manager/cert-manager/pull/6260](https://togithub.com/cert-manager/cert-manager/pull/6260)): [@​jsoref](https://togithub.com/jsoref) [@​FlorianLiebhart](https://togithub.com/FlorianLiebhart) [@​hawksight](https://togithub.com/hawksight) [@​erikgb](https://togithub.com/erikgb) Thanks again to all open-source contributors with commits in this release, including: [@​AcidLeroy](https://togithub.com/AcidLeroy) [@​FlorianLiebhart](https://togithub.com/FlorianLiebhart) [@​lucacome](https://togithub.com/lucacome) [@​cypres](https://togithub.com/cypres) [@​erikgb](https://togithub.com/erikgb) [@​ubergesundheit](https://togithub.com/ubergesundheit) [@​jkroepke](https://togithub.com/jkroepke) [@​jsoref](https://togithub.com/jsoref) [@​gdvalle](https://togithub.com/gdvalle) [@​rouke-broersma](https://togithub.com/rouke-broersma) [@​schrodit](https://togithub.com/schrodit) [@​zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs) [@​arukiidou](https://togithub.com/arukiidou) [@​hawksight](https://togithub.com/hawksight) [@​Richardds](https://togithub.com/Richardds) [@​kahirokunn](https://togithub.com/kahirokunn) Thanks also to the following cert-manager maintainers for their contributions during this release: [@​SgtCoDFish](https://togithub.com/SgtCoDFish) [@​maelvls](https://togithub.com/maelvls) [@​irbekrm](https://togithub.com/irbekrm) [@​inteon](https://togithub.com/inteon) Equally thanks to everyone who provided feedback, helped users and raised issues on Github and Slack and joined our meetings! Special thanks to [@​AcidLeroy](https://togithub.com/AcidLeroy) for adding "load options from a versioned config file" support for the cert-manager controller! This has been on our wishlist for a very long time. (see [https://github.com/cert-manager/cert-manager/pull/5337](https://togithub.com/cert-manager/cert-manager/pull/5337)) Also, thanks a lot to [@​FlorianLiebhart](https://togithub.com/FlorianLiebhart) for adding support for DNS over HTTPS for the ACME DNS self-check. This is very useful in case all traffic must be HTTP(S) trafic, eg. when using a HTTPS_PROXY. (see [https://github.com/cert-manager/cert-manager/pull/5003](https://togithub.com/cert-manager/cert-manager/pull/5003)) Thanks also to the [CNCF](https://www.cncf.io/), which provides resources and support, and to the AWS open source team for being good community members and for their maintenance of the [PrivateCA Issuer](https://togithub.com/cert-manager/aws-privateca-issuer). In addition, massive thanks to [Venafi](https://www.venafi.com/) for contributing developer time and resources towards the continued maintenance of cert-manager projects. #### Changes since v1.12.0 ##### Feature - Add support for logging options to webhook config file. ([#​6243](https://togithub.com/cert-manager/cert-manager/issues/6243), [@​inteon](https://togithub.com/inteon)) - Add view permissions to the well-known (Openshift) user-facing `cluster-reader` aggregated cluster role ([#​6241](https://togithub.com/cert-manager/cert-manager/issues/6241), [@​erikgb](https://togithub.com/erikgb)) - Certificate Shim: distinguish dns names and ip address in certificate ([#​6267](https://togithub.com/cert-manager/cert-manager/issues/6267), [@​zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs)) - Cmctl can now be imported by third parties. ([#​6049](https://togithub.com/cert-manager/cert-manager/issues/6049), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - Make `enableServiceLinks` configurable for all Deployments and `startupapicheck` Job in Helm chart. ([#​6292](https://togithub.com/cert-manager/cert-manager/issues/6292), [@​ubergesundheit](https://togithub.com/ubergesundheit)) - Promoted the StableCertificateRequestName and SecretsFilteredCaching feature gates to Beta (enabled by default). ([#​6298](https://togithub.com/cert-manager/cert-manager/issues/6298), [@​inteon](https://togithub.com/inteon)) - The cert-manager controller options are now configurable using a configuration file. ([#​5337](https://togithub.com/cert-manager/cert-manager/issues/5337), [@​AcidLeroy](https://togithub.com/AcidLeroy)) - The pki CertificateTemplate functions now perform validation of the CSR blob, making sure we sign a Certificate that matches the IsCA and (Extended)KeyUsages that are defined in the CertificateRequest resource. ([#​6199](https://togithub.com/cert-manager/cert-manager/issues/6199), [@​inteon](https://togithub.com/inteon)) - \[helm] Add prometheus.servicemonitor.endpointAdditionalProperties to define additional properties on a ServiceMonitor endpoint, e.g. relabelings ([#​6110](https://togithub.com/cert-manager/cert-manager/issues/6110), [@​jkroepke](https://togithub.com/jkroepke)) ##### Design - DNS over HTTPS (DoH) is now possible for doing the self-checks during the ACME verification. The DNS check method to be used is controlled through the command line flag: `--dns01-recursive-nameservers-only=true` in combination with `--dns01-recursive-nameservers=https://` (e.g. `https://8.8.8.8/dns-query`). It keeps using DNS lookup as a default method. ([#​5003](https://togithub.com/cert-manager/cert-manager/issues/5003), [@​FlorianLiebhart](https://togithub.com/FlorianLiebhart)) ##### Bug or Regression - Allow overriding default pdb .minAvailable with .maxUnavailable without setting .minAvailable to null ([#​6087](https://togithub.com/cert-manager/cert-manager/issues/6087), [@​rouke-broersma](https://togithub.com/rouke-broersma)) - BUGFIX: `cmctl check api --wait 0` exited without output and exit code 1; we now make sure we perform the API check at least once and return with the correct error code ([#​6109](https://togithub.com/cert-manager/cert-manager/issues/6109), [@​inteon](https://togithub.com/inteon)) - BUGFIX: the issuer and certificate-name annotations on a Secret were incorrectly updated when other fields are changed. ([#​6147](https://togithub.com/cert-manager/cert-manager/issues/6147), [@​inteon](https://togithub.com/inteon)) - BUGFIX\[cainjector]: 1-character bug was causing invalid log messages and a memory leak ([#​6232](https://togithub.com/cert-manager/cert-manager/issues/6232), [@​inteon](https://togithub.com/inteon)) - Fix CloudDNS issuers stuck in propagation check, when multiple instances are issuing for the same FQDN ([#​6088](https://togithub.com/cert-manager/cert-manager/issues/6088), [@​cypres](https://togithub.com/cypres)) - Fix indentation of Webhook NetworkPolicy matchLabels in helm chart. ([#​6220](https://togithub.com/cert-manager/cert-manager/issues/6220), [@​ubergesundheit](https://togithub.com/ubergesundheit)) - Fixed Cloudflare DNS01 challenge provider race condition when validating multiple domains ([#​6191](https://togithub.com/cert-manager/cert-manager/issues/6191), [@​Richardds](https://togithub.com/Richardds)) - Fixes a bug where webhook was pulling in controller's feature gates. **⚠️ ⚠️ BREAKING ⚠️ ⚠️** : If you deploy cert-manager using helm and have `.featureGates` value set, the features defined there will no longer be passed to cert-manager webhook, only to cert-manager controller. Use `webhook.featureGates` field instead to define features to be enabled on webhook. **⚠️Potentially breaking**: If you were, for some reason, passing cert-manager controller's features to webhook's `--feature-gates` flag, this will now break (unless the webhook actually has a feature by that name). ([#​6093](https://togithub.com/cert-manager/cert-manager/issues/6093), [@​irbekrm](https://togithub.com/irbekrm)) - Fixes an issue where cert-manager would incorrectly reject two IP addresses as being unequal when they should have compared equal. This would be most noticeable when using an IPv6 address which doesn't match how Go's `net.IP.String()` function would have printed that address. ([#​6293](https://togithub.com/cert-manager/cert-manager/issues/6293), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - We disabled the `enableServiceLinks` option for our ACME http solver pods, because the option caused the pod to be in a crash loop in a cluster with lot of services. ([#​6143](https://togithub.com/cert-manager/cert-manager/issues/6143), [@​schrodit](https://togithub.com/schrodit)) - **⚠️Potentially breaking**: Webhook validation of CertificateRequest resources is stricter now: all KeyUsages and ExtendedKeyUsages must be defined directly in the CertificateRequest resource, the encoded CSR can never contain more usages that defined there. ([#​6182](https://togithub.com/cert-manager/cert-manager/issues/6182), [@​inteon](https://togithub.com/inteon)) ##### Other (Cleanup or Flake) - A subset of the klogs flags have been deprecated and will be removed in the future. ([#​5879](https://togithub.com/cert-manager/cert-manager/issues/5879), [@​maelvls](https://togithub.com/maelvls)) - All service links in helm chart deployments have been disabled. ([#​6144](https://togithub.com/cert-manager/cert-manager/issues/6144), [@​schrodit](https://togithub.com/schrodit)) - Cert-manager will now re-issue a certificate if the public key in the latest CertificateRequest resource linked to a Certificate resource does not match the public key of the key encoded in the Secret linked to that Certificate resource ([#​6168](https://togithub.com/cert-manager/cert-manager/issues/6168), [@​inteon](https://togithub.com/inteon)) - Chore: When hostNetwork is enabled, dnsPolicy is now set to ClusterFirstWithHostNet. ([#​6156](https://togithub.com/cert-manager/cert-manager/issues/6156), [@​kahirokunn](https://togithub.com/kahirokunn)) - Cleanup the controller configfile structure by introducing sub-structs. ([#​6242](https://togithub.com/cert-manager/cert-manager/issues/6242), [@​inteon](https://togithub.com/inteon)) - Don't run API Priority and Fairness controller in webhook's extension apiserver ([#​6085](https://togithub.com/cert-manager/cert-manager/issues/6085), [@​irbekrm](https://togithub.com/irbekrm)) - Helm: Add apache 2.0 license annotation ([#​6225](https://togithub.com/cert-manager/cert-manager/issues/6225), [@​arukiidou](https://togithub.com/arukiidou)) - Make apis/acme/v1/ACMEIssuer.PreferredChain optional in JSON serialization. ([#​6034](https://togithub.com/cert-manager/cert-manager/issues/6034), [@​gdvalle](https://togithub.com/gdvalle)) - The SecretPostIssuancePolicyChain now also makes sure that the `cert-manager.io/common-name`, `cert-manager.io/alt-names`, ... annotations on Secrets are kept at their correct value. ([#​6176](https://togithub.com/cert-manager/cert-manager/issues/6176), [@​inteon](https://togithub.com/inteon)) - The cmctl logging has been improved and support for json logging has been added. ([#​6247](https://togithub.com/cert-manager/cert-manager/issues/6247), [@​inteon](https://togithub.com/inteon)) - Updates Kubernetes libraries to `v0.27.2`. ([#​6077](https://togithub.com/cert-manager/cert-manager/issues/6077), [@​lucacome](https://togithub.com/lucacome)) - Updates Kubernetes libraries to `v0.27.4`. ([#​6227](https://togithub.com/cert-manager/cert-manager/issues/6227), [@​lucacome](https://togithub.com/lucacome)) - We now only check that the issuer name, kind and group annotations on a Secret match in case those annotations are set. ([#​6152](https://togithub.com/cert-manager/cert-manager/issues/6152), [@​inteon](https://togithub.com/inteon)) ### [`v1.12.5`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.5) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.4...v1.12.5) v1.12.5 contains a backport for a name collision bug that was found in v1.13.0 #### Changes since v1.12.4 ##### Bug or Regression - BUGFIX: fix CertificateRequest name collision bug in StableCertificateRequestName feature. ([#​6359](https://togithub.com/cert-manager/cert-manager/issues/6359), [@​jetstack-bot](https://togithub.com/jetstack-bot)) ##### Other (Cleanup or Flake) - Updated base images to the latest version. ([#​6372](https://togithub.com/cert-manager/cert-manager/issues/6372), [@​inteon](https://togithub.com/inteon)) - Upgrade Go from 1.20.7 to 1.20.8. ([#​6371](https://togithub.com/cert-manager/cert-manager/issues/6371), [@​jetstack-bot](https://togithub.com/jetstack-bot)) ### [`v1.12.4`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.4) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.3...v1.12.4) v1.12.4 contains an important security fix that addresses [CVE-2023-29409](https://cve.report/CVE-2023-29409). #### Changes since v1.12.3 - Fixes an issue where cert-manager would incorrectly reject two IP addresses as being unequal when they should have compared equal. This would be most noticeable when using an IPv6 address which doesn't match how Go's `net.IP.String()` function would have printed that address. ([#​6297](https://togithub.com/cert-manager/cert-manager/issues/6297), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - Use Go 1.20.7 to fix a security issue in Go's `crypto/tls` library. ([#​6318](https://togithub.com/cert-manager/cert-manager/issues/6318), [@​maelvls](https://togithub.com/maelvls))
truecharts/charts (clickhouse) ### [`v7.0.9`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.9) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.8...clickhouse-7.0.9) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.8`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.8) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.7...clickhouse-7.0.8) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.7`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.7) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.6...clickhouse-7.0.7) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.6`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.6) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.5...clickhouse-7.0.6) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.5`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.5) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.4...clickhouse-7.0.5) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.4`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.4) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.3...clickhouse-7.0.4) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.3`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.3) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.2...clickhouse-7.0.3) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.2) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.1...clickhouse-7.0.2) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
truecharts/library-charts (common) ### [`v14.0.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.9) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.8...common-14.0.9) Function library for TrueCharts ### [`v14.0.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.8) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.7...common-14.0.8) Function library for TrueCharts ### [`v14.0.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.7) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.6...common-14.0.7) Function library for TrueCharts ### [`v14.0.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.6) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.5...common-14.0.6) Function library for TrueCharts ### [`v14.0.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.5) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.4...common-14.0.5) Function library for TrueCharts ### [`v14.0.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.4) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.3...common-14.0.4) Function library for TrueCharts ### [`v14.0.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.3) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.2...common-14.0.3) Function library for TrueCharts ### [`v14.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.2) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.1...common-14.0.2) Function library for TrueCharts
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --------- Signed-off-by: TrueCharts-Bot Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/enterprise/authelia/Chart.yaml | 6 +++--- charts/enterprise/blocky/Chart.yaml | 6 +++--- charts/enterprise/clusterissuer/Chart.yaml | 4 ++-- charts/enterprise/grafana/Chart.yaml | 4 ++-- charts/enterprise/metallb-config/Chart.yaml | 4 ++-- charts/enterprise/prometheus/Chart.yaml | 8 ++++---- charts/enterprise/traefik/Chart.yaml | 4 ++-- charts/enterprise/vaultwarden/Chart.yaml | 4 ++-- charts/incubator/automatic-ripping-machine/Chart.yaml | 4 ++-- charts/incubator/backuppc/Chart.yaml | 4 ++-- charts/incubator/ctfd/Chart.yaml | 4 ++-- charts/incubator/docassemble/Chart.yaml | 4 ++-- charts/incubator/eco/Chart.yaml | 4 ++-- charts/incubator/factorio/Chart.yaml | 4 ++-- charts/incubator/funkwhale/Chart.yaml | 4 ++-- charts/incubator/homebridge/Chart.yaml | 4 ++-- charts/incubator/icloudpd/Chart.yaml | 4 ++-- charts/incubator/kaizoku/Chart.yaml | 4 ++-- charts/incubator/kimai/Chart.yaml | 8 ++++---- charts/incubator/odoo/Chart.yaml | 4 ++-- charts/incubator/owntracks/Chart.yaml | 4 ++-- charts/incubator/plex-playlist-sync/Chart.yaml | 4 ++-- charts/incubator/plextraktsync/Chart.yaml | 4 ++-- charts/incubator/postgresql/Chart.yaml | 4 ++-- charts/incubator/reactive-resume/Chart.yaml | 4 ++-- charts/incubator/rtorrent-rutorrent/Chart.yaml | 4 ++-- charts/incubator/scrypted/Chart.yaml | 4 ++-- charts/incubator/smtp-relay/Chart.yaml | 4 ++-- charts/incubator/sonsoftheforest/Chart.yaml | 4 ++-- charts/incubator/spaceengineers/Chart.yaml | 4 ++-- charts/incubator/stun-turn-server/Chart.yaml | 4 ++-- charts/incubator/telepush/Chart.yaml | 4 ++-- charts/incubator/traefik-forward-auth/Chart.yaml | 4 ++-- charts/incubator/van-dam/Chart.yaml | 4 ++-- charts/incubator/vocechat-server/Chart.yaml | 4 ++-- charts/incubator/watcharr/Chart.yaml | 4 ++-- charts/operators/cert-manager/Chart.yaml | 6 +++--- charts/operators/cloudnative-pg/Chart.yaml | 4 ++-- charts/operators/metallb/Chart.yaml | 4 ++-- charts/operators/prometheus-operator/Chart.yaml | 4 ++-- charts/stable/actualserver/Chart.yaml | 4 ++-- charts/stable/adguard-home/Chart.yaml | 4 ++-- charts/stable/adminer/Chart.yaml | 4 ++-- charts/stable/airdcpp-webclient/Chart.yaml | 4 ++-- charts/stable/airsonic-advanced/Chart.yaml | 4 ++-- charts/stable/airsonic/Chart.yaml | 4 ++-- charts/stable/alist/Chart.yaml | 4 ++-- charts/stable/amcrest2mqtt/Chart.yaml | 4 ++-- charts/stable/amule/Chart.yaml | 4 ++-- charts/stable/anonaddy/Chart.yaml | 4 ++-- charts/stable/apache-musicindex/Chart.yaml | 4 ++-- charts/stable/appdaemon/Chart.yaml | 4 ++-- charts/stable/apt-cacher-ng/Chart.yaml | 4 ++-- charts/stable/aria2/Chart.yaml | 4 ++-- charts/stable/ariang/Chart.yaml | 4 ++-- charts/stable/arksurvivalevolved/Chart.yaml | 4 ++-- charts/stable/audacity/Chart.yaml | 4 ++-- charts/stable/audiobookshelf/Chart.yaml | 4 ++-- charts/stable/authentik/Chart.yaml | 6 +++--- charts/stable/autobrr/Chart.yaml | 4 ++-- charts/stable/automatic-music-downloader/Chart.yaml | 4 ++-- charts/stable/autoscan/Chart.yaml | 4 ++-- charts/stable/avidemux/Chart.yaml | 4 ++-- charts/stable/babybuddy/Chart.yaml | 4 ++-- charts/stable/baserow/Chart.yaml | 4 ++-- charts/stable/bazarr/Chart.yaml | 4 ++-- charts/stable/beets/Chart.yaml | 4 ++-- charts/stable/blog/Chart.yaml | 4 ++-- charts/stable/boinc/Chart.yaml | 4 ++-- charts/stable/booksonic-air/Chart.yaml | 4 ++-- charts/stable/bookstack/Chart.yaml | 4 ++-- charts/stable/browserless-chrome/Chart.yaml | 4 ++-- charts/stable/budge/Chart.yaml | 4 ++-- charts/stable/calibre-web/Chart.yaml | 4 ++-- charts/stable/calibre/Chart.yaml | 4 ++-- charts/stable/channels-dvr/Chart.yaml | 4 ++-- charts/stable/chevereto/Chart.yaml | 4 ++-- charts/stable/chronos/Chart.yaml | 4 ++-- charts/stable/clamav/Chart.yaml | 4 ++-- charts/stable/clarkson/Chart.yaml | 4 ++-- charts/stable/cloud9/Chart.yaml | 4 ++-- charts/stable/cloudflared/Chart.yaml | 4 ++-- charts/stable/cloudflareddns/Chart.yaml | 4 ++-- charts/stable/code-server/Chart.yaml | 4 ++-- charts/stable/collabora/Chart.yaml | 4 ++-- charts/stable/commento-plusplus/Chart.yaml | 4 ++-- charts/stable/cops/Chart.yaml | 4 ++-- charts/stable/couchpotato/Chart.yaml | 4 ++-- charts/stable/crafty-4/Chart.yaml | 4 ++-- charts/stable/cryptofolio/Chart.yaml | 4 ++-- charts/stable/cura-novnc/Chart.yaml | 4 ++-- charts/stable/custom-app/Chart.yaml | 4 ++-- charts/stable/cyberchef/Chart.yaml | 4 ++-- charts/stable/czkawka/Chart.yaml | 4 ++-- charts/stable/dashdot/Chart.yaml | 4 ++-- charts/stable/dashy/Chart.yaml | 4 ++-- charts/stable/davos/Chart.yaml | 4 ++-- charts/stable/ddclient/Chart.yaml | 4 ++-- charts/stable/ddns-go/Chart.yaml | 4 ++-- charts/stable/ddns-updater/Chart.yaml | 4 ++-- charts/stable/deconz/Chart.yaml | 4 ++-- charts/stable/deemix/Chart.yaml | 4 ++-- charts/stable/deepstack/Chart.yaml | 4 ++-- charts/stable/dell-idrac-fan-controller/Chart.yaml | 4 ++-- charts/stable/deluge/Chart.yaml | 4 ++-- charts/stable/digikam/Chart.yaml | 4 ++-- charts/stable/dillinger/Chart.yaml | 4 ++-- charts/stable/discordgsm/Chart.yaml | 4 ++-- charts/stable/dizquetv/Chart.yaml | 4 ++-- charts/stable/docker-compose/Chart.yaml | 4 ++-- charts/stable/docusaurus/Chart.yaml | 4 ++-- charts/stable/dokuwiki/Chart.yaml | 4 ++-- charts/stable/domoticz/Chart.yaml | 4 ++-- charts/stable/doplarr/Chart.yaml | 4 ++-- charts/stable/double-take/Chart.yaml | 4 ++-- charts/stable/doublecommander/Chart.yaml | 4 ++-- charts/stable/drawio/Chart.yaml | 4 ++-- charts/stable/duckdns/Chart.yaml | 4 ++-- charts/stable/duplicati/Chart.yaml | 4 ++-- charts/stable/emby/Chart.yaml | 4 ++-- charts/stable/embystat/Chart.yaml | 4 ++-- charts/stable/emulatorjs/Chart.yaml | 4 ++-- charts/stable/endlessh/Chart.yaml | 4 ++-- charts/stable/esphome/Chart.yaml | 4 ++-- charts/stable/etesync/Chart.yaml | 4 ++-- charts/stable/etherpad/Chart.yaml | 4 ++-- charts/stable/external-service/Chart.yaml | 4 ++-- charts/stable/ferdi-server/Chart.yaml | 4 ++-- charts/stable/filebot/Chart.yaml | 4 ++-- charts/stable/filebrowser/Chart.yaml | 4 ++-- charts/stable/fileflows/Chart.yaml | 4 ++-- charts/stable/fireflyiii/Chart.yaml | 4 ++-- charts/stable/firefox-syncserver/Chart.yaml | 4 ++-- charts/stable/firefox/Chart.yaml | 4 ++-- charts/stable/firezone/Chart.yaml | 4 ++-- charts/stable/flaresolverr/Chart.yaml | 4 ++-- charts/stable/fleet/Chart.yaml | 4 ++-- charts/stable/flexget/Chart.yaml | 4 ++-- charts/stable/flood/Chart.yaml | 4 ++-- charts/stable/flowise/Chart.yaml | 4 ++-- charts/stable/fluidd/Chart.yaml | 4 ++-- charts/stable/foldingathome/Chart.yaml | 4 ++-- charts/stable/fossil/Chart.yaml | 4 ++-- charts/stable/freeradius/Chart.yaml | 4 ++-- charts/stable/freshrss/Chart.yaml | 4 ++-- charts/stable/friendica/Chart.yaml | 4 ++-- charts/stable/frigate/Chart.yaml | 4 ++-- charts/stable/gamevault-backend/Chart.yaml | 4 ++-- charts/stable/gaps/Chart.yaml | 4 ++-- charts/stable/ghostfolio/Chart.yaml | 4 ++-- charts/stable/gitea/Chart.yaml | 4 ++-- charts/stable/golinks/Chart.yaml | 4 ++-- charts/stable/gonic/Chart.yaml | 4 ++-- charts/stable/grav/Chart.yaml | 4 ++-- charts/stable/grocy/Chart.yaml | 4 ++-- charts/stable/guacamole/Chart.yaml | 4 ++-- charts/stable/guacd/Chart.yaml | 4 ++-- charts/stable/hammond/Chart.yaml | 4 ++-- charts/stable/handbrake/Chart.yaml | 4 ++-- charts/stable/haste-server/Chart.yaml | 4 ++-- charts/stable/headphones/Chart.yaml | 4 ++-- charts/stable/healthchecks/Chart.yaml | 4 ++-- charts/stable/hedgedoc/Chart.yaml | 4 ++-- charts/stable/heimdall/Chart.yaml | 4 ++-- charts/stable/homarr/Chart.yaml | 4 ++-- charts/stable/home-assistant/Chart.yaml | 4 ++-- charts/stable/homebox/Chart.yaml | 4 ++-- charts/stable/homelablabelmaker/Chart.yaml | 4 ++-- charts/stable/homepage/Chart.yaml | 4 ++-- charts/stable/homer/Chart.yaml | 4 ++-- charts/stable/htpcmanager/Chart.yaml | 4 ++-- charts/stable/hyperion-ng/Chart.yaml | 4 ++-- charts/stable/immich/Chart.yaml | 4 ++-- charts/stable/impostor-server/Chart.yaml | 4 ++-- charts/stable/invidious/Chart.yaml | 4 ++-- charts/stable/ipfs/Chart.yaml | 4 ++-- charts/stable/ipmi-tools/Chart.yaml | 4 ++-- charts/stable/ispy-agent-dvr/Chart.yaml | 4 ++-- charts/stable/it-tools/Chart.yaml | 4 ++-- charts/stable/iyuuplus/Chart.yaml | 4 ++-- charts/stable/jackett/Chart.yaml | 4 ++-- charts/stable/jdownloader2/Chart.yaml | 4 ++-- charts/stable/jellyfin/Chart.yaml | 4 ++-- charts/stable/jellyseerr/Chart.yaml | 4 ++-- charts/stable/jellystat/Chart.yaml | 4 ++-- charts/stable/jenkins/Chart.yaml | 4 ++-- charts/stable/joplin-server/Chart.yaml | 4 ++-- charts/stable/jupyter/Chart.yaml | 4 ++-- charts/stable/kanboard/Chart.yaml | 4 ++-- charts/stable/kasm/Chart.yaml | 4 ++-- charts/stable/kavita/Chart.yaml | 4 ++-- charts/stable/kitchenowl/Chart.yaml | 4 ++-- charts/stable/kiwix-serve/Chart.yaml | 4 ++-- charts/stable/kms/Chart.yaml | 4 ++-- charts/stable/kodi-headless/Chart.yaml | 4 ++-- charts/stable/komga/Chart.yaml | 4 ++-- charts/stable/lama-cleaner/Chart.yaml | 4 ++-- charts/stable/lancache-dns/Chart.yaml | 4 ++-- charts/stable/lancache-monolithic/Chart.yaml | 4 ++-- charts/stable/lanraragi/Chart.yaml | 4 ++-- charts/stable/lazylibrarian/Chart.yaml | 4 ++-- charts/stable/leaf2mqtt/Chart.yaml | 4 ++-- charts/stable/libreddit/Chart.yaml | 4 ++-- charts/stable/libremdb/Chart.yaml | 4 ++-- charts/stable/librespeed/Chart.yaml | 4 ++-- charts/stable/lidarr/Chart.yaml | 4 ++-- charts/stable/linkding/Chart.yaml | 4 ++-- charts/stable/littlelink/Chart.yaml | 4 ++-- charts/stable/lldap/Chart.yaml | 4 ++-- charts/stable/local-ai/Chart.yaml | 4 ++-- charts/stable/logitech-media-server/Chart.yaml | 4 ++-- charts/stable/makemkv/Chart.yaml | 4 ++-- charts/stable/matomo/Chart.yaml | 6 +++--- charts/stable/mattermost/Chart.yaml | 4 ++-- charts/stable/mc-router/Chart.yaml | 4 ++-- charts/stable/mealie/Chart.yaml | 4 ++-- charts/stable/mediainfo/Chart.yaml | 4 ++-- charts/stable/medusa/Chart.yaml | 4 ++-- charts/stable/meshcentral/Chart.yaml | 4 ++-- charts/stable/meshroom/Chart.yaml | 4 ++-- charts/stable/metabase/Chart.yaml | 4 ++-- charts/stable/metube/Chart.yaml | 4 ++-- charts/stable/minecraft-bedrock/Chart.yaml | 4 ++-- charts/stable/minecraft-bungeecord/Chart.yaml | 4 ++-- charts/stable/minecraft-java/Chart.yaml | 4 ++-- charts/stable/minetest/Chart.yaml | 4 ++-- charts/stable/minio-console/Chart.yaml | 4 ++-- charts/stable/minio/Chart.yaml | 4 ++-- charts/stable/minisatip/Chart.yaml | 4 ++-- charts/stable/mkvcleaver/Chart.yaml | 4 ++-- charts/stable/mkvtoolnix/Chart.yaml | 4 ++-- charts/stable/modsecurity-crs/Chart.yaml | 4 ++-- charts/stable/mongo-express/Chart.yaml | 4 ++-- charts/stable/monica/Chart.yaml | 4 ++-- charts/stable/mosdns/Chart.yaml | 4 ++-- charts/stable/mosquitto/Chart.yaml | 4 ++-- charts/stable/mstream/Chart.yaml | 4 ++-- charts/stable/muse/Chart.yaml | 4 ++-- charts/stable/muximux/Chart.yaml | 4 ++-- charts/stable/mylar/Chart.yaml | 4 ++-- charts/stable/mymediaforalexa/Chart.yaml | 4 ++-- charts/stable/mysql-workbench/Chart.yaml | 4 ++-- charts/stable/n8n/Chart.yaml | 4 ++-- charts/stable/nano-wallet/Chart.yaml | 4 ++-- charts/stable/navidrome/Chart.yaml | 4 ++-- charts/stable/netdata/Chart.yaml | 4 ++-- charts/stable/nextcloud/Chart.yaml | 4 ++-- charts/stable/nextpvr/Chart.yaml | 4 ++-- charts/stable/nginx-proxy-manager/Chart.yaml | 4 ++-- charts/stable/ngircd/Chart.yaml | 4 ++-- charts/stable/nntp2nntp/Chart.yaml | 4 ++-- charts/stable/nocodb/Chart.yaml | 4 ++-- charts/stable/node-red/Chart.yaml | 4 ++-- charts/stable/notifiarr/Chart.yaml | 4 ++-- charts/stable/novnc/Chart.yaml | 4 ++-- charts/stable/ntfy/Chart.yaml | 4 ++-- charts/stable/nullserv/Chart.yaml | 4 ++-- charts/stable/nzbget/Chart.yaml | 4 ++-- charts/stable/nzbhydra/Chart.yaml | 4 ++-- charts/stable/obs-ndi/Chart.yaml | 4 ++-- charts/stable/octoprint/Chart.yaml | 4 ++-- charts/stable/omada-controller/Chart.yaml | 4 ++-- charts/stable/ombi/Chart.yaml | 4 ++-- charts/stable/onlyoffice-document-server/Chart.yaml | 3 ++- charts/stable/openhab/Chart.yaml | 4 ++-- charts/stable/openspeedtest/Chart.yaml | 4 ++-- charts/stable/openvscode-server/Chart.yaml | 4 ++-- charts/stable/organizr/Chart.yaml | 4 ++-- charts/stable/oscam/Chart.yaml | 4 ++-- charts/stable/outline/Chart.yaml | 4 ++-- charts/stable/overseerr/Chart.yaml | 4 ++-- charts/stable/owncast/Chart.yaml | 4 ++-- charts/stable/paperless-ngx/Chart.yaml | 4 ++-- charts/stable/papermerge/Chart.yaml | 4 ++-- charts/stable/pasta/Chart.yaml | 4 ++-- charts/stable/pgadmin/Chart.yaml | 4 ++-- charts/stable/photoprism/Chart.yaml | 4 ++-- charts/stable/photoshow/Chart.yaml | 4 ++-- charts/stable/photoview/Chart.yaml | 4 ++-- charts/stable/phpldapadmin/Chart.yaml | 4 ++-- charts/stable/picoshare/Chart.yaml | 4 ++-- charts/stable/pihole/Chart.yaml | 4 ++-- charts/stable/pinry/Chart.yaml | 4 ++-- charts/stable/piwigo/Chart.yaml | 4 ++-- charts/stable/pixapop/Chart.yaml | 4 ++-- charts/stable/plausible/Chart.yaml | 6 +++--- charts/stable/plaxt/Chart.yaml | 4 ++-- charts/stable/plex-auto-languages/Chart.yaml | 4 ++-- charts/stable/plex-utills/Chart.yaml | 4 ++-- charts/stable/plex/Chart.yaml | 4 ++-- charts/stable/plexanisync/Chart.yaml | 4 ++-- charts/stable/plexripper/Chart.yaml | 4 ++-- charts/stable/podgrab/Chart.yaml | 4 ++-- charts/stable/portainer/Chart.yaml | 4 ++-- charts/stable/posterr/Chart.yaml | 4 ++-- charts/stable/pretend-youre-xyzzy/Chart.yaml | 4 ++-- charts/stable/projectsend/Chart.yaml | 4 ++-- charts/stable/promcord/Chart.yaml | 4 ++-- charts/stable/protonmail-bridge/Chart.yaml | 4 ++-- charts/stable/prowlarr/Chart.yaml | 4 ++-- charts/stable/prusaslicer-novnc/Chart.yaml | 4 ++-- charts/stable/putty/Chart.yaml | 4 ++-- charts/stable/pwndrop/Chart.yaml | 4 ++-- charts/stable/pyload/Chart.yaml | 4 ++-- charts/stable/pylon/Chart.yaml | 4 ++-- charts/stable/qbitmanage/Chart.yaml | 4 ++-- charts/stable/qbitrr/Chart.yaml | 4 ++-- charts/stable/qbittorrent/Chart.yaml | 4 ++-- charts/stable/qdirstat/Chart.yaml | 4 ++-- charts/stable/qinglong/Chart.yaml | 4 ++-- charts/stable/quassel-core/Chart.yaml | 4 ++-- charts/stable/quassel-web/Chart.yaml | 4 ++-- charts/stable/radarr/Chart.yaml | 4 ++-- charts/stable/rcon-webadmin/Chart.yaml | 4 ++-- charts/stable/rdesktop/Chart.yaml | 4 ++-- charts/stable/readarr/Chart.yaml | 4 ++-- charts/stable/recyclarr/Chart.yaml | 4 ++-- charts/stable/redisinsight/Chart.yaml | 4 ++-- charts/stable/redmine/Chart.yaml | 4 ++-- charts/stable/reg/Chart.yaml | 4 ++-- charts/stable/remmina/Chart.yaml | 4 ++-- charts/stable/requestrr/Chart.yaml | 4 ++-- charts/stable/resilio-sync/Chart.yaml | 4 ++-- charts/stable/retrobot/Chart.yaml | 4 ++-- charts/stable/rickroll/Chart.yaml | 4 ++-- charts/stable/ring-mqtt/Chart.yaml | 4 ++-- charts/stable/romm/Chart.yaml | 4 ++-- charts/stable/rsnapshot/Chart.yaml | 4 ++-- charts/stable/rss-bridge/Chart.yaml | 4 ++-- charts/stable/rsshub/Chart.yaml | 4 ++-- charts/stable/sabnzbd/Chart.yaml | 4 ++-- charts/stable/satisfactory/Chart.yaml | 4 ++-- charts/stable/scrutiny/Chart.yaml | 4 ++-- charts/stable/seafile/Chart.yaml | 4 ++-- charts/stable/searxng/Chart.yaml | 4 ++-- charts/stable/seedsync/Chart.yaml | 4 ++-- charts/stable/ser2sock/Chart.yaml | 4 ++-- charts/stable/servas/Chart.yaml | 4 ++-- charts/stable/sftpgo/Chart.yaml | 4 ++-- charts/stable/shiori/Chart.yaml | 4 ++-- charts/stable/shlink-web-client/Chart.yaml | 4 ++-- charts/stable/shlink/Chart.yaml | 4 ++-- charts/stable/shoko-server/Chart.yaml | 4 ++-- charts/stable/shorturl/Chart.yaml | 4 ++-- charts/stable/sickchill/Chart.yaml | 4 ++-- charts/stable/sickgear/Chart.yaml | 4 ++-- charts/stable/simply-shorten/Chart.yaml | 4 ++-- charts/stable/slash/Chart.yaml | 4 ++-- charts/stable/smokeping/Chart.yaml | 4 ++-- charts/stable/snapdrop/Chart.yaml | 4 ++-- charts/stable/snippet-box/Chart.yaml | 4 ++-- charts/stable/soft-serve/Chart.yaml | 4 ++-- charts/stable/sonarr/Chart.yaml | 4 ++-- charts/stable/speedtest-exporter/Chart.yaml | 4 ++-- charts/stable/spotweb/Chart.yaml | 4 ++-- charts/stable/sqlitebrowser/Chart.yaml | 4 ++-- charts/stable/sshwifty/Chart.yaml | 4 ++-- charts/stable/stash/Chart.yaml | 4 ++-- charts/stable/static-web-server/Chart.yaml | 4 ++-- charts/stable/static/Chart.yaml | 4 ++-- charts/stable/storj-node/Chart.yaml | 4 ++-- charts/stable/strapi/Chart.yaml | 4 ++-- charts/stable/synclounge/Chart.yaml | 4 ++-- charts/stable/syncthing/Chart.yaml | 4 ++-- charts/stable/synctube/Chart.yaml | 4 ++-- charts/stable/syslog-ng/Chart.yaml | 4 ++-- charts/stable/tagspaces/Chart.yaml | 4 ++-- charts/stable/tailscale/Chart.yaml | 4 ++-- charts/stable/tauticord/Chart.yaml | 4 ++-- charts/stable/tautulli/Chart.yaml | 4 ++-- charts/stable/tdarr-node/Chart.yaml | 4 ++-- charts/stable/tdarr/Chart.yaml | 4 ++-- charts/stable/teedy/Chart.yaml | 4 ++-- charts/stable/thelounge/Chart.yaml | 4 ++-- charts/stable/theme-park/Chart.yaml | 2 +- charts/stable/tinymediamanager/Chart.yaml | 4 ++-- charts/stable/traccar/Chart.yaml | 4 ++-- charts/stable/traggo/Chart.yaml | 4 ++-- charts/stable/transmission/Chart.yaml | 4 ++-- charts/stable/trilium-notes/Chart.yaml | 4 ++-- charts/stable/truecommand/Chart.yaml | 4 ++-- charts/stable/tsmuxer/Chart.yaml | 4 ++-- charts/stable/tt-rss/Chart.yaml | 4 ++-- charts/stable/tvheadend/Chart.yaml | 4 ++-- charts/stable/twtxt/Chart.yaml | 4 ++-- charts/stable/ubooquity/Chart.yaml | 4 ++-- charts/stable/unifi/Chart.yaml | 4 ++-- charts/stable/unmanic/Chart.yaml | 4 ++-- charts/stable/unpackerr/Chart.yaml | 4 ++-- charts/stable/unpoller/Chart.yaml | 4 ++-- charts/stable/uptime-kuma/Chart.yaml | 4 ++-- charts/stable/uptimerobot-prometheus/Chart.yaml | 4 ++-- charts/stable/valheim/Chart.yaml | 4 ++-- charts/stable/verysync/Chart.yaml | 4 ++-- charts/stable/vikunja/Chart.yaml | 4 ++-- charts/stable/watchyourlan/Chart.yaml | 4 ++-- charts/stable/webgrabplus/Chart.yaml | 4 ++-- charts/stable/weblate/Chart.yaml | 4 ++-- charts/stable/webnut/Chart.yaml | 4 ++-- charts/stable/website-shot/Chart.yaml | 4 ++-- charts/stable/webtop/Chart.yaml | 4 ++-- charts/stable/wekan/Chart.yaml | 4 ++-- charts/stable/wg-easy/Chart.yaml | 4 ++-- charts/stable/whisparr/Chart.yaml | 4 ++-- charts/stable/whisper-asr-webservice/Chart.yaml | 4 ++-- charts/stable/whoogle/Chart.yaml | 4 ++-- charts/stable/wikijs/Chart.yaml | 4 ++-- charts/stable/wireguard/Chart.yaml | 4 ++-- charts/stable/wizarr/Chart.yaml | 4 ++-- charts/stable/wordpress/Chart.yaml | 4 ++-- charts/stable/xen-orchestra/Chart.yaml | 4 ++-- charts/stable/xteve/Chart.yaml | 4 ++-- charts/stable/xwiki/Chart.yaml | 4 ++-- charts/stable/youtransfer/Chart.yaml | 4 ++-- charts/stable/youtubedl-material/Chart.yaml | 4 ++-- charts/stable/zerotier/Chart.yaml | 4 ++-- charts/stable/zigbee2mqtt/Chart.yaml | 4 ++-- charts/stable/znc/Chart.yaml | 4 ++-- charts/stable/ztcuui-aio/Chart.yaml | 4 ++-- charts/stable/zwavejs2mqtt/Chart.yaml | 4 ++-- 420 files changed, 849 insertions(+), 848 deletions(-) diff --git a/charts/enterprise/authelia/Chart.yaml b/charts/enterprise/authelia/Chart.yaml index 1d734691a2b4..76cf6e120245 100644 --- a/charts/enterprise/authelia/Chart.yaml +++ b/charts/enterprise/authelia/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "4.37.5" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org - version: 8.0.28 + version: 8.0.29 deprecated: false description: Authelia is a Single Sign-On Multi-Factor portal for web apps home: https://truecharts.org/charts/enterprise/authelia @@ -35,7 +35,7 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 19.0.0 +version: 19.0.1 annotations: truecharts.org/catagories: | - security diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index 42c5ec47a781..094e1ed50274 100644 --- a/charts/enterprise/blocky/Chart.yaml +++ b/charts/enterprise/blocky/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "0.22.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org - version: 8.0.28 + version: 8.0.29 description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go home: https://truecharts.org/charts/enterprise/blocky icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png @@ -25,7 +25,7 @@ sources: - https://0xerr0r.github.io/blocky/ - https://github.com/0xERR0R/blocky - https://github.com/Mozart409/blocky-frontend -version: 9.0.0 +version: 9.0.1 annotations: truecharts.org/catagories: | - network diff --git a/charts/enterprise/clusterissuer/Chart.yaml b/charts/enterprise/clusterissuer/Chart.yaml index 72423441993a..fba2cd2ba836 100644 --- a/charts/enterprise/clusterissuer/Chart.yaml +++ b/charts/enterprise/clusterissuer/Chart.yaml @@ -10,7 +10,7 @@ keywords: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 kubeVersion: ">=1.16.0-0" maintainers: - email: info@truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer - https://cert-manager.io/ type: application -version: 4.1.1 +version: 4.1.2 annotations: truecharts.org/catagories: | - core diff --git a/charts/enterprise/grafana/Chart.yaml b/charts/enterprise/grafana/Chart.yaml index ab0a2e3e3e59..d2ff196159d4 100644 --- a/charts/enterprise/grafana/Chart.yaml +++ b/charts/enterprise/grafana/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.1.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. home: https://truecharts.org/charts/enterprise/grafana @@ -24,7 +24,7 @@ sources: - https://github.com/bitnami/bitnami-docker-grafana - https://grafana.com/ type: application -version: 9.0.24 +version: 9.0.25 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/enterprise/metallb-config/Chart.yaml b/charts/enterprise/metallb-config/Chart.yaml index 9289a87cfa21..67854ed1ad05 100644 --- a/charts/enterprise/metallb-config/Chart.yaml +++ b/charts/enterprise/metallb-config/Chart.yaml @@ -10,7 +10,7 @@ keywords: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 kubeVersion: ">=1.16.0-0" maintainers: - email: info@truecharts.org @@ -22,7 +22,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 3.0.2 +version: 3.0.3 annotations: truecharts.org/catagories: | - core diff --git a/charts/enterprise/prometheus/Chart.yaml b/charts/enterprise/prometheus/Chart.yaml index 26313bd75777..39072f5016c6 100644 --- a/charts/enterprise/prometheus/Chart.yaml +++ b/charts/enterprise/prometheus/Chart.yaml @@ -3,15 +3,15 @@ appVersion: "2.47.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.8 + version: 14.0.9 - condition: exporters.enabled,exporters.node-exporter.enabled name: node-exporter repository: https://deps.truecharts.org - version: 3.0.24 + version: 3.0.25 - condition: exporters.enabled,exporters.kube-state-metrics.enabled name: kube-state-metrics repository: https://deps.truecharts.org - version: 3.0.22 + version: 3.0.23 deprecated: false description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png @@ -29,7 +29,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 13.0.3 +version: 13.0.4 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/enterprise/traefik/Chart.yaml b/charts/enterprise/traefik/Chart.yaml index 89cbbaf79fb3..570b7617cc28 100644 --- a/charts/enterprise/traefik/Chart.yaml +++ b/charts/enterprise/traefik/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.10.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Traefik is a flexible reverse proxy and Ingress Provider. home: https://truecharts.org/charts/enterprise/traefik @@ -23,7 +23,7 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 21.0.6 +version: 21.0.7 annotations: truecharts.org/catagories: | - network diff --git a/charts/enterprise/vaultwarden/Chart.yaml b/charts/enterprise/vaultwarden/Chart.yaml index 92891e35f9e7..baa10da8767e 100644 --- a/charts/enterprise/vaultwarden/Chart.yaml +++ b/charts/enterprise/vaultwarden/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.29.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Unofficial Bitwarden compatible server written in Rust home: https://truecharts.org/charts/enterprise/vaultwarden @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden - https://github.com/dani-garcia/vaultwarden type: application -version: 23.0.1 +version: 23.0.2 annotations: truecharts.org/catagories: | - security diff --git a/charts/incubator/automatic-ripping-machine/Chart.yaml b/charts/incubator/automatic-ripping-machine/Chart.yaml index 8095dc32eb99..ace0abee149c 100644 --- a/charts/incubator/automatic-ripping-machine/Chart.yaml +++ b/charts/incubator/automatic-ripping-machine/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.6.60" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Automatic Ripping Machine (ARM) Scripts. home: https://truecharts.org/charts/incubator/automatic-ripping-machine @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/automatic-ripping-machine - https://github.com/automatic-ripping-machine/automatic-ripping-machine type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/backuppc/Chart.yaml b/charts/incubator/backuppc/Chart.yaml index 8541941b8c05..b9ca6b2ea481 100644 --- a/charts/incubator/backuppc/Chart.yaml +++ b/charts/incubator/backuppc/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.0.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. home: https://truecharts.org/charts/incubator/backuppc @@ -23,7 +23,7 @@ sources: - https://github.com/tiredofit/docker-backuppc - https://backuppc.github.io/backuppc/index.html type: application -version: 3.0.0 +version: 3.0.1 annotations: truecharts.org/catagories: | - Backup diff --git a/charts/incubator/ctfd/Chart.yaml b/charts/incubator/ctfd/Chart.yaml index 649c2d7cd47a..6832cd0defed 100644 --- a/charts/incubator/ctfd/Chart.yaml +++ b/charts/incubator/ctfd/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.5.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -29,7 +29,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/ctfd - https://github.com/CTFd/CTFd type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - learning diff --git a/charts/incubator/docassemble/Chart.yaml b/charts/incubator/docassemble/Chart.yaml index 697c2ced878c..4afc9857e73c 100644 --- a/charts/incubator/docassemble/Chart.yaml +++ b/charts/incubator/docassemble/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A free, open-source expert system for guided interviews and document assembly. home: https://truecharts.org/charts/incubator/docassemble @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/docassemble - https://github.com/jhpyle/docassemble type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - documentation diff --git a/charts/incubator/eco/Chart.yaml b/charts/incubator/eco/Chart.yaml index 4b43d1d9abbd..f30a8b3e2d8d 100644 --- a/charts/incubator/eco/Chart.yaml +++ b/charts/incubator/eco/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A custom SteamCMD chart that runs ECO. home: https://truecharts.org/charts/incubator/eco @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/eco - https://github.com/ich777/docker-steamcmd-server/tree/eco type: application -version: 3.1.1 +version: 3.1.2 annotations: truecharts.org/catagories: | - games diff --git a/charts/incubator/factorio/Chart.yaml b/charts/incubator/factorio/Chart.yaml index 2c827a7d4ea4..288f0ac72607 100644 --- a/charts/incubator/factorio/Chart.yaml +++ b/charts/incubator/factorio/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "stable" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A game in which you build and maintain factories. home: https://truecharts.org/charts/incubator/factorio @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/factorio - https://github.com/factoriotools/factorio-docker type: application -version: 4.1.0 +version: 4.1.1 annotations: truecharts.org/catagories: | - GameServers diff --git a/charts/incubator/funkwhale/Chart.yaml b/charts/incubator/funkwhale/Chart.yaml index c2f1e4b2c0b6..c71ddce69039 100644 --- a/charts/incubator/funkwhale/Chart.yaml +++ b/charts/incubator/funkwhale/Chart.yaml @@ -8,7 +8,7 @@ appVersion: "1.2.10" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 13.2.1 + version: 13.2.2 deprecated: false description: Funkwhale is designed to make it easy to listen to music you like, and to discover new artists. home: https://truecharts.org/charts/incubator/funkwhale @@ -27,4 +27,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale - https://funkwhale.audio/ type: application -version: 3.0.1 +version: 3.0.2 diff --git a/charts/incubator/homebridge/Chart.yaml b/charts/incubator/homebridge/Chart.yaml index 5cc5a5209fed..f546ae7c9710 100644 --- a/charts/incubator/homebridge/Chart.yaml +++ b/charts/incubator/homebridge/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A lightweight NodeJS server that emulates the iOS HomeKit API home: https://truecharts.org/charts/incubator/homebridge @@ -22,7 +22,7 @@ sources: - https://homebridge.io/ - https://github.com/oznu/docker-homebridge type: application -version: 4.0.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/icloudpd/Chart.yaml b/charts/incubator/icloudpd/Chart.yaml index 6fd5494ed1e7..132d13ce1038 100644 --- a/charts/incubator/icloudpd/Chart.yaml +++ b/charts/incubator/icloudpd/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. home: https://truecharts.org/charts/incubator/icloudpd @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/icloudpd - https://github.com/Womabre/-TrueNAS-docker-templates type: application -version: 3.0.0 +version: 3.0.1 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/incubator/kaizoku/Chart.yaml b/charts/incubator/kaizoku/Chart.yaml index 75f486a5152f..9341e8fcaf2f 100644 --- a/charts/incubator/kaizoku/Chart.yaml +++ b/charts/incubator/kaizoku/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/kaizoku - https://github.com/oae/kaizoku type: application -version: 0.1.0 +version: 0.1.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/kimai/Chart.yaml b/charts/incubator/kimai/Chart.yaml index 00ee0de115fd..8686db9f4f78 100644 --- a/charts/incubator/kimai/Chart.yaml +++ b/charts/incubator/kimai/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 -appVersion: "1.20" +appVersion: "2.0.35" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ - version: 9.0.25 + version: 9.0.26 description: Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers. home: https://truecharts.org/charts/incubator/kimai icon: https://truecharts.org/img/hotlink-ok/chart-icons/kimai.png @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/kimai - https://github.com/kevinpapst/kimai2 - https://github.com/tobybatch/kimai2 -version: 8.0.1 +version: 8.0.2 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/odoo/Chart.yaml b/charts/incubator/odoo/Chart.yaml index 000ea673e404..ccf3ad12083c 100644 --- a/charts/incubator/odoo/Chart.yaml +++ b/charts/incubator/odoo/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "16.0.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. home: https://truecharts.org/charts/incubator/odoo @@ -26,7 +26,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/odoo - https://github.com/odoo/docker type: application -version: 14.0.3 +version: 14.0.4 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/owntracks/Chart.yaml b/charts/incubator/owntracks/Chart.yaml index 3a4f7d17a106..2aa1b0cfaef9 100644 --- a/charts/incubator/owntracks/Chart.yaml +++ b/charts/incubator/owntracks/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.9.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 13.2.1 + version: 13.2.2 deprecated: false description: The OwnTracks Recorder is a lightweight program for storing and accessing location data published via MQTT (or HTTP) by the OwnTracks apps. home: https://truecharts.org/charts/incubator/owntracks @@ -22,7 +22,7 @@ sources: - https://github.com/owntracks/recorder - https://github.com/owntracks/docker-recorder type: application -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/plex-playlist-sync/Chart.yaml b/charts/incubator/plex-playlist-sync/Chart.yaml index 9741fe75feac..8a29a86767e9 100644 --- a/charts/incubator/plex-playlist-sync/Chart.yaml +++ b/charts/incubator/plex-playlist-sync/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Sync your Spotify and Deezer playlists to your Plex server. home: https://truecharts.org/charts/incubator/plex-playlist-sync @@ -26,7 +26,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/plex-playlist-sync - https://github.com/rnagabhyrava/plex-playlist-sync type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - Tools-Utilities diff --git a/charts/incubator/plextraktsync/Chart.yaml b/charts/incubator/plextraktsync/Chart.yaml index 38d071c536ae..e55d06a4aac1 100644 --- a/charts/incubator/plextraktsync/Chart.yaml +++ b/charts/incubator/plextraktsync/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.27.7" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: Two-way-sync between trakt.tv and Plex Media Server. home: https://truecharts.org/charts/incubator/plextraktsync @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/plextraktsync - https://github.com/Taxel/PlexTraktSync type: application -version: 4.0.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - Tools-Utilities diff --git a/charts/incubator/postgresql/Chart.yaml b/charts/incubator/postgresql/Chart.yaml index a85b70bdea66..9c0d830aedb8 100644 --- a/charts/incubator/postgresql/Chart.yaml +++ b/charts/incubator/postgresql/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "14.7.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: PostgresSQL home: https://truecharts.org/charts/incubator/postgresql @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/postgresql - https://www.postgresql.org/ type: application -version: 14.0.0 +version: 14.0.1 annotations: truecharts.org/catagories: | - database diff --git a/charts/incubator/reactive-resume/Chart.yaml b/charts/incubator/reactive-resume/Chart.yaml index 2d5e0d859218..94d298cf4f27 100644 --- a/charts/incubator/reactive-resume/Chart.yaml +++ b/charts/incubator/reactive-resume/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A one-of-a-kind resume builder that keeps your privacy in mind. home: https://truecharts.org/charts/incubator/reactive-resume @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/reactive-resume - https://github.com/reactive-resume/reactive-resume type: application -version: 3.0.0 +version: 3.0.1 annotations: truecharts.org/catagories: | - Productivity diff --git a/charts/incubator/rtorrent-rutorrent/Chart.yaml b/charts/incubator/rtorrent-rutorrent/Chart.yaml index 4b7460956fb2..e8e62c67f213 100644 --- a/charts/incubator/rtorrent-rutorrent/Chart.yaml +++ b/charts/incubator/rtorrent-rutorrent/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: rTorrent and ruTorrent chart. home: https://truecharts.org/charts/incubator/rtorrent-rutorrent @@ -23,7 +23,7 @@ sources: - https://truecharts.org/charts/incubator/rtorrent-rutorrent - https://github.com/crazy-max/docker-rtorrent-rutorrent type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - torrent diff --git a/charts/incubator/scrypted/Chart.yaml b/charts/incubator/scrypted/Chart.yaml index 4c7908b90ed4..97235eadeac8 100644 --- a/charts/incubator/scrypted/Chart.yaml +++ b/charts/incubator/scrypted/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.44.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Scrypted is a high performance home video integration and automation platform. home: https://truecharts.org/charts/incubator/scrypted @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/scrypted - https://github.com/koush/scrypted type: application -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/smtp-relay/Chart.yaml b/charts/incubator/smtp-relay/Chart.yaml index 4e008ba6d916..cf549da550f3 100644 --- a/charts/incubator/smtp-relay/Chart.yaml +++ b/charts/incubator/smtp-relay/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.5.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A SMTP service for relaying emails. home: https://truecharts.org/charts/incubator/smtp-relay @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/smtp-relay - https://github.com/ix-ai/smtp type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - smtp diff --git a/charts/incubator/sonsoftheforest/Chart.yaml b/charts/incubator/sonsoftheforest/Chart.yaml index 5075d1f3b510..2e67b72f6153 100644 --- a/charts/incubator/sonsoftheforest/Chart.yaml +++ b/charts/incubator/sonsoftheforest/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A custom SteamCMD chart that runs Sons Of The Forest Server. home: https://truecharts.org/charts/incubator/sonsoftheforest @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/sonsoftheforest - https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - GameServers diff --git a/charts/incubator/spaceengineers/Chart.yaml b/charts/incubator/spaceengineers/Chart.yaml index 42f4dd109ef4..7020e965f37f 100644 --- a/charts/incubator/spaceengineers/Chart.yaml +++ b/charts/incubator/spaceengineers/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: Space Engineers Dedicated Server. home: https://truecharts.org/charts/incubator/spaceengineers @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/spaceengineers - https://github.com/Devidian/docker-spaceengineers type: application -version: 3.0.1 +version: 3.0.2 annotations: truecharts.org/catagories: | - GameServers diff --git a/charts/incubator/stun-turn-server/Chart.yaml b/charts/incubator/stun-turn-server/Chart.yaml index 8a02d91af7be..a4e50bd770db 100644 --- a/charts/incubator/stun-turn-server/Chart.yaml +++ b/charts/incubator/stun-turn-server/Chart.yaml @@ -7,7 +7,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: "This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk." home: https://truecharts.org/charts/incubator/stun-turn-server @@ -24,4 +24,4 @@ name: stun-turn-server sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/stun-turn-server type: application -version: 3.0.0 +version: 3.0.1 diff --git a/charts/incubator/telepush/Chart.yaml b/charts/incubator/telepush/Chart.yaml index 185676f1848f..0884cbe021e5 100644 --- a/charts/incubator/telepush/Chart.yaml +++ b/charts/incubator/telepush/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A simple bot to translate JSON HTTP requests into Telegram push messages. home: https://truecharts.org/charts/incubator/telepush @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/telepush - https://github.com/muety/telepush type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - notifications diff --git a/charts/incubator/traefik-forward-auth/Chart.yaml b/charts/incubator/traefik-forward-auth/Chart.yaml index b4936ead0407..c37b3d412abc 100644 --- a/charts/incubator/traefik-forward-auth/Chart.yaml +++ b/charts/incubator/traefik-forward-auth/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: traefik-forward-auth -version: 0.2.0 +version: 0.2.1 appVersion: "latest" description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md). type: application @@ -21,7 +21,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/incubator/van-dam/Chart.yaml b/charts/incubator/van-dam/Chart.yaml index 8a132cd9a10e..60af10b715f3 100644 --- a/charts/incubator/van-dam/Chart.yaml +++ b/charts/incubator/van-dam/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.53.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam - https://github.com/Floppy/van_dam type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/vocechat-server/Chart.yaml b/charts/incubator/vocechat-server/Chart.yaml index 85dcdacdb1fb..ee7b6e0ff63f 100644 --- a/charts/incubator/vocechat-server/Chart.yaml +++ b/charts/incubator/vocechat-server/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.3.38" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A superlight rust written social server. home: https://truecharts.org/charts/incubator/vocechat-server @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/vocechat-server - https://github.com/Privoce/vocechat-server-rust type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - social diff --git a/charts/incubator/watcharr/Chart.yaml b/charts/incubator/watcharr/Chart.yaml index c40c998bcb95..99888b125b45 100644 --- a/charts/incubator/watcharr/Chart.yaml +++ b/charts/incubator/watcharr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.16.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: Open source, self-hostable watched list home: https://truecharts.org/charts/incubator/watcharr @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/watcharr - https://github.com/sbondCo/Watcharr type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/operators/cert-manager/Chart.yaml b/charts/operators/cert-manager/Chart.yaml index 787aae09cccf..6cf96a2ed727 100644 --- a/charts/operators/cert-manager/Chart.yaml +++ b/charts/operators/cert-manager/Chart.yaml @@ -11,10 +11,10 @@ keywords: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - name: cert-manager repository: https://charts.jetstack.io - version: v1.12.3 + version: v1.13.1 alias: certmanager kubeVersion: ">=1.16.0-0" maintainers: @@ -27,7 +27,7 @@ sources: - https://github.com/cert-manager - https://cert-manager.io/ type: application -version: 1.0.3 +version: 1.0.4 annotations: truecharts.org/catagories: | - operators diff --git a/charts/operators/cloudnative-pg/Chart.yaml b/charts/operators/cloudnative-pg/Chart.yaml index ceaa17653d29..3baf16185a54 100644 --- a/charts/operators/cloudnative-pg/Chart.yaml +++ b/charts/operators/cloudnative-pg/Chart.yaml @@ -11,7 +11,7 @@ keywords: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 kubeVersion: ">=1.16.0-0" maintainers: - email: info@truecharts.org @@ -23,7 +23,7 @@ sources: - https://github.com/cloudnative-pg - https://cloudnative-pg.io/ type: application -version: 2.0.2 +version: 2.0.3 annotations: truecharts.org/catagories: | - operators diff --git a/charts/operators/metallb/Chart.yaml b/charts/operators/metallb/Chart.yaml index 083f3c6425c8..d12b828f70f1 100644 --- a/charts/operators/metallb/Chart.yaml +++ b/charts/operators/metallb/Chart.yaml @@ -10,7 +10,7 @@ keywords: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 kubeVersion: ">=1.16.0-0" maintainers: - email: info@truecharts.org @@ -22,7 +22,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 10.0.3 +version: 10.0.4 annotations: truecharts.org/catagories: | - operators diff --git a/charts/operators/prometheus-operator/Chart.yaml b/charts/operators/prometheus-operator/Chart.yaml index f47ad2fb0f86..bd77c4609335 100644 --- a/charts/operators/prometheus-operator/Chart.yaml +++ b/charts/operators/prometheus-operator/Chart.yaml @@ -11,7 +11,7 @@ keywords: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 kubeVersion: ">=1.16.0-0" maintainers: - email: info@truecharts.org @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator - https://github.com/prometheus-operator type: application -version: 1.0.4 +version: 1.0.5 annotations: truecharts.org/catagories: | - operators diff --git a/charts/stable/actualserver/Chart.yaml b/charts/stable/actualserver/Chart.yaml index a3a1114f2f78..78a3ed11b7a2 100644 --- a/charts/stable/actualserver/Chart.yaml +++ b/charts/stable/actualserver/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.10.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Actual is a super fast privacy-focused app for managing your finances. home: https://truecharts.org/charts/stable/actualserver @@ -25,4 +25,4 @@ annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | - finance -version: 5.0.4 +version: 5.0.5 diff --git a/charts/stable/adguard-home/Chart.yaml b/charts/stable/adguard-home/Chart.yaml index ff1e02f30e3b..883f8e4218ce 100644 --- a/charts/stable/adguard-home/Chart.yaml +++ b/charts/stable/adguard-home/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.107.38" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Free and open source, powerful network-wide ads & trackers blocking DNS server. home: https://truecharts.org/charts/stable/adguard-home icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png @@ -18,7 +18,7 @@ maintainers: name: adguard-home sources: - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home -version: 6.0.3 +version: 6.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/adminer/Chart.yaml b/charts/stable/adminer/Chart.yaml index f6fab38b5a09..8372cd484600 100644 --- a/charts/stable/adminer/Chart.yaml +++ b/charts/stable/adminer/Chart.yaml @@ -7,7 +7,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. home: https://truecharts.org/charts/stable/adminer @@ -26,4 +26,4 @@ sources: - https://github.com/vrana/adminer - http://hub.docker.com/_/adminer/ type: application -version: 5.0.15 +version: 5.0.16 diff --git a/charts/stable/airdcpp-webclient/Chart.yaml b/charts/stable/airdcpp-webclient/Chart.yaml index a22078a0711c..3b570821da26 100644 --- a/charts/stable/airdcpp-webclient/Chart.yaml +++ b/charts/stable/airdcpp-webclient/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.12.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. home: https://truecharts.org/charts/stable/airdcpp-webclient @@ -23,7 +23,7 @@ sources: - https://airdcpp-web.github.io/ - https://github.com/airdcpp-web/airdcpp-webclient type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml index 6707b05486d3..805abe43da2d 100644 --- a/charts/stable/airsonic-advanced/Chart.yaml +++ b/charts/stable/airsonic-advanced/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "11.0.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Airsonic is a Free and Open Source community driven media server home: https://truecharts.org/charts/stable/airsonic-advanced icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png @@ -18,7 +18,7 @@ name: airsonic-advanced sources: - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced - https://github.com/airsonic/airsonic-advanced -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index e5ac5cf406bf..1ffe0092e699 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.6.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Airsonic is a Free and Open Source community driven media server home: https://truecharts.org/charts/stable/airsonic icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png @@ -20,7 +20,7 @@ sources: - https://github.com/airsonic/airsonic - https://github.com/linuxserver/docker-airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/alist/Chart.yaml b/charts/stable/alist/Chart.yaml index 36c8f74fc428..84e41a9dc8f3 100644 --- a/charts/stable/alist/Chart.yaml +++ b/charts/stable/alist/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: alist -version: 6.0.4 +version: 6.0.5 appVersion: "3.28.0" description: Alist program that supports multiple storage, powered by Gin and React type: application @@ -21,7 +21,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/amcrest2mqtt/Chart.yaml b/charts/stable/amcrest2mqtt/Chart.yaml index 3c464b26b6be..5f88fb2c3322 100644 --- a/charts/stable/amcrest2mqtt/Chart.yaml +++ b/charts/stable/amcrest2mqtt/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.16" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Expose all events from an Amcrest device to an MQTT broker home: https://truecharts.org/charts/stable/amcrest2mqtt icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png @@ -18,7 +18,7 @@ name: amcrest2mqtt sources: - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt - https://github.com/dchesterton/amcrest2mqtt -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/amule/Chart.yaml b/charts/stable/amule/Chart.yaml index 7f3a76261808..a231a5de7928 100644 --- a/charts/stable/amule/Chart.yaml +++ b/charts/stable/amule/Chart.yaml @@ -9,7 +9,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: aMule is an eMule-like client for the eDonkey and Kademlia networks. home: https://truecharts.org/charts/stable/amule @@ -29,4 +29,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/amule - https://github.com/t-chab/dockerfiles type: application -version: 4.0.0 +version: 4.0.1 diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index 5ce0087ce67a..3bc15e1723ee 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.14.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -26,7 +26,7 @@ name: anonaddy sources: - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy - https://github.com/anonaddy/docker -version: 15.0.6 +version: 15.0.7 annotations: truecharts.org/catagories: | - email diff --git a/charts/stable/apache-musicindex/Chart.yaml b/charts/stable/apache-musicindex/Chart.yaml index 378f16783b8e..b7589fc26d13 100644 --- a/charts/stable/apache-musicindex/Chart.yaml +++ b/charts/stable/apache-musicindex/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.4.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Index and stream music using apache-musicindex and m3u playlists home: https://truecharts.org/charts/stable/apache-musicindex icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png @@ -21,7 +21,7 @@ name: apache-musicindex sources: - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex - http://hacks.slashdirt.org/sw/musicindex/ -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index a6eebb43f38d..dc9674bc5efe 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.4.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps. home: https://truecharts.org/charts/stable/appdaemon @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon - https://github.com/AppDaemon/appdaemon type: application -version: 13.0.0 +version: 13.0.1 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/apt-cacher-ng/Chart.yaml b/charts/stable/apt-cacher-ng/Chart.yaml index 2c75e6c2ca96..c6debfc0824d 100644 --- a/charts/stable/apt-cacher-ng/Chart.yaml +++ b/charts/stable/apt-cacher-ng/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.7.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. home: https://truecharts.org/charts/stable/apt-cacher-ng @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng - https://www.unix-ag.uni-kl.de/~bloch/acng/ type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/aria2/Chart.yaml b/charts/stable/aria2/Chart.yaml index a7c36736675d..f26dfa87200b 100644 --- a/charts/stable/aria2/Chart.yaml +++ b/charts/stable/aria2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: aria server for downloading web content home: https://truecharts.org/charts/stable/aria2 icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png @@ -18,7 +18,7 @@ name: aria2 sources: - https://github.com/truecharts/charts/tree/master/charts/stable/aria2 - https://github.com/P3TERX/Aria2-Pro-Docker -version: 9.0.0 +version: 9.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ariang/Chart.yaml b/charts/stable/ariang/Chart.yaml index 1640c116ba60..fc46ba4bbf50 100644 --- a/charts/stable/ariang/Chart.yaml +++ b/charts/stable/ariang/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.3.6" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A modern web frontend making aria2 easier to use | Aria2 WebUI. home: https://truecharts.org/charts/stable/ariang icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png @@ -18,7 +18,7 @@ name: ariang sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ariang - https://github.com/leonismoe/docker-images -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/arksurvivalevolved/Chart.yaml b/charts/stable/arksurvivalevolved/Chart.yaml index fb3c5d511114..a12e8322f36c 100644 --- a/charts/stable/arksurvivalevolved/Chart.yaml +++ b/charts/stable/arksurvivalevolved/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A custom SteamCMD chart that runs ArkSE. home: https://truecharts.org/charts/stable/arksurvivalevolved @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved - https://github.com/ich777/docker-steamcmd-server/tree/arkse type: application -version: 4.0.1 +version: 4.0.2 annotations: truecharts.org/catagories: | - GameServers diff --git a/charts/stable/audacity/Chart.yaml b/charts/stable/audacity/Chart.yaml index 72120651a9a3..29f071ce9c25 100644 --- a/charts/stable/audacity/Chart.yaml +++ b/charts/stable/audacity/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.0.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: An easy-to-use, multi-track audio editor and recorder home: https://truecharts.org/charts/stable/audacity icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png @@ -24,7 +24,7 @@ sources: - https://github.com/linuxserver/docker-audacity - https://www.audacityteam.org/ type: application -version: 9.0.0 +version: 9.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index f01cf98b33a3..1468231e787f 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.4.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. home: https://truecharts.org/charts/stable/audiobookshelf icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png @@ -18,7 +18,7 @@ name: audiobookshelf sources: - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - https://github.com/advplyr/audiobookshelf -version: 6.0.5 +version: 6.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 33f80ffefa19..4a54468a300f 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "2023.8.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org - version: 8.0.0 + version: 8.0.29 description: Authentik is an open-source Identity Provider focused on flexibility and versatility. home: https://truecharts.org/charts/stable/authentik icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/goauthentik/authentik - https://goauthentik.io/docs/ -version: 15.0.6 +version: 15.0.7 annotations: truecharts.org/catagories: | - authentication diff --git a/charts/stable/autobrr/Chart.yaml b/charts/stable/autobrr/Chart.yaml index 6144cc610cb5..cf699a52f034 100644 --- a/charts/stable/autobrr/Chart.yaml +++ b/charts/stable/autobrr/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: autobrr -version: 5.0.3 +version: 5.0.4 appVersion: "1.31.0" description: The modern download automation tool for torrents. type: application @@ -17,7 +17,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/automatic-music-downloader/Chart.yaml b/charts/stable/automatic-music-downloader/Chart.yaml index 44cf6c7534a6..a926cd36cdca 100644 --- a/charts/stable/automatic-music-downloader/Chart.yaml +++ b/charts/stable/automatic-music-downloader/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A Lidarr companion script to automatically download music for Lidarr. home: https://truecharts.org/charts/stable/automatic-music-downloader @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader - https://github.com/RandomNinjaAtk/docker-amd type: application -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/autoscan/Chart.yaml b/charts/stable/autoscan/Chart.yaml index 14498bfb1887..1b1af5bf9797 100644 --- a/charts/stable/autoscan/Chart.yaml +++ b/charts/stable/autoscan/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: autoscan -version: 5.0.15 +version: 5.0.16 appVersion: "latest" description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. type: application @@ -17,7 +17,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/avidemux/Chart.yaml b/charts/stable/avidemux/Chart.yaml index 0e0eaf1507a5..b8f38dd8af4f 100644 --- a/charts/stable/avidemux/Chart.yaml +++ b/charts/stable/avidemux/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.06.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. home: https://truecharts.org/charts/stable/avidemux @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux - https://github.com/jlesage/docker-avidemux type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index a7936ac652e2..9f297383bf76 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "2.0.4" kubeVersion: ">=1.16.0-0" -version: 13.0.8 +version: 13.0.9 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 @@ -19,7 +19,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index 7b000e98821f..8f509c9f0753 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.20.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -22,7 +22,7 @@ name: baserow sources: - https://github.com/truecharts/charts/tree/master/charts/stable/baserow - https://gitlab.com/bramw/baserow/ -version: 8.0.3 +version: 8.0.4 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index 063c4e627912..ea42ca6135b4 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.3.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements home: https://truecharts.org/charts/stable/bazarr @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr - https://github.com/morpheus65535/bazarr type: application -version: 15.0.10 +version: 15.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/beets/Chart.yaml b/charts/stable/beets/Chart.yaml index ef35862657e3..c19d5ab6c9a1 100644 --- a/charts/stable/beets/Chart.yaml +++ b/charts/stable/beets/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A music library manager and not, for the most part, a music player. home: https://truecharts.org/charts/stable/beets icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png @@ -24,7 +24,7 @@ sources: - https://github.com/linuxserver/docker-beets - https://beets.io/ type: application -version: 8.0.11 +version: 8.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml index c5ee68ee5e03..4315154f370d 100644 --- a/charts/stable/blog/Chart.yaml +++ b/charts/stable/blog/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: "Lightweight self-hosted facebook-styled PHP blog." home: https://truecharts.org/charts/stable/blog icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/blog - https://github.com/m1k1o/blog - https://github.com/nicholaswilde/docker-blog -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - hosting diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index 940260338e34..db56700aeae7 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: boinc -version: 6.0.10 +version: 6.0.11 appVersion: "latest" description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index 6310d2ec408c..fe6918622920 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2201.1.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Booksonic is a platform for accessing the audibooks you own wherever you are home: https://truecharts.org/charts/stable/booksonic-air icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png @@ -19,7 +19,7 @@ name: booksonic-air sources: - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air - https://github.com/popeen/Booksonic-Air -version: 10.0.8 +version: 10.0.9 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index 1ddbb48b0758..506aae7e901e 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.08.2023" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -27,7 +27,7 @@ name: bookstack sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack - https://www.bookstackapp.com/ -version: 8.0.1 +version: 8.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/browserless-chrome/Chart.yaml b/charts/stable/browserless-chrome/Chart.yaml index 9d86c99bf527..ec5f1e14fa7e 100644 --- a/charts/stable/browserless-chrome/Chart.yaml +++ b/charts/stable/browserless-chrome/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.60.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work home: https://truecharts.org/charts/stable/browserless-chrome icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png @@ -20,7 +20,7 @@ name: browserless-chrome sources: - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome - https://docs.browserless.io/docs/docker.html -version: 6.0.6 +version: 6.0.7 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/budge/Chart.yaml b/charts/stable/budge/Chart.yaml index dbcf340c2b0a..daab6737e4c8 100644 --- a/charts/stable/budge/Chart.yaml +++ b/charts/stable/budge/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.0.9" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Budge is an open source 'budgeting with envelopes' personal finance app. home: https://truecharts.org/charts/stable/budge icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/budge - https://github.com/linuxserver/budge - https://github.com/linuxserver/docker-BudgE -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index 1672972cad3d..0c23765b9da3 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.6.20" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. home: https://truecharts.org/charts/stable/calibre-web @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web - https://github.com/janeczku/calibre-web type: application -version: 15.0.0 +version: 15.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index 5d4dd2e252f3..3d989e21ff78 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.28.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 description: Calibre is a powerful and easy to use e-book manager. home: https://truecharts.org/charts/stable/calibre icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png @@ -18,7 +18,7 @@ name: calibre sources: - https://github.com/truecharts/charts/tree/master/charts/stable/calibre - https://github.com/kovidgoyal/calibre/ -version: 11.0.17 +version: 11.0.18 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/channels-dvr/Chart.yaml b/charts/stable/channels-dvr/Chart.yaml index 8573faa6ddb7..f7f2a5fdbfe8 100644 --- a/charts/stable/channels-dvr/Chart.yaml +++ b/charts/stable/channels-dvr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Channels DVR Server home: https://truecharts.org/charts/stable/channels-dvr @@ -19,7 +19,7 @@ name: channels-dvr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr type: application -version: 3.0.1 +version: 3.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml index 1ddcaad1b313..83d6b5b1dde5 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: 8.0.0 +version: 8.0.1 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 @@ -17,7 +17,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ diff --git a/charts/stable/chronos/Chart.yaml b/charts/stable/chronos/Chart.yaml index 5080787ef4fc..c93cd78daeaf 100644 --- a/charts/stable/chronos/Chart.yaml +++ b/charts/stable/chronos/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: "Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI." home: https://truecharts.org/charts/stable/chronos @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/chronos - https://github.com/simse/chronos type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index a85a0d854f77..9a282758cdd9 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.2.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. home: https://truecharts.org/charts/stable/clamav icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png @@ -21,7 +21,7 @@ sources: - https://github.com/Cisco-Talos/clamav - https://docs.clamav.net/ type: application -version: 7.0.4 +version: 7.0.5 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index c34b2058d1f8..93b7c98c0d4b 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.1.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -26,7 +26,7 @@ name: clarkson sources: - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson - https://github.com/linuxserver/Clarkson -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - vehicle diff --git a/charts/stable/cloud9/Chart.yaml b/charts/stable/cloud9/Chart.yaml index 1e02d1d44524..c472b5266442 100644 --- a/charts/stable/cloud9/Chart.yaml +++ b/charts/stable/cloud9/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.29.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A complete web based IDE with terminal access home: https://truecharts.org/charts/stable/cloud9 icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.png @@ -23,7 +23,7 @@ sources: - https://aws.amazon.com/cloud9/ - https://github.com/c9/core type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/cloudflared/Chart.yaml b/charts/stable/cloudflared/Chart.yaml index ebcb02e5a0da..1b9f7ae14ba0 100644 --- a/charts/stable/cloudflared/Chart.yaml +++ b/charts/stable/cloudflared/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023.8.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. home: https://truecharts.org/charts/stable/cloudflared @@ -20,7 +20,7 @@ name: cloudflared sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared type: application -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/cloudflareddns/Chart.yaml b/charts/stable/cloudflareddns/Chart.yaml index b0765eba9534..89c9d1d91b6e 100644 --- a/charts/stable/cloudflareddns/Chart.yaml +++ b/charts/stable/cloudflareddns/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Automate Cloudflare DNS records for those with a dynamic IP. home: https://truecharts.org/charts/stable/cloudflareddns @@ -23,7 +23,7 @@ sources: - https://github.com/hotio/cloudflareddns - https://hotio.dev/containers/cloudflareddns/ type: application -version: 6.0.11 +version: 6.0.12 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index 312a042591f1..2ced64a849e3 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.17.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 description: Run VS Code on any machine anywhere and access it in the browser. home: https://truecharts.org/charts/stable/code-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/code-server - https://github.com/cdr/code-server type: application -version: 8.0.4 +version: 8.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/collabora/Chart.yaml b/charts/stable/collabora/Chart.yaml index d5d0c082983b..5579b1d6cb7b 100644 --- a/charts/stable/collabora/Chart.yaml +++ b/charts/stable/collabora/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.05.4.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: An awesome, Online Office suite image suitable for home use. home: https://truecharts.org/charts/stable/collabora @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/collabora - https://github.com/CollaboraOnline/online type: application -version: 2.0.4 +version: 2.0.5 annotations: truecharts.org/catagories: | - office diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml index 8455f29a1bd9..ccaf6d41d0a3 100644 --- a/charts/stable/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.8.7" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 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/charts/stable/commento-plusplus icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.png @@ -18,7 +18,7 @@ name: commento-plusplus sources: - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus - https://github.com/souramoo/commentoplusplus -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/cops/Chart.yaml b/charts/stable/cops/Chart.yaml index 227f3424513f..00996cab1d4f 100644 --- a/charts/stable/cops/Chart.yaml +++ b/charts/stable/cops/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: "Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server.\n" home: https://truecharts.org/charts/stable/cops @@ -25,7 +25,7 @@ sources: - https://github.com/orgs/linuxserver/packages/container/package/cops - https://github.com/linuxserver/docker-cops#readme type: application -version: 5.0.13 +version: 5.0.14 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/couchpotato/Chart.yaml b/charts/stable/couchpotato/Chart.yaml index 6a456d30633c..ed67c3f9230d 100644 --- a/charts/stable/couchpotato/Chart.yaml +++ b/charts/stable/couchpotato/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: couchpotato -version: 6.0.0 +version: 6.0.1 appVersion: "2021.11.22" description: Couchpotato is an automatic NZB and torrent downloader. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/crafty-4/Chart.yaml b/charts/stable/crafty-4/Chart.yaml index 94e139eea97b..d1aa54ca5ad5 100644 --- a/charts/stable/crafty-4/Chart.yaml +++ b/charts/stable/crafty-4/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.1.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Crafty Controller is a Minecraft Server Control Panel / Launcher. home: https://truecharts.org/charts/stable/crafty-4 @@ -23,7 +23,7 @@ sources: - https://craftycontrol.com/ - https://gitlab.com/crafty-controller/crafty-4 type: application -version: 4.0.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - GameServers diff --git a/charts/stable/cryptofolio/Chart.yaml b/charts/stable/cryptofolio/Chart.yaml index 0eec9b88ea7a..9f4a8ccdeadd 100644 --- a/charts/stable/cryptofolio/Chart.yaml +++ b/charts/stable/cryptofolio/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.2.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Track your cryptocurrency holdings/portfolio home: https://truecharts.org/charts/stable/cryptofolio icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.png @@ -18,7 +18,7 @@ name: cryptofolio sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio - https://github.com/Xtrendence/cryptofolio -version: 9.0.0 +version: 9.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/cura-novnc/Chart.yaml b/charts/stable/cura-novnc/Chart.yaml index aeb6129a1949..35c7aca7581e 100644 --- a/charts/stable/cura-novnc/Chart.yaml +++ b/charts/stable/cura-novnc/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Enjoy Cura directly in your browser with this easy to use Chart home: https://truecharts.org/charts/stable/cura-novnc @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cura-novnc - https://ultimaker.com/software/ultimaker-cura type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml index 66cee64cfd64..b21a988acef8 100644 --- a/charts/stable/custom-app/Chart.yaml +++ b/charts/stable/custom-app/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.21.976" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Advanced tool to create your own TrueCharts-based App home: https://truecharts.org/charts/stable/custom-app @@ -19,7 +19,7 @@ name: custom-app sources: - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app type: application -version: 9.0.5 +version: 9.0.6 annotations: truecharts.org/catagories: | - custom diff --git a/charts/stable/cyberchef/Chart.yaml b/charts/stable/cyberchef/Chart.yaml index f82ef126fee9..11f7d29c3477 100644 --- a/charts/stable/cyberchef/Chart.yaml +++ b/charts/stable/cyberchef/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.5.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. home: https://truecharts.org/charts/stable/cyberchef icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.png @@ -17,7 +17,7 @@ maintainers: name: cyberchef sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef -version: 6.0.34 +version: 6.0.35 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/czkawka/Chart.yaml b/charts/stable/czkawka/Chart.yaml index 8288c0e606d5..5995d127f733 100644 --- a/charts/stable/czkawka/Chart.yaml +++ b/charts/stable/czkawka/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.09.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. home: https://truecharts.org/charts/stable/czkawka @@ -23,7 +23,7 @@ sources: - https://github.com/jlesage/docker-czkawka - https://github.com/qarmin/czkawka type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - duplicates diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml index cd3ca771281b..57a43595daa3 100644 --- a/charts/stable/dashdot/Chart.yaml +++ b/charts/stable/dashdot/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.2.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. home: https://truecharts.org/charts/stable/dashdot icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.png @@ -19,7 +19,7 @@ name: dashdot sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot - https://github.com/MauriceNino/dashdot -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/dashy/Chart.yaml b/charts/stable/dashy/Chart.yaml index 1dd39828312a..d9f8aabaac52 100644 --- a/charts/stable/dashy/Chart.yaml +++ b/charts/stable/dashy/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 description: Dashy helps you organize your self-hosted services by making them accessible from a single place home: https://truecharts.org/charts/stable/dashy icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png @@ -18,7 +18,7 @@ name: dashy sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dashy - https://github.com/Lissy93/dashy -version: 3.0.16 +version: 3.0.17 annotations: truecharts.org/catagories: | - dashboard diff --git a/charts/stable/davos/Chart.yaml b/charts/stable/davos/Chart.yaml index afd461c6c4db..b2bbd1bd0399 100644 --- a/charts/stable/davos/Chart.yaml +++ b/charts/stable/davos/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.2.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: An FTP automation tool that periodically scans given host locations for new files. home: https://truecharts.org/charts/stable/davos icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.png @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-davos - https://github.com/linuxserver/davos/ type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ddclient/Chart.yaml b/charts/stable/ddclient/Chart.yaml index 83e8cdb11282..b15adedba77c 100644 --- a/charts/stable/ddclient/Chart.yaml +++ b/charts/stable/ddclient/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddclient -version: 6.0.0 +version: 6.0.1 appVersion: "3.10.0" description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index 3c6cca549e11..9ff87cb3adc2 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 6.0.4 +version: 6.0.5 appVersion: "5.6.2" description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service type: application @@ -17,7 +17,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/ddns-updater/Chart.yaml b/charts/stable/ddns-updater/Chart.yaml index 338dcd8f99b0..597c9d6dec95 100644 --- a/charts/stable/ddns-updater/Chart.yaml +++ b/charts/stable/ddns-updater/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.5.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers home: https://truecharts.org/charts/stable/ddns-updater icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.png @@ -18,7 +18,7 @@ name: ddns-updater sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater - https://github.com/qdm12/ddns-updater -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index 6306d44a6d4e..1c63904bd58b 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.24.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. home: https://truecharts.org/charts/stable/deconz icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/deconz - https://github.com/dresden-elektronik/deconz-rest-plugin - https://github.com/marthoc/docker-deconz -version: 12.0.4 +version: 12.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/deemix/Chart.yaml b/charts/stable/deemix/Chart.yaml index 012467dcba77..eaa1551118fb 100644 --- a/charts/stable/deemix/Chart.yaml +++ b/charts/stable/deemix/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: deemix is a deezer downloader built from the ashes of Deezloader Remix. home: https://truecharts.org/charts/stable/deemix @@ -23,7 +23,7 @@ sources: - https://gitlab.com/Bockiii/deemix-docker.git - https://git.freezerapp.xyz/RemixDev/deemix-py type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/deepstack/Chart.yaml b/charts/stable/deepstack/Chart.yaml index a07e6429afaa..dbbbbde8ba1b 100644 --- a/charts/stable/deepstack/Chart.yaml +++ b/charts/stable/deepstack/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2022.01.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models home: https://truecharts.org/charts/stable/deepstack @@ -21,7 +21,7 @@ sources: - https://github.com/johnolafenwa/DeepStack - https://www.deepstack.cc/ type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - AI diff --git a/charts/stable/dell-idrac-fan-controller/Chart.yaml b/charts/stable/dell-idrac-fan-controller/Chart.yaml index 2c7023654081..cd257a2eec17 100644 --- a/charts/stable/dell-idrac-fan-controller/Chart.yaml +++ b/charts/stable/dell-idrac-fan-controller/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Control your Dell PowerEdge fans via IPMI home: https://truecharts.org/charts/stable/dell-idrac-fan-controller @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dell-idrac-fan-controller - https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker type: application -version: 2.0.0 +version: 2.0.1 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index 5e5c95877c42..d02c38abaa59 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Deluge App for TrueNAS SCALE home: https://truecharts.org/charts/stable/deluge @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/deluge - https://github.com/deluge-torrent/deluge type: application -version: 15.0.0 +version: 15.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/digikam/Chart.yaml b/charts/stable/digikam/Chart.yaml index 1010e92ef1ff..d6e3583c4565 100644 --- a/charts/stable/digikam/Chart.yaml +++ b/charts/stable/digikam/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.8.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Professional Photo Management with the Power of Open Source home: https://truecharts.org/charts/stable/digikam icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.png @@ -24,7 +24,7 @@ sources: - https://github.com/linuxserver/docker-digikam - https://www.digikam.org/ type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/dillinger/Chart.yaml b/charts/stable/dillinger/Chart.yaml index 4e0fe531dd76..3f052ac73d69 100644 --- a/charts/stable/dillinger/Chart.yaml +++ b/charts/stable/dillinger/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: dillinger -version: 6.0.7 +version: 6.0.8 appVersion: "3.39.1" description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/discordgsm/Chart.yaml b/charts/stable/discordgsm/Chart.yaml index 99bf2c8908d0..ee58b150ddd8 100644 --- a/charts/stable/discordgsm/Chart.yaml +++ b/charts/stable/discordgsm/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.14.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A discord bot that monitors your game server and tracks the live data of your game servers. home: https://truecharts.org/charts/stable/discordgsm icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.png @@ -20,7 +20,7 @@ name: discordgsm sources: - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm - https://github.com/DiscordGSM/GameServerMonitor -version: 4.0.1 +version: 4.0.2 annotations: truecharts.org/catagories: | - monitor diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index 0e118068ba0f..37c76cdedcb8 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.5.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Create live TV channel streams from media on your Plex servers. home: https://truecharts.org/charts/stable/dizquetv icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.png @@ -19,7 +19,7 @@ name: dizquetv sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv - https://github.com/vexorian/dizquetv -version: 11.0.0 +version: 11.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/docker-compose/Chart.yaml b/charts/stable/docker-compose/Chart.yaml index 220fcf0698d7..bf31d6e7a87b 100644 --- a/charts/stable/docker-compose/Chart.yaml +++ b/charts/stable/docker-compose/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "24.0.6" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: Dedicated App for using Docker-Compose on TrueNAS SCALE home: https://truecharts.org/charts/stable/docker-compose @@ -20,7 +20,7 @@ name: docker-compose sources: - https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose type: application -version: 7.0.13 +version: 7.0.14 annotations: truecharts.org/catagories: | - docker diff --git a/charts/stable/docusaurus/Chart.yaml b/charts/stable/docusaurus/Chart.yaml index bd2a32953f8d..8c576c6c8972 100644 --- a/charts/stable/docusaurus/Chart.yaml +++ b/charts/stable/docusaurus/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Docusaurus makes it easy to maintain Open Source documentation websites. home: https://truecharts.org/charts/stable/docusaurus @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus - https://github.com/awesometic/docker-docusaurus type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - website diff --git a/charts/stable/dokuwiki/Chart.yaml b/charts/stable/dokuwiki/Chart.yaml index 467a972c008c..c196fd1ec0a8 100644 --- a/charts/stable/dokuwiki/Chart.yaml +++ b/charts/stable/dokuwiki/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: dokuwiki -version: 7.0.23 +version: 7.0.24 appVersion: "20230404.1" description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/domoticz/Chart.yaml b/charts/stable/domoticz/Chart.yaml index 79fe456774a7..b590300cb19c 100644 --- a/charts/stable/domoticz/Chart.yaml +++ b/charts/stable/domoticz/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: domoticz -version: 6.0.2 +version: 6.0.3 appVersion: "2023.2.202" description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more." type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/doplarr/Chart.yaml b/charts/stable/doplarr/Chart.yaml index 4252fb66245b..154274f8c168 100644 --- a/charts/stable/doplarr/Chart.yaml +++ b/charts/stable/doplarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.6.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: An *arr Request Bot for Discord home: https://truecharts.org/charts/stable/doplarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.png @@ -18,7 +18,7 @@ name: doplarr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr - https://github.com/kiranshila/Doplarr -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/double-take/Chart.yaml b/charts/stable/double-take/Chart.yaml index 73ae43550474..74411a0ce139 100644 --- a/charts/stable/double-take/Chart.yaml +++ b/charts/stable/double-take/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: double-take -version: 6.0.0 +version: 6.0.1 appVersion: "1.13.1" description: Unified UI and API for processing and training images for facial recognition type: application @@ -17,7 +17,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/doublecommander/Chart.yaml b/charts/stable/doublecommander/Chart.yaml index 08110e0a05ea..244c7a67e3ac 100644 --- a/charts/stable/doublecommander/Chart.yaml +++ b/charts/stable/doublecommander/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A free cross platform open source file manager with two panels side by side. home: https://truecharts.org/charts/stable/doublecommander icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.png @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-doublecommander - https://doublecmd.sourceforge.io/ type: application -version: 9.0.9 +version: 9.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/drawio/Chart.yaml b/charts/stable/drawio/Chart.yaml index 80d453986357..bca60cdb6554 100644 --- a/charts/stable/drawio/Chart.yaml +++ b/charts/stable/drawio/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "22.0.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 description: Drawio is free online diagram software. home: https://truecharts.org/charts/stable/drawio icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png @@ -18,7 +18,7 @@ name: drawio sources: - https://github.com/truecharts/charts/tree/master/charts/stable/drawio - https://github.com/jgraph/drawio -version: 6.0.11 +version: 6.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml index be11cf0c2fa3..d6754f5c2144 100644 --- a/charts/stable/duckdns/Chart.yaml +++ b/charts/stable/duckdns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: duckdns -version: 6.0.6 +version: 6.0.7 appVersion: "latest" description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index 9267621b659a..710d672305fb 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Store securely encrypted backups on cloud storage services! home: https://truecharts.org/charts/stable/duplicati icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.png @@ -18,7 +18,7 @@ name: duplicati sources: - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati - https://github.com/duplicati/duplicati -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 0460d5ac6a05..aec2117888f9 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.7.14.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Emby Server is a home media server home: https://truecharts.org/charts/stable/emby @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/emby - https://github.com/linuxserver/docker-emby.git type: application -version: 15.0.6 +version: 15.0.7 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/embystat/Chart.yaml b/charts/stable/embystat/Chart.yaml index 0f6534fa2419..5eaec577bf06 100644 --- a/charts/stable/embystat/Chart.yaml +++ b/charts/stable/embystat/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: embystat -version: 6.0.4 +version: 6.0.5 appVersion: "0.2.0" description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/emulatorjs/Chart.yaml b/charts/stable/emulatorjs/Chart.yaml index 0daf8ffa0516..899e0893cb25 100644 --- a/charts/stable/emulatorjs/Chart.yaml +++ b/charts/stable/emulatorjs/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: emulatorjs -version: 6.0.4 +version: 6.0.5 appVersion: "1.7.2" description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/endlessh/Chart.yaml b/charts/stable/endlessh/Chart.yaml index c78cead76dd1..7403e52afde2 100644 --- a/charts/stable/endlessh/Chart.yaml +++ b/charts/stable/endlessh/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: endlessh -version: 6.0.0 +version: 6.0.1 appVersion: "2021.11.21" description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index 0a78afeefe2a..0ec669090d61 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023.9.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. home: https://truecharts.org/charts/stable/esphome @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/esphome - https://github.com/esphome/esphome type: application -version: 15.0.7 +version: 15.0.8 annotations: truecharts.org/catagories: | - tools diff --git a/charts/stable/etesync/Chart.yaml b/charts/stable/etesync/Chart.yaml index eb5ede3e1f48..cf09edd73eef 100644 --- a/charts/stable/etesync/Chart.yaml +++ b/charts/stable/etesync/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.11.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -31,7 +31,7 @@ sources: - https://github.com/etesync - https://github.com/victor-rds/docker-etebase type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index 29d52e6626ab..c8be85f053d7 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "1.8.14" -version: 13.0.0 +version: 13.0.1 kubeVersion: ">=1.16.0-0" name: etherpad description: A real-time collaborative editor scalable to thousands of simultaneous real time users. @@ -19,7 +19,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index 7f58f8d73041..1c82666622fb 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Allow external services to be used like Apps. home: https://truecharts.org/charts/stable/external-service @@ -20,7 +20,7 @@ name: external-service sources: - https://github.com/truecharts/charts/tree/master/charts/stable/external-service type: application -version: 10.0.1 +version: 10.0.2 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/ferdi-server/Chart.yaml b/charts/stable/ferdi-server/Chart.yaml index 35e167647d93..377d93eef6a2 100644 --- a/charts/stable/ferdi-server/Chart.yaml +++ b/charts/stable/ferdi-server/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.3.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Server for Ferdi that you can re-use to run your own home: https://truecharts.org/charts/stable/ferdi-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.png @@ -18,7 +18,7 @@ name: ferdi-server sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server - https://github.com/getferdi/server -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/filebot/Chart.yaml b/charts/stable/filebot/Chart.yaml index 091f69267343..62bc0dc9f931 100644 --- a/charts/stable/filebot/Chart.yaml +++ b/charts/stable/filebot/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.06.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. home: https://truecharts.org/charts/stable/filebot @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/filebot - https://github.com/jlesage/docker-filebot type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml index 5d68e573b9be..d3530cbda2f0 100644 --- a/charts/stable/filebrowser/Chart.yaml +++ b/charts/stable/filebrowser/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.25.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Filebrowser provides a file managing interface within a specified directory home: https://truecharts.org/charts/stable/filebrowser @@ -21,7 +21,7 @@ sources: - https://github.com/filebrowser/filebrowser - https://filebrowser.org/cli/filebrowser type: application -version: 6.0.3 +version: 6.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/fileflows/Chart.yaml b/charts/stable/fileflows/Chart.yaml index 83e287d20096..4b94d447dc07 100644 --- a/charts/stable/fileflows/Chart.yaml +++ b/charts/stable/fileflows/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.10.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: An application that lets you automatically process files through a simple rule flow. home: https://truecharts.org/charts/stable/fileflows icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png @@ -18,7 +18,7 @@ name: fileflows sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows - https://github.com/revenz/FileFlows -version: 6.0.1 +version: 6.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 60afd64a5d90..ead004e5d596 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.0.26" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii - https://github.com/firefly-iii/firefly-iii/ type: application -version: 21.0.6 +version: 21.0.7 annotations: truecharts.org/catagories: | - finacial diff --git a/charts/stable/firefox-syncserver/Chart.yaml b/charts/stable/firefox-syncserver/Chart.yaml index 875ca160d358..13997e078e2c 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: 14.0.0 +version: 14.0.1 kubeVersion: ">=1.16.0-0" name: firefox-syncserver description: This is an all-in-one package for running a self-hosted Firefox Sync server. @@ -18,7 +18,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml index 1ec220621152..fd16922bb5a1 100644 --- a/charts/stable/firefox/Chart.yaml +++ b/charts/stable/firefox/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "116.0.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. home: https://truecharts.org/charts/stable/firefox @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/firefox - https://github.com/linuxserver/docker-firefox type: application -version: 7.0.9 +version: 7.0.10 annotations: truecharts.org/catagories: | - browser diff --git a/charts/stable/firezone/Chart.yaml b/charts/stable/firezone/Chart.yaml index 71c32148d67a..0ac21e77cdf8 100644 --- a/charts/stable/firezone/Chart.yaml +++ b/charts/stable/firezone/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.7.35" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: WireGuard-based VPN server and egress firewall home: https://truecharts.org/charts/stable/firezone @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/firezone - https://github.com/firezone/firezone type: application -version: 0.2.3 +version: 0.2.4 annotations: truecharts.org/catagories: | - vpn diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index cd69fbb205c1..1052ca02e726 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.3.6" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 description: FlareSolverr is a proxy server to bypass Cloudflare protection home: https://truecharts.org/charts/stable/flaresolverr icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png @@ -19,7 +19,7 @@ name: flaresolverr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr - https://github.com/FlareSolverr/FlareSolverr -version: 10.0.5 +version: 10.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index 8f584529ba53..d01e8f1db9e7 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: 8.0.0 +version: 8.0.1 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 @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ diff --git a/charts/stable/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml index 47873a55e980..782384d80e23 100644 --- a/charts/stable/flexget/Chart.yaml +++ b/charts/stable/flexget/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.9.11" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.2 + version: 14.0.9 deprecated: false description: FlexGet is a multipurpose automation tool for all of your media home: https://truecharts.org/charts/stable/flexget @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flexget - https://github.com/wiserain/docker-flexget type: application -version: 6.0.12 +version: 6.0.13 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index 3aeaf4c6e618..e9af332c0d8c 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.7.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Flood is a monitoring service for various torrent clients home: https://truecharts.org/charts/stable/flood icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.png @@ -21,7 +21,7 @@ name: flood sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flood - https://github.com/jesec/flood -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index 6a6193ec8306..a6e8555415d7 100644 --- a/charts/stable/flowise/Chart.yaml +++ b/charts/stable/flowise/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.3.6" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Drag & drop UI to build your customized LLM flow. home: https://truecharts.org/charts/stable/flowise @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flowise - https://github.com/FlowiseAI/Flowise type: application -version: 1.0.4 +version: 1.0.5 annotations: truecharts.org/catagories: | - ai diff --git a/charts/stable/fluidd/Chart.yaml b/charts/stable/fluidd/Chart.yaml index e89016687593..1f175bba82a6 100644 --- a/charts/stable/fluidd/Chart.yaml +++ b/charts/stable/fluidd/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.25.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.2 + version: 14.0.9 description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. home: https://truecharts.org/charts/stable/fluidd icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png @@ -18,7 +18,7 @@ name: fluidd sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd - https://github.com/fluidd-core/fluidd -version: 6.0.5 +version: 6.0.6 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/foldingathome/Chart.yaml b/charts/stable/foldingathome/Chart.yaml index a05fb2c34f58..1f7704a98c84 100644 --- a/charts/stable/foldingathome/Chart.yaml +++ b/charts/stable/foldingathome/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: foldingathome -version: 6.0.5 +version: 6.0.6 appVersion: "7.6.21" description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/fossil/Chart.yaml b/charts/stable/fossil/Chart.yaml index 155945d82e68..396eae0aa7b5 100644 --- a/charts/stable/fossil/Chart.yaml +++ b/charts/stable/fossil/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.15.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A simple, high-reliability, distributed software configuration management system home: https://truecharts.org/charts/stable/fossil icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.png @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fossil - https://fossil-scm.org/ type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml index d679335ef10f..8a8cfd6339e7 100644 --- a/charts/stable/freeradius/Chart.yaml +++ b/charts/stable/freeradius/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.2.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: OpenSource Radius implementation home: https://truecharts.org/charts/stable/freeradius @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/freeradius - https://freeradius.org/ type: application -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - auth diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index 7dd2d813388a..ea3cc9a00f33 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.21.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: FreshRSS is a self-hosted RSS feed aggregator home: https://truecharts.org/charts/stable/freshrss @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss - https://github.com/FreshRSS/FreshRSS type: application -version: 15.0.0 +version: 15.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index 446007477a39..156b5235a752 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2022.06" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -27,7 +27,7 @@ name: friendica sources: - https://github.com/truecharts/charts/tree/master/charts/stable/friendica - https://friendi.ca/ -version: 9.0.0 +version: 9.0.1 annotations: truecharts.org/catagories: | - social diff --git a/charts/stable/frigate/Chart.yaml b/charts/stable/frigate/Chart.yaml index 8012aa1db457..84d65eb892ef 100644 --- a/charts/stable/frigate/Chart.yaml +++ b/charts/stable/frigate/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.12.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: NVR With Realtime Object Detection for IP Cameras home: https://truecharts.org/charts/stable/frigate @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/frigate - https://github.com/blakeblackshear/frigate type: application -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - nvr diff --git a/charts/stable/gamevault-backend/Chart.yaml b/charts/stable/gamevault-backend/Chart.yaml index 2fddf7ce2228..eb06a520b844 100644 --- a/charts/stable/gamevault-backend/Chart.yaml +++ b/charts/stable/gamevault-backend/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.0.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: the self-hosted gaming platform for alternatively obtained games. home: https://truecharts.org/charts/stable/gamevault-backend @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend - https://github.com/Phalcode/gamevault-backend type: application -version: 1.1.8 +version: 1.1.9 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index 2a68b9ff0c18..de4b5b5e689a 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.10.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. home: https://truecharts.org/charts/stable/gaps @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gaps - https://github.com/JasonHHouse/gaps type: application -version: 15.0.0 +version: 15.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index ab4bef433b46..476409c1c853 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.8.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 - name: redis repository: https://deps.truecharts.org version: 7.0.6 @@ -25,7 +25,7 @@ sources: - https://github.com/ghostfolio/ghostfolio - https://ghostfol.io/ type: application -version: 0.0.19 +version: 0.0.20 annotations: truecharts.org/catagories: | - finance diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index eef9572134fc..374bed57afd3 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.20.5" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: memcached.enabled name: memcached repository: https://deps.truecharts.org/ @@ -30,7 +30,7 @@ sources: - https://gitea.com/gitea/helm-chart - https://github.com/go-gitea/gitea type: application -version: 14.0.1 +version: 14.0.2 annotations: truecharts.org/catagories: | - GIT diff --git a/charts/stable/golinks/Chart.yaml b/charts/stable/golinks/Chart.yaml index 99ce85f320ad..47d5fe0e3b82 100644 --- a/charts/stable/golinks/Chart.yaml +++ b/charts/stable/golinks/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "154c581" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. home: https://truecharts.org/charts/stable/golinks icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.png @@ -24,7 +24,7 @@ sources: - https://github.com/prologic/golinks - https://github.com/nicholaswilde/docker-golinks type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index a14f5ef014a8..b8fff6cdbe1c 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.15.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Music streaming server / subsonic server API implementation home: https://truecharts.org/charts/stable/gonic icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.png @@ -19,7 +19,7 @@ name: gonic sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gonic - https://github.com/sentriz/gonic -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/grav/Chart.yaml b/charts/stable/grav/Chart.yaml index cff183fcd8c7..768c6b79ad74 100644 --- a/charts/stable/grav/Chart.yaml +++ b/charts/stable/grav/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.7.43" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.2 + version: 14.0.9 description: A Fast, Simple, and Flexible, file-based Web-platform. home: https://truecharts.org/charts/stable/grav icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-grav - https://github.com/getgrav/grav/ type: application -version: 8.0.11 +version: 8.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index a22d008d4ccd..d32d6929911a 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.0.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home home: https://truecharts.org/charts/stable/grocy @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/grocy - https://github.com/grocy/grocy type: application -version: 15.0.10 +version: 15.0.11 annotations: truecharts.org/catagories: | - Home-Automation diff --git a/charts/stable/guacamole/Chart.yaml b/charts/stable/guacamole/Chart.yaml index 53e94fb6b9b6..0b4f0c82bb25 100644 --- a/charts/stable/guacamole/Chart.yaml +++ b/charts/stable/guacamole/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.5.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Apache Guacamole is a clientless remote desktop gateway. home: https://truecharts.org/charts/stable/guacamole icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.png @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole - https://github.com/apache/guacamole-client type: application -version: 10.0.4 +version: 10.0.5 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/guacd/Chart.yaml b/charts/stable/guacd/Chart.yaml index 86861aadfafb..afc0fc9ba7b8 100644 --- a/charts/stable/guacd/Chart.yaml +++ b/charts/stable/guacd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: guacd -version: 6.0.1 +version: 6.0.2 appVersion: "1.5.3" description: Guacd - Apache Guacamole is a clientless remote desktop gateway. type: application @@ -18,7 +18,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/hammond/Chart.yaml b/charts/stable/hammond/Chart.yaml index 1d2403ed0ec9..9e9ec549b961 100644 --- a/charts/stable/hammond/Chart.yaml +++ b/charts/stable/hammond/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A self-hosted vehicle expense tracking system with support for multiple users. home: https://truecharts.org/charts/stable/hammond icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.png @@ -18,7 +18,7 @@ name: hammond sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hammond - https://github.com/akhilrex/hammond -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index ffddb1d35306..6eeeeab687ef 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.06.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. home: https://truecharts.org/charts/stable/handbrake @@ -23,7 +23,7 @@ sources: - https://github.com/jlesage/docker-handbrake - https://handbrake.fr/ type: application -version: 17.0.0 +version: 17.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index 00afc463cf6c..b75ffc30277c 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Simple text sharing home: https://truecharts.org/charts/stable/haste-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server - https://github.com/seejohnrun/haste-server - https://github.com/k8s-at-home/container-images -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/headphones/Chart.yaml b/charts/stable/headphones/Chart.yaml index b5c77f608dcb..4d3714f6cae3 100644 --- a/charts/stable/headphones/Chart.yaml +++ b/charts/stable/headphones/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "58edc604" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: "An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole." home: https://truecharts.org/charts/stable/headphones icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.png @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-headphones - https://github.com/rembo10/headphones type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index c16fe03ea4e0..11def5a979d8 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.22.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. home: https://truecharts.org/charts/stable/healthchecks icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png @@ -20,7 +20,7 @@ name: healthchecks sources: - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks - https://github.com/healthchecks/healthchecks -version: 11.0.0 +version: 11.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml index 2ee2c4e87d7f..bc9c3e88fb17 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: 9.0.11 +version: 9.0.12 appVersion: "1.9.9" description: HedgeDoc lets you create real-time collaborative markdown notes. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index 3c44d8ecdccd..e27790121759 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.5.6" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: An Application dashboard and launcher home: https://truecharts.org/charts/stable/heimdall @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall - https://github.com/linuxserver/Heimdall/ type: application -version: 16.0.0 +version: 16.0.1 annotations: truecharts.org/catagories: | - organizers diff --git a/charts/stable/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml index a4a13e689854..62eafb700d0c 100644 --- a/charts/stable/homarr/Chart.yaml +++ b/charts/stable/homarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.13.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. home: https://truecharts.org/charts/stable/homarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.png @@ -18,7 +18,7 @@ name: homarr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homarr - https://github.com/ajnart/homarr -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index 21a81f5b31d6..f448c62a0485 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023.10.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.2 + version: 14.0.9 deprecated: false description: home-assistant App for TrueNAS SCALE home: https://truecharts.org/charts/stable/home-assistant @@ -23,7 +23,7 @@ sources: - https://github.com/home-assistant/home-assistant - https://github.com/cdr/code-server type: application -version: 20.0.10 +version: 20.0.11 annotations: truecharts.org/catagories: | - home-automation diff --git a/charts/stable/homebox/Chart.yaml b/charts/stable/homebox/Chart.yaml index 93dd2dcbe9f3..5e9b5fdfde8d 100644 --- a/charts/stable/homebox/Chart.yaml +++ b/charts/stable/homebox/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.9.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Inventory and organization system built for the Home User. home: https://truecharts.org/charts/stable/homebox @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homebox - https://github.com/hay-kot/homebox type: application -version: 3.0.0 +version: 3.0.1 annotations: truecharts.org/catagories: | - inventory diff --git a/charts/stable/homelablabelmaker/Chart.yaml b/charts/stable/homelablabelmaker/Chart.yaml index ea0edbafd1bd..5af4b9de4b11 100644 --- a/charts/stable/homelablabelmaker/Chart.yaml +++ b/charts/stable/homelablabelmaker/Chart.yaml @@ -8,7 +8,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. home: https://truecharts.org/charts/stable/homelablabelmaker @@ -27,4 +27,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homelablabelmaker - https://github.com/DavidSpek/homelablabelmaker type: application -version: 5.0.0 +version: 5.0.1 diff --git a/charts/stable/homepage/Chart.yaml b/charts/stable/homepage/Chart.yaml index c9ced796b904..0b0c16aee679 100644 --- a/charts/stable/homepage/Chart.yaml +++ b/charts/stable/homepage/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.7.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A highly customizable homepage home: https://truecharts.org/charts/stable/homepage icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png @@ -18,7 +18,7 @@ name: homepage sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homepage - https://github.com/benphelps/homepage -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - dashboard diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml index 465f9b40d236..1212113cc6c7 100644 --- a/charts/stable/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.09.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A dead simple static homepage for your server to keep your services on hand. home: https://truecharts.org/charts/stable/homer icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.png @@ -20,7 +20,7 @@ name: homer sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homer - https://github.com/bastienwirtz/homer -version: 6.0.1 +version: 6.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/htpcmanager/Chart.yaml b/charts/stable/htpcmanager/Chart.yaml index 12fc69d509e3..68b82f45641e 100644 --- a/charts/stable/htpcmanager/Chart.yaml +++ b/charts/stable/htpcmanager/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: htpcmanager -version: 6.0.0 +version: 6.0.1 appVersion: "2021.11.17" description: Htpcmanager is a front end for many htpc related applications. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index 910ac6273f0d..1d8e3c7bb34b 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.15" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Hyperion is an opensource Bias or Ambient Lighting implementation home: https://truecharts.org/charts/stable/hyperion-ng icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.png @@ -19,7 +19,7 @@ name: hyperion-ng sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng - https://github.com/hyperion-project/hyperion.ng -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index b04c109ce814..a56da235172c 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.81.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.2 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -22,7 +22,7 @@ name: immich sources: - https://github.com/truecharts/charts/tree/master/charts/stable/immich - https://github.com/immich-app/immich -version: 8.1.24 +version: 8.1.25 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/impostor-server/Chart.yaml b/charts/stable/impostor-server/Chart.yaml index b3da4b45f38a..3dd1eaaa04d5 100644 --- a/charts/stable/impostor-server/Chart.yaml +++ b/charts/stable/impostor-server/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.8.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A private Among Us server home: https://truecharts.org/charts/stable/impostor-server @@ -19,7 +19,7 @@ name: impostor-server sources: - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/invidious/Chart.yaml b/charts/stable/invidious/Chart.yaml index 5d5858ac6c93..098ba90a9070 100644 --- a/charts/stable/invidious/Chart.yaml +++ b/charts/stable/invidious/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Open source alternative front-end to YouTube. home: https://truecharts.org/charts/stable/invidious icon: https://truecharts.org/img/hotlink-ok/chart-icons/invidious.png @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/invidious - https://github.com/iv-org/invidious - https://docs.invidious.io/installation/#docker -version: 6.0.7 +version: 6.0.8 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index 6864bedcd57d..530c0fc1020b 100644 --- a/charts/stable/ipfs/Chart.yaml +++ b/charts/stable/ipfs/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.23.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. home: https://truecharts.org/charts/stable/ipfs @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs - https://github.com/ipfs/kubo type: application -version: 7.0.4 +version: 7.0.5 annotations: truecharts.org/catagories: | - storage diff --git a/charts/stable/ipmi-tools/Chart.yaml b/charts/stable/ipmi-tools/Chart.yaml index 4e22a892f955..8e0eca9d3d68 100644 --- a/charts/stable/ipmi-tools/Chart.yaml +++ b/charts/stable/ipmi-tools/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A simple WebGUI Fan controller for IPMI. home: https://truecharts.org/charts/stable/ipmi-tools @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools - https://github.com/EdwardChamberlain/IPMI-Fan-Controller type: application -version: 3.0.2 +version: 3.0.3 annotations: truecharts.org/catagories: | - Productivity diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml index 2958b209a6a7..2b0bc42165ed 100644 --- a/charts/stable/ispy-agent-dvr/Chart.yaml +++ b/charts/stable/ispy-agent-dvr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.0.2.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. home: https://truecharts.org/charts/stable/ispy-agent-dvr icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png @@ -20,7 +20,7 @@ name: ispy-agent-dvr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr - https://github.com/doitandbedone/ispyagentdvr-docker -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - security diff --git a/charts/stable/it-tools/Chart.yaml b/charts/stable/it-tools/Chart.yaml index 9a2697aabd44..dedc83f8a9f9 100644 --- a/charts/stable/it-tools/Chart.yaml +++ b/charts/stable/it-tools/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023.8.21" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: Useful tools for developer and people working in IT. home: https://truecharts.org/charts/stable/it-tools @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools - https://github.com/CorentinTh/it-tools type: application -version: 1.0.1 +version: 1.0.2 annotations: truecharts.org/catagories: | - tools diff --git a/charts/stable/iyuuplus/Chart.yaml b/charts/stable/iyuuplus/Chart.yaml index 87d15e90ada7..ba4022569344 100644 --- a/charts/stable/iyuuplus/Chart.yaml +++ b/charts/stable/iyuuplus/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: iyuuplus -version: 6.0.0 +version: 6.0.1 appVersion: "latest" description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. type: application @@ -16,7 +16,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 29d03ff8b40d..572c41848bb8 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.21.976" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: API Support for your favorite torrent trackers. home: https://truecharts.org/charts/stable/jackett @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jackett - https://github.com/Jackett/Jackett type: application -version: 15.0.6 +version: 15.0.7 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/jdownloader2/Chart.yaml b/charts/stable/jdownloader2/Chart.yaml index af3cd9002d16..386841f080c1 100644 --- a/charts/stable/jdownloader2/Chart.yaml +++ b/charts/stable/jdownloader2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.06.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. home: https://truecharts.org/charts/stable/jdownloader2 @@ -22,7 +22,7 @@ sources: - https://github.com/jlesage/docker-jdownloader-2 - https://jdownloader.org/ type: application -version: 12.0.0 +version: 12.0.1 annotations: truecharts.org/catagories: | - downloads diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index f588cc1faf4c..6183abc83c54 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.8.11" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Jellyfin is a Free Software Media System home: https://truecharts.org/charts/stable/jellyfin @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin - https://github.com/jellyfin/jellyfin type: application -version: 15.0.11 +version: 15.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/jellyseerr/Chart.yaml b/charts/stable/jellyseerr/Chart.yaml index fadb3856208f..2dcd5fa29c0c 100644 --- a/charts/stable/jellyseerr/Chart.yaml +++ b/charts/stable/jellyseerr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.7.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. home: https://truecharts.org/charts/stable/jellyseerr icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.png @@ -18,7 +18,7 @@ name: jellyseerr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr - https://github.com/Fallenbagel/jellyseerr -version: 6.0.2 +version: 6.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/jellystat/Chart.yaml b/charts/stable/jellystat/Chart.yaml index 7c4a3678cc95..86e192398d34 100644 --- a/charts/stable/jellystat/Chart.yaml +++ b/charts/stable/jellystat/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A free and open source Statistics App for Jellyfin. home: https://truecharts.org/charts/stable/jellystat @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jellystat - https://github.com/CyferShepard/Jellystat type: application -version: 0.0.4 +version: 0.0.5 annotations: truecharts.org/catagories: | - statistics diff --git a/charts/stable/jenkins/Chart.yaml b/charts/stable/jenkins/Chart.yaml index ee2115a91eba..d870ec9ef42c 100644 --- a/charts/stable/jenkins/Chart.yaml +++ b/charts/stable/jenkins/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.426.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: The gold standard in devops tools for running CI/CD pipelines. home: https://truecharts.org/charts/stable/jenkins @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins - https://github.com/jenkinsci/docker type: application -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index b81196e0525f..8e6bb4425a84 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.13.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Allows you to sync any Joplin client. home: https://truecharts.org/charts/stable/joplin-server @@ -22,7 +22,7 @@ sources: - https://github.com/laurent22/joplin/tree/dev/packages/server - https://github.com/laurent22/joplin type: application -version: 14.0.1 +version: 14.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index 092eb5b28ddc..44cc3bc93bfd 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: Jupyter a web based IDE home: https://truecharts.org/charts/stable/jupyter @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - https://github.com/jupyter/docker-stacks type: application -version: 5.0.32 +version: 5.0.33 annotations: truecharts.org/catagories: | - Cloud diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index 8165decbd407..44519a1d3852 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.2.32" description: Kanboard is a free and open source Kanban project management software. name: kanboard -version: 13.0.0 +version: 13.0.1 kubeVersion: ">=1.16.0-0" keywords: - kanboard @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/kasm/Chart.yaml b/charts/stable/kasm/Chart.yaml index 78c1311fd8a0..e4d5af4ea93a 100644 --- a/charts/stable/kasm/Chart.yaml +++ b/charts/stable/kasm/Chart.yaml @@ -7,7 +7,7 @@ appVersion: "1.14.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Kasm Workspaces is a streaming platform for delivering browser-based access to desktops, applications, and web services. home: https://truecharts.org/charts/stable/kasm @@ -27,4 +27,4 @@ sources: - https://github.com/orgs/linuxserver/packages/container/package/kasm - https://github.com/linuxserver/docker-kasm#readme type: application -version: 5.0.1 +version: 5.0.2 diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml index dde1804daf23..c64ae39cb988 100644 --- a/charts/stable/kavita/Chart.yaml +++ b/charts/stable/kavita/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: kavita -version: 6.0.1 +version: 6.0.2 appVersion: "0.7.8" description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats type: application @@ -19,7 +19,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/kitchenowl/Chart.yaml b/charts/stable/kitchenowl/Chart.yaml index 46c819d104bb..a7e0c2720244 100644 --- a/charts/stable/kitchenowl/Chart.yaml +++ b/charts/stable/kitchenowl/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: KitchenOwl is a smart self-hosted grocery list and recipe manager. home: https://truecharts.org/charts/stable/kitchenowl @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl - https://tombursch.github.io/kitchenowl type: application -version: 6.0.7 +version: 6.0.8 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/kiwix-serve/Chart.yaml b/charts/stable/kiwix-serve/Chart.yaml index a7bf1e484005..4ddeaf3e3fb1 100644 --- a/charts/stable/kiwix-serve/Chart.yaml +++ b/charts/stable/kiwix-serve/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.5.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! home: https://truecharts.org/charts/stable/kiwix-serve @@ -22,7 +22,7 @@ sources: - https://www.kiwix.org/ - https://github.com/kiwix/kiwix-tools/blob/master/docker/server type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index f23fec70897f..521f7b51f8bb 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "minimal" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Private Windows Activation Server for development and testing home: https://truecharts.org/charts/stable/kms @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kms - https://github.com/Py-KMS-Organization/py-kms type: application -version: 15.0.0 +version: 15.0.1 annotations: truecharts.org/catagories: | - graywares diff --git a/charts/stable/kodi-headless/Chart.yaml b/charts/stable/kodi-headless/Chart.yaml index 609b7311e5e0..554bf3ffa45d 100644 --- a/charts/stable/kodi-headless/Chart.yaml +++ b/charts/stable/kodi-headless/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "190" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A headless install of kodi in a docker container. home: https://truecharts.org/charts/stable/kodi-headless @@ -19,7 +19,7 @@ name: kodi-headless sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless type: application -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index 251e7a59510f..1fb40f834016 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.5.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 description: A comics/mangas server to serve/stream pages via API home: https://truecharts.org/charts/stable/komga icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/komga - https://komga.org/ - https://github.com/gotson/komga -version: 10.0.6 +version: 10.0.7 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/lama-cleaner/Chart.yaml b/charts/stable/lama-cleaner/Chart.yaml index 82901b4c7de9..72a3f9efb516 100644 --- a/charts/stable/lama-cleaner/Chart.yaml +++ b/charts/stable/lama-cleaner/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.33.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Open-source inpainting tool powered by SOTA AI model. home: https://truecharts.org/charts/stable/lama-cleaner @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner - https://github.com/Sanster/lama-cleaner type: application -version: 3.0.0 +version: 3.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/lancache-dns/Chart.yaml b/charts/stable/lancache-dns/Chart.yaml index 48f771aca03c..82263938affa 100644 --- a/charts/stable/lancache-dns/Chart.yaml +++ b/charts/stable/lancache-dns/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: DNS Chart service for a steam cache. home: https://truecharts.org/charts/stable/lancache-dns @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns - https://github.com/lancachenet/lancache-dns type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/lancache-monolithic/Chart.yaml b/charts/stable/lancache-monolithic/Chart.yaml index d0ac6b0f2827..c492a1d2a736 100644 --- a/charts/stable/lancache-monolithic/Chart.yaml +++ b/charts/stable/lancache-monolithic/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A monolithic lancache service capable of caching all CDNs in a single instance. home: https://truecharts.org/charts/stable/lancache-monolithic @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic - https://github.com/lancachenet/monolithic type: application -version: 5.1.1 +version: 5.1.2 annotations: truecharts.org/catagories: | - gaming diff --git a/charts/stable/lanraragi/Chart.yaml b/charts/stable/lanraragi/Chart.yaml index c6acfc5ca540..e2ec12c0a813 100644 --- a/charts/stable/lanraragi/Chart.yaml +++ b/charts/stable/lanraragi/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.8.90" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Open source server for archival of comics/manga. home: https://truecharts.org/charts/stable/lanraragi icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.png @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi - https://github.com/Difegue/LANraragi - https://sugoi.gitbook.io/lanraragi/ -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index a81e5c678397..04e0d456f122 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Get all your books, like series with Sonarr... home: https://truecharts.org/charts/stable/lazylibrarian @@ -22,7 +22,7 @@ sources: - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://lazylibrarian.gitlab.io type: application -version: 15.0.15 +version: 15.0.16 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/leaf2mqtt/Chart.yaml b/charts/stable/leaf2mqtt/Chart.yaml index 29c72228cabe..24f741b9e183 100644 --- a/charts/stable/leaf2mqtt/Chart.yaml +++ b/charts/stable/leaf2mqtt/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.6" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Nissan Leaf connected services to MQTT adapter home: https://truecharts.org/charts/stable/leaf2mqtt icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.png @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt - https://github.com/mitsumaui/leaf2mqtt - https://github.com/k8s-at-home/container-images -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/libreddit/Chart.yaml b/charts/stable/libreddit/Chart.yaml index 866b0793003e..11cfe4d28e3f 100644 --- a/charts/stable/libreddit/Chart.yaml +++ b/charts/stable/libreddit/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: An alternative private front-end to Reddit home: https://truecharts.org/charts/stable/libreddit icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.png @@ -20,7 +20,7 @@ name: libreddit sources: - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit - https://github.com/spikecodes/libreddit -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/libremdb/Chart.yaml b/charts/stable/libremdb/Chart.yaml index e28377f5a1af..ea03bd435633 100644 --- a/charts/stable/libremdb/Chart.yaml +++ b/charts/stable/libremdb/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -27,7 +27,7 @@ sources: - https://github.com/zyachel/libremdb - https://github.com/PussTheCat-org/docker-libremdb-quay type: application -version: 3.0.155 +version: 3.0.156 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index 7e728ad2f7c9..758af0e5f9d2 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.2.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Librespeed is a HTML5 webpage to test upload and download speeds home: https://truecharts.org/charts/stable/librespeed icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png @@ -19,7 +19,7 @@ name: librespeed sources: - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed - https://github.com/librespeed/speedtest -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index abd7ce2571f4..d6ffc4443a48 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.4.3.3586" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Looks and smells like Sonarr but made for music home: https://truecharts.org/charts/stable/lidarr @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr - https://github.com/Lidarr/Lidarr type: application -version: 17.0.9 +version: 17.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/linkding/Chart.yaml b/charts/stable/linkding/Chart.yaml index 96f77e20fbba..84c650882350 100644 --- a/charts/stable/linkding/Chart.yaml +++ b/charts/stable/linkding/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.22.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. home: https://truecharts.org/charts/stable/linkding icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.png @@ -19,7 +19,7 @@ name: linkding sources: - https://github.com/truecharts/charts/tree/master/charts/stable/linkding - https://github.com/sissbruecker/linkding -version: 6.0.5 +version: 6.0.6 annotations: truecharts.org/catagories: | - bookmarks diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index a5df048eea2e..8fb64a1b74a0 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Easy platform to combine all your social links home: https://truecharts.org/charts/stable/littlelink @@ -21,7 +21,7 @@ sources: - https://github.com/techno-tim/littlelink-server - https://github.com/sethcottle/littlelink type: application -version: 10.0.21 +version: 10.0.22 annotations: truecharts.org/catagories: | - social diff --git a/charts/stable/lldap/Chart.yaml b/charts/stable/lldap/Chart.yaml index e23813741909..1db4b46f658c 100644 --- a/charts/stable/lldap/Chart.yaml +++ b/charts/stable/lldap/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.5.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Lightweight ldap server for authentication and user management home: https://truecharts.org/charts/stable/lldap @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lldap - https://github.com/nitnelave/lldap type: application -version: 2.0.2 +version: 2.0.3 annotations: truecharts.org/catagories: | - ldap diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index 06dd4d5aa57c..7761ca721052 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.30.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: Self-hosted, community-driven, local OpenAI-compatible API. home: https://truecharts.org/charts/stable/local-ai @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai - https://github.com/go-skynet/LocalAI type: application -version: 0.0.6 +version: 0.0.7 annotations: truecharts.org/catagories: | - ai diff --git a/charts/stable/logitech-media-server/Chart.yaml b/charts/stable/logitech-media-server/Chart.yaml index e4ae6697d6d5..4471fee4bf83 100644 --- a/charts/stable/logitech-media-server/Chart.yaml +++ b/charts/stable/logitech-media-server/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "8.4.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Logitech Media Server is a platform for home/office audio streaming. home: https://truecharts.org/charts/stable/logitech-media-server @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server - https://github.com/Logitech/slimserver type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml index 4d4e7a83b2ac..ac5908e5a4e2 100644 --- a/charts/stable/makemkv/Chart.yaml +++ b/charts/stable/makemkv/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.09.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. home: https://truecharts.org/charts/stable/makemkv icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.png @@ -18,7 +18,7 @@ name: makemkv sources: - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv - https://github.com/jlesage/docker-makemkv -version: 6.0.1 +version: 6.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index fabf740cf9aa..e0d12c52c632 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "4.15.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ - version: 9.0.25 + version: 9.0.26 description: Matomo is the leading Free/Libre open analytics platform home: https://truecharts.org/charts/stable/matomo icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/matomo - https://github.com/bitnami/bitnami-docker-matomo - https://github.com/matomo-org/matomo -version: 8.0.1 +version: 8.0.2 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml index a5dd6f15786b..5132b0ab1838 100644 --- a/charts/stable/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "9.1.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. home: https://truecharts.org/charts/stable/mattermost icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost - https://github.com/mattermost/mattermost-server - https://github.com/mattermost/docker -version: 9.0.27 +version: 9.0.28 annotations: truecharts.org/catagories: | - hosting diff --git a/charts/stable/mc-router/Chart.yaml b/charts/stable/mc-router/Chart.yaml index 00cbd444ade9..10c89fa893a1 100644 --- a/charts/stable/mc-router/Chart.yaml +++ b/charts/stable/mc-router/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.19.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Lightweight multiplexer/proxy for Minecraft-Java servers. home: https://truecharts.org/charts/stable/mc-router @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mc-router - https://github.com/itzg/mc-router type: application -version: 1.0.1 +version: 1.0.2 annotations: truecharts.org/catagories: | - minecraft diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index de3e468a3d27..23ebdb6f37bb 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend home: https://truecharts.org/charts/stable/mealie icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png @@ -18,7 +18,7 @@ name: mealie sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mealie - https://github.com/hay-kot/mealie -version: 17.0.23 +version: 17.0.24 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/mediainfo/Chart.yaml b/charts/stable/mediainfo/Chart.yaml index 6c7d7ae556b2..1c6e7d26f8f4 100644 --- a/charts/stable/mediainfo/Chart.yaml +++ b/charts/stable/mediainfo/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.10.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. home: https://truecharts.org/charts/stable/mediainfo @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo - https://github.com/jlesage/docker-mediainfo type: application -version: 5.0.2 +version: 5.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/medusa/Chart.yaml b/charts/stable/medusa/Chart.yaml index a673a62b9609..187d12bb5f07 100644 --- a/charts/stable/medusa/Chart.yaml +++ b/charts/stable/medusa/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.17" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 description: An automatic Video Library Manager for TV Shows home: https://truecharts.org/charts/stable/medusa icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png @@ -25,7 +25,7 @@ sources: - https://github.com/linuxserver/docker-medusa - https://pymedusa.com/ type: application -version: 7.0.11 +version: 7.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/meshcentral/Chart.yaml b/charts/stable/meshcentral/Chart.yaml index 9ff37c499f7b..7bc74a586753 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: 11.0.3 +version: 11.0.4 appVersion: "1.1.11" description: MeshCentral is a full computer management web site type: application @@ -18,7 +18,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mongodb.enabled name: mongodb repository: https://deps.truecharts.org/ diff --git a/charts/stable/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml index f3391b5993cb..2556557c5833 100644 --- a/charts/stable/meshroom/Chart.yaml +++ b/charts/stable/meshroom/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.4.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. home: https://truecharts.org/charts/stable/meshroom icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.png @@ -18,7 +18,7 @@ name: meshroom sources: - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom - https://github.com/alicevision/meshroom -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/metabase/Chart.yaml b/charts/stable/metabase/Chart.yaml index 9c356c4e4d24..79ad8a66889b 100644 --- a/charts/stable/metabase/Chart.yaml +++ b/charts/stable/metabase/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.47.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: "Business intelligence, dashboards, and data visualization tools" home: https://truecharts.org/charts/stable/metabase @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/metabase - https://github.com/metabase/metabase type: application -version: 0.0.5 +version: 0.0.6 annotations: truecharts.org/catagories: | - reporting diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index 87116b2a1629..fcea98f8ecbb 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Web GUI for youtube-dl. home: https://truecharts.org/charts/stable/metube @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/metube - https://github.com/alexta69/metube type: application -version: 8.0.1 +version: 8.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index 7afb828a3608..ed485ebe5af6 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023.8.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Minecraft Bedrock Dedicated Server home: https://truecharts.org/charts/stable/minecraft-bedrock @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock - https://github.com/itzg/docker-minecraft-server type: application -version: 5.0.2 +version: 5.0.3 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/minecraft-bungeecord/Chart.yaml b/charts/stable/minecraft-bungeecord/Chart.yaml index ed444e533e41..332943702e0b 100644 --- a/charts/stable/minecraft-bungeecord/Chart.yaml +++ b/charts/stable/minecraft-bungeecord/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2022.4.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: the front-end of a cluster of minecraft-java containers. home: https://truecharts.org/charts/stable/minecraft-bungeecord @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord - https://github.com/itzg/docker-bungeecord type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - proxy diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index afc5466703e0..8d842687c7ef 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023.8.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Minecraft Java Dedicated Server home: https://truecharts.org/charts/stable/minecraft-java @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java - https://github.com/itzg/docker-minecraft-server type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/minetest/Chart.yaml b/charts/stable/minetest/Chart.yaml index e8e435993843..3fc1be16e1d0 100644 --- a/charts/stable/minetest/Chart.yaml +++ b/charts/stable/minetest/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: minetest -version: 5.0.0 +version: 5.0.1 appVersion: "5.7.0" description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/minio-console/Chart.yaml b/charts/stable/minio-console/Chart.yaml index e52f75ab99b0..c84e94840d1d 100644 --- a/charts/stable/minio-console/Chart.yaml +++ b/charts/stable/minio-console/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.30.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A management console for minio server and operator home: https://truecharts.org/charts/stable/minio-console icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio-console.png @@ -20,7 +20,7 @@ name: minio-console sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console - https://github.com/minio/console -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/minio/Chart.yaml b/charts/stable/minio/Chart.yaml index ac82998e881d..045592faaa70 100644 --- a/charts/stable/minio/Chart.yaml +++ b/charts/stable/minio/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Minio is a self-hosted S3 storage server home: https://truecharts.org/charts/stable/minio icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png @@ -20,7 +20,7 @@ name: minio sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minio - https://github.com/minio/minio -version: 7.0.14 +version: 7.0.15 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/minisatip/Chart.yaml b/charts/stable/minisatip/Chart.yaml index c16ae5c45be9..7bfdea8dbe19 100644 --- a/charts/stable/minisatip/Chart.yaml +++ b/charts/stable/minisatip/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: minisatip -version: 6.0.0 +version: 6.0.1 appVersion: "2021.12.01" description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/mkvcleaver/Chart.yaml b/charts/stable/mkvcleaver/Chart.yaml index dde25def0e70..a0c611b79b13 100644 --- a/charts/stable/mkvcleaver/Chart.yaml +++ b/charts/stable/mkvcleaver/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.06.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: MKVCleaver is a tool for batch extraction of data from MKV files home: https://truecharts.org/charts/stable/mkvcleaver @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver - https://github.com/jlesage/docker-mkvcleaver type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/mkvtoolnix/Chart.yaml b/charts/stable/mkvtoolnix/Chart.yaml index 68b37ab93508..4bd0c91e80e1 100644 --- a/charts/stable/mkvtoolnix/Chart.yaml +++ b/charts/stable/mkvtoolnix/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.08.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. home: https://truecharts.org/charts/stable/mkvtoolnix @@ -23,7 +23,7 @@ sources: - https://github.com/jlesage/docker-mkvtoolnix - https://mkvtoolnix.download/ type: application -version: 6.0.1 +version: 6.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/modsecurity-crs/Chart.yaml b/charts/stable/modsecurity-crs/Chart.yaml index dac17c1a2c84..e1b7a89fc1b1 100644 --- a/charts/stable/modsecurity-crs/Chart.yaml +++ b/charts/stable/modsecurity-crs/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.3.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 13.2.1 + version: 13.2.2 deprecated: false description: ModSecurity is an open source, cross platform Web Application Firewall (WAF) engine. home: https://truecharts.org/charts/stable/modsecurity-crs @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs - https://github.com/coreruleset/modsecurity-crs-docker type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/mongo-express/Chart.yaml b/charts/stable/mongo-express/Chart.yaml index 7d2b135b79be..a66d083dd2c5 100644 --- a/charts/stable/mongo-express/Chart.yaml +++ b/charts/stable/mongo-express/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mongodb.enabled name: mongodb repository: https://deps.truecharts.org/ @@ -26,7 +26,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express - https://github.com/mongo-express/mongo-express type: application -version: 2.0.0 +version: 2.0.1 annotations: truecharts.org/catagories: | - database diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index 5ca8daee90b3..d7c7bbc4af22 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.0.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -22,7 +22,7 @@ name: monica sources: - https://github.com/truecharts/charts/tree/master/charts/stable/monica - https://github.com/monicahq/monica -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - crm diff --git a/charts/stable/mosdns/Chart.yaml b/charts/stable/mosdns/Chart.yaml index eb1d3a455d89..426f4149b50f 100644 --- a/charts/stable/mosdns/Chart.yaml +++ b/charts/stable/mosdns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: mosdns -version: 6.0.1 +version: 6.0.2 appVersion: "5.2.1" description: A location-based pluggable DNS forwarder/splitter. type: application @@ -16,7 +16,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index ad30543af4dd..20d66240f169 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.18" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Eclipse Mosquitto - An open source MQTT broker home: https://truecharts.org/charts/stable/mosquitto @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto - https://github.com/eclipse/mosquitto type: application -version: 11.0.6 +version: 11.0.7 annotations: truecharts.org/catagories: | - homeautomation diff --git a/charts/stable/mstream/Chart.yaml b/charts/stable/mstream/Chart.yaml index 9ecd1b795b82..76306195f76b 100644 --- a/charts/stable/mstream/Chart.yaml +++ b/charts/stable/mstream/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.11.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A personal music streaming server home: https://truecharts.org/charts/stable/mstream icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.png @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-mstream - https://mstream.io/ type: application -version: 7.0.10 +version: 7.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/muse/Chart.yaml b/charts/stable/muse/Chart.yaml index 9c9bba7afb79..379826d9e635 100644 --- a/charts/stable/muse/Chart.yaml +++ b/charts/stable/muse/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.4.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A self-hosted midwestern Discord music bot that doesn't suck. home: https://truecharts.org/charts/stable/muse @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/muse - https://github.com/codetheweb/muse type: application -version: 2.0.3 +version: 2.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/muximux/Chart.yaml b/charts/stable/muximux/Chart.yaml index 0e377f68e51b..1e1b78eaf5c1 100644 --- a/charts/stable/muximux/Chart.yaml +++ b/charts/stable/muximux/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "057352e8" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver home: https://truecharts.org/charts/stable/muximux icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.png @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-muximux - https://github.com/mescon/Muximux type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 8d6a5e7d3fe7..7845c9dce54f 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.7.5" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Mylar is a automated Comic Book downloader home: https://truecharts.org/charts/stable/mylar icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mylar - https://github.com/mylar3/mylar3 - https://github.com/linuxserver/docker-mylar3 -version: 10.0.11 +version: 10.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/mymediaforalexa/Chart.yaml b/charts/stable/mymediaforalexa/Chart.yaml index 3ffb0935f5b9..871e07e8b253 100644 --- a/charts/stable/mymediaforalexa/Chart.yaml +++ b/charts/stable/mymediaforalexa/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: mymediaforalexa -version: 5.0.0 +version: 5.0.1 appVersion: "1.3.147.99" description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . type: application @@ -17,7 +17,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml index fddbd54ef546..38a01524d87b 100644 --- a/charts/stable/mysql-workbench/Chart.yaml +++ b/charts/stable/mysql-workbench/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: mysql-workbench -version: 6.0.10 +version: 6.0.11 appVersion: "8.0.34" description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index 17e5cd97ae7f..d5af63c962a3 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.10.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/n8n - https://docs.n8n.io/ - https://github.com/n8n-io/n8n -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nano-wallet/Chart.yaml b/charts/stable/nano-wallet/Chart.yaml index ff1905e50398..b3d31f212283 100644 --- a/charts/stable/nano-wallet/Chart.yaml +++ b/charts/stable/nano-wallet/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: nano-wallet -version: 6.0.0 +version: 6.0.1 appVersion: "2021.12.16" description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index 9b10b9a50b73..d63e5c4e2351 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.49.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Navidrome is an open source web-based music collection server and streamer home: https://truecharts.org/charts/stable/navidrome @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome - https://github.com/deluan/navidrome type: application -version: 16.0.0 +version: 16.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/netdata/Chart.yaml b/charts/stable/netdata/Chart.yaml index e76f3e208bcc..cfa02d98ac5f 100644 --- a/charts/stable/netdata/Chart.yaml +++ b/charts/stable/netdata/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.42.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. home: https://truecharts.org/charts/stable/netdata icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png @@ -19,7 +19,7 @@ name: netdata sources: - https://github.com/truecharts/charts/tree/master/charts/stable/netdata - https://github.com/netdata -version: 6.0.5 +version: 6.0.6 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 7137e4c4627b..3ad57b0e09e8 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "27.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -29,7 +29,7 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 22.0.35 +version: 22.0.36 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/nextpvr/Chart.yaml b/charts/stable/nextpvr/Chart.yaml index b5c6d1597c92..e325ebe657af 100644 --- a/charts/stable/nextpvr/Chart.yaml +++ b/charts/stable/nextpvr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. home: https://truecharts.org/charts/stable/nextpvr icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.png @@ -19,7 +19,7 @@ name: nextpvr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr - https://github.com/sub3/NextPVR/wiki/Install-Docker -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nginx-proxy-manager/Chart.yaml b/charts/stable/nginx-proxy-manager/Chart.yaml index b5a705748e6c..ff63b7f596b9 100644 --- a/charts/stable/nginx-proxy-manager/Chart.yaml +++ b/charts/stable/nginx-proxy-manager/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.10.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -27,7 +27,7 @@ sources: - https://github.com/NginxProxyManager/nginx-proxy-manager - https://nginxproxymanager.com/ type: application -version: 5.0.2 +version: 5.0.3 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/ngircd/Chart.yaml b/charts/stable/ngircd/Chart.yaml index d6f8626988f9..a84f8299e83c 100644 --- a/charts/stable/ngircd/Chart.yaml +++ b/charts/stable/ngircd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ngircd -version: 6.0.0 +version: 6.0.1 appVersion: "2021.11.21" description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/nntp2nntp/Chart.yaml b/charts/stable/nntp2nntp/Chart.yaml index 14c86c36e812..3a4687049447 100644 --- a/charts/stable/nntp2nntp/Chart.yaml +++ b/charts/stable/nntp2nntp/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: nntp2nntp -version: 6.0.0 +version: 6.0.1 appVersion: "0.3.202307" description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index 6d002b36e64c..ec1f91d9ea42 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.111.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -22,7 +22,7 @@ name: nocodb sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb - https://github.com/nocodb/nocodb -version: 9.0.0 +version: 9.0.1 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index afa3bfce3ac0..4bccaf2e9a4e 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.1.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Node-RED is low-code programming for event-driven applications home: https://truecharts.org/charts/stable/node-red @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/node-red - https://github.com/node-red/node-red-docker type: application -version: 15.0.1 +version: 15.0.2 annotations: truecharts.org/catagories: | - tools diff --git a/charts/stable/notifiarr/Chart.yaml b/charts/stable/notifiarr/Chart.yaml index 663207c03fca..9f6130e5dcdb 100644 --- a/charts/stable/notifiarr/Chart.yaml +++ b/charts/stable/notifiarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.6.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: "This is the unified client for Notifiarr.com. The client enables content requests from Media Bot in your Discord Server and also provides reports for Plex usage and system health among many other features." home: https://truecharts.org/charts/stable/notifiarr @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr - https://github.com/Notifiarr/notifiarr type: application -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - MediaApp-Other diff --git a/charts/stable/novnc/Chart.yaml b/charts/stable/novnc/Chart.yaml index e3ae9a874719..8a889323550e 100644 --- a/charts/stable/novnc/Chart.yaml +++ b/charts/stable/novnc/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.2.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: The open source VNC client home: https://truecharts.org/charts/stable/novnc icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/novnc - https://novnc.com/ type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index c724826bf6c6..873abd67545d 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.7.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. home: https://truecharts.org/charts/stable/ntfy icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png @@ -18,7 +18,7 @@ name: ntfy sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy - https://github.com/binwiederhier/ntfy/ -version: 6.0.2 +version: 6.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index 6c17dab43ffc..3edae113e60d 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.3.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A simple null file http and https server home: https://truecharts.org/charts/stable/nullserv icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.png @@ -18,7 +18,7 @@ name: nullserv sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv - https://github.com/bmrzycki/nullserv -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index 13942245b65a..b01b8fc08f85 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "21.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: NZBGet is a Usenet downloader client home: https://truecharts.org/charts/stable/nzbget @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget - https://nzbget.net/ type: application -version: 15.0.0 +version: 15.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index 1b7c12be643c..c5220b6ad9a8 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.7.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: true description: Usenet meta search home: https://truecharts.org/charts/stable/nzbhydra @@ -18,7 +18,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra - https://github.com/theotherp/nzbhydra2 type: application -version: 15.0.0 +version: 15.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/obs-ndi/Chart.yaml b/charts/stable/obs-ndi/Chart.yaml index f445a4b38fba..1dd019d8d41f 100644 --- a/charts/stable/obs-ndi/Chart.yaml +++ b/charts/stable/obs-ndi/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.4 + version: 14.0.9 deprecated: false description: Docker Open Broadcaster Software (obs). home: https://truecharts.org/charts/stable/obs-ndi @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi - https://github.com/patrickstigler/docker-obs-ndi type: application -version: 3.0.3 +version: 3.0.4 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index 9425bd0dbdac..c7bb95918553 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.9.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: OctoPrint is the snappy web interface for your 3D printer home: https://truecharts.org/charts/stable/octoprint icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.png @@ -20,7 +20,7 @@ name: octoprint sources: - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint - https://github.com/OctoPrint/OctoPrint -version: 10.0.1 +version: 10.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index 95aab5ca7e6e..4e36e848a6d1 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.12.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Omada is a SDN tool for TP-Link Omada hardware home: https://truecharts.org/charts/stable/omada-controller icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png @@ -18,7 +18,7 @@ name: omada-controller sources: - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller - https://github.com/mbentley/docker-omada-controller -version: 10.0.11 +version: 10.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index cd92d9b713e5..dbaeecf1f440 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.43.5" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Want a Movie or TV Show on Plex or Emby? Use Ombi! home: https://truecharts.org/charts/stable/ombi @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ombi - https://github.com/tidusjar/Ombi type: application -version: 15.0.1 +version: 15.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index 490f9949c7b7..1c5c18427641 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -3,6 +3,7 @@ appVersion: "7.4.1" dependencies: - name: common repository: https://library-charts.truecharts.org + version: 14.0.9 version: 14.0.8 - condition: redis.enabled name: redis @@ -23,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server - https://github.com/ONLYOFFICE/DocumentServer - https://github.com/ONLYOFFICE/Docker-DocumentServer -version: 12.0.0 +version: 12.0.1 annotations: truecharts.org/catagories: | - office diff --git a/charts/stable/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml index 6031449480bb..8bdaf7c656a8 100644 --- a/charts/stable/openhab/Chart.yaml +++ b/charts/stable/openhab/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.0.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: OpenHab is a home-automation application home: https://truecharts.org/charts/stable/openhab @@ -19,7 +19,7 @@ name: openhab sources: - https://github.com/truecharts/charts/tree/master/charts/stable/openhab type: application -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/openspeedtest/Chart.yaml b/charts/stable/openspeedtest/Chart.yaml index e0d719501a16..a915d83e1caa 100644 --- a/charts/stable/openspeedtest/Chart.yaml +++ b/charts/stable/openspeedtest/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. home: https://truecharts.org/charts/stable/openspeedtest @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest - https://github.com/openspeedtest/Speed-Test type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml index 8402dd969550..6ec0e5bb456e 100644 --- a/charts/stable/openvscode-server/Chart.yaml +++ b/charts/stable/openvscode-server/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: openvscode-server -version: 6.0.10 +version: 6.0.11 appVersion: "1.83.0" description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index 97dadf13fcd2..813a72105be0 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: HTPC/Homelab Services Organizer home: https://truecharts.org/charts/stable/organizr @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/organizr - https://github.com/causefx/Organizr type: application -version: 15.0.0 +version: 15.0.1 annotations: truecharts.org/catagories: | - organizers diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml index d1a142120e5c..2b6838abbd84 100644 --- a/charts/stable/oscam/Chart.yaml +++ b/charts/stable/oscam/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "11719" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Open Source Conditional Access Module software home: https://truecharts.org/charts/stable/oscam @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/oscam - https://trac.streamboard.tv/oscam/browser/trunk type: application -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - DIY diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index 68a031881643..1e1e247af5b0 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.72.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/outline - https://github.com/outline/outline type: application -version: 8.0.3 +version: 8.0.4 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index b3270a9f2637..117cfa9ed82e 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.33.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! home: https://truecharts.org/charts/stable/overseerr icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.png @@ -21,7 +21,7 @@ name: overseerr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr - https://github.com/sct/overseerr -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index 17d6240630e6..0a00d955d13d 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. home: https://truecharts.org/charts/stable/owncast icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/owncast - https://owncast.online/ - https://github.com/owncast/owncast -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/paperless-ngx/Chart.yaml b/charts/stable/paperless-ngx/Chart.yaml index de45f24a2332..b1138bca72c2 100644 --- a/charts/stable/paperless-ngx/Chart.yaml +++ b/charts/stable/paperless-ngx/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: paperless-ngx -version: 2.0.5 +version: 2.0.6 appVersion: "1.17.4" description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. type: application @@ -20,7 +20,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index 1a334d37e381..d32705f25f33 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.1.9" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge - https://github.com/ciur/papermerge type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/pasta/Chart.yaml b/charts/stable/pasta/Chart.yaml index 1de4e7bc666e..583e6e58a11b 100644 --- a/charts/stable/pasta/Chart.yaml +++ b/charts/stable/pasta/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: "PASTA - Audio and Subtitle Track Changer for Plex" home: https://truecharts.org/charts/stable/pasta @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pasta - https://github.com/cglatot/pasta type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index b522e611405d..bd8e067612ab 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.7.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Web-Based postgresql database management utility home: https://truecharts.org/charts/stable/pgadmin @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin - https://www.pgadmin.org/ type: application -version: 11.0.2 +version: 11.0.3 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 4c1213d5650d..a8492bb261fb 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "230923" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -25,7 +25,7 @@ name: photoprism sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism - https://github.com/photoprism/photoprism -version: 16.0.1 +version: 16.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/photoshow/Chart.yaml b/charts/stable/photoshow/Chart.yaml index 8cd6938ea879..3d0d6c76a025 100644 --- a/charts/stable/photoshow/Chart.yaml +++ b/charts/stable/photoshow/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "48aabb98" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A gallery software at its easiest, it doesn't even require a database. home: https://truecharts.org/charts/stable/photoshow icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.png @@ -24,7 +24,7 @@ sources: - https://github.com/thibaud-rohmer/PhotoShow - https://github.com/linuxserver/docker-photoshow type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml index 05e1c2b52904..38c580913e83 100644 --- a/charts/stable/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.3.13" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Photoview is a simple and user-friendly photo gallery. home: https://truecharts.org/charts/stable/photoview icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png @@ -19,7 +19,7 @@ name: photoview sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photoview - https://github.com/photoview/photoview -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml index a2df846e3e5b..420b9dfc1cd3 100644 --- a/charts/stable/phpldapadmin/Chart.yaml +++ b/charts/stable/phpldapadmin/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.9.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Web-based LDAP browser to manage your LDAP server home: https://truecharts.org/charts/stable/phpldapadmin @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog type: application -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/picoshare/Chart.yaml b/charts/stable/picoshare/Chart.yaml index ffbe1eacec4d..57a0cb9fe585 100644 --- a/charts/stable/picoshare/Chart.yaml +++ b/charts/stable/picoshare/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.4.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: PicoShare is a minimalist service that allows you to share files easily. home: https://truecharts.org/charts/stable/picoshare icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.png @@ -18,7 +18,7 @@ name: picoshare sources: - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare - https://github.com/mtlynch/picoshare -version: 6.0.3 +version: 6.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index ee59d614b225..94c232f7a037 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023.05.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: DNS and Ad-filtering for your network home: https://truecharts.org/charts/stable/pihole @@ -22,7 +22,7 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 11.0.0 +version: 11.0.1 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/pinry/Chart.yaml b/charts/stable/pinry/Chart.yaml index 0ed468ef2b39..dff7fc9addf8 100644 --- a/charts/stable/pinry/Chart.yaml +++ b/charts/stable/pinry/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.1.12" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. home: https://truecharts.org/charts/stable/pinry icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.png @@ -18,7 +18,7 @@ name: pinry sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pinry - https://github.com/pinry/pinry/ -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/piwigo/Chart.yaml b/charts/stable/piwigo/Chart.yaml index 21991d6bf054..d5d74070c1d6 100644 --- a/charts/stable/piwigo/Chart.yaml +++ b/charts/stable/piwigo/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "13.8.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -27,7 +27,7 @@ sources: - http://piwigo.org/ - https://github.com/linuxserver/docker-piwigo type: application -version: 7.0.7 +version: 7.0.8 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/pixapop/Chart.yaml b/charts/stable/pixapop/Chart.yaml index 21bf3bdc8010..e9375ffd3539 100644 --- a/charts/stable/pixapop/Chart.yaml +++ b/charts/stable/pixapop/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: An open-source single page application to view your photos in the easiest way possible. home: https://truecharts.org/charts/stable/pixapop icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.png @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-pixapop - https://github.com/bierdok/pixapop type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/plausible/Chart.yaml b/charts/stable/plausible/Chart.yaml index 7b2866f07e25..97e102548479 100644 --- a/charts/stable/plausible/Chart.yaml +++ b/charts/stable/plausible/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "2.0.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 - condition: clickhouse.enabled name: clickhouse repository: https://deps.truecharts.org/ - version: 7.0.1 + version: 7.0.9 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/charts/stable/plausible @@ -28,7 +28,7 @@ sources: - https://github.com/plausible/analytics - https://github.com/plausible/hosting type: application -version: 5.0.2 +version: 5.0.3 annotations: truecharts.org/catagories: | - analytics diff --git a/charts/stable/plaxt/Chart.yaml b/charts/stable/plaxt/Chart.yaml index 784856c41b3d..933775485b88 100644 --- a/charts/stable/plaxt/Chart.yaml +++ b/charts/stable/plaxt/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv home: https://truecharts.org/charts/stable/plaxt @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt - https://github.com/XanderStrike/goplaxt type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - Other diff --git a/charts/stable/plex-auto-languages/Chart.yaml b/charts/stable/plex-auto-languages/Chart.yaml index 693a8aa72f9d..d9d9f21ff7f0 100644 --- a/charts/stable/plex-auto-languages/Chart.yaml +++ b/charts/stable/plex-auto-languages/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Automated language selection for Plex TV Shows. home: https://truecharts.org/charts/stable/plex-auto-languages @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages - https://github.com/remirigal/plex-auto-languages type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - Tools-Utilities diff --git a/charts/stable/plex-utills/Chart.yaml b/charts/stable/plex-utills/Chart.yaml index 649915e5a070..24ba020a3ac4 100644 --- a/charts/stable/plex-utills/Chart.yaml +++ b/charts/stable/plex-utills/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A utility to help manage your library. home: https://truecharts.org/charts/stable/plex-utills @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills - https://github.com/jkirkcaldy/plex-utills type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - Tools-Utilities diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index fcda28188fe2..2b06a4925feb 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.32.6.755" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Plex Media Server home: https://truecharts.org/charts/stable/plex @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plex - https://github.com/k8s-at-home/container-images/pkgs/container/plex type: application -version: 14.0.4 +version: 14.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/plexanisync/Chart.yaml b/charts/stable/plexanisync/Chart.yaml index f49afa5c5bb0..fd36123265c9 100644 --- a/charts/stable/plexanisync/Chart.yaml +++ b/charts/stable/plexanisync/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.3.25" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: Plex to AniList Sync. home: https://truecharts.org/charts/stable/plexanisync @@ -22,7 +22,7 @@ sources: - https://github.com/RickDB/PlexAniSync - https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync type: application -version: 3.0.4 +version: 3.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/plexripper/Chart.yaml b/charts/stable/plexripper/Chart.yaml index f8a57eefc2a5..dec8b610122d 100644 --- a/charts/stable/plexripper/Chart.yaml +++ b/charts/stable/plexripper/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.14.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers. home: https://truecharts.org/charts/stable/plexripper @@ -26,7 +26,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plexripper - https://github.com/PlexRipper/PlexRipper/ type: application -version: 4.0.6 +version: 4.0.7 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index 3ac328e2b3b6..fc8a27fd1887 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A self-hosted podcast manager to download episodes as soon as they become live. home: https://truecharts.org/charts/stable/podgrab @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab - https://github.com/akhilrex/podgrab type: application -version: 14.0.0 +version: 14.0.1 annotations: truecharts.org/catagories: | - mutlimedia diff --git a/charts/stable/portainer/Chart.yaml b/charts/stable/portainer/Chart.yaml index 3be090638969..29552ab4a3d3 100644 --- a/charts/stable/portainer/Chart.yaml +++ b/charts/stable/portainer/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.19.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Container management made easy home: https://truecharts.org/charts/stable/portainer icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.png @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/portainer - https://docs.portainer.io/start/install-ce/server - https://docs.portainer.io/start/install/server -version: 5.0.4 +version: 5.0.5 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/posterr/Chart.yaml b/charts/stable/posterr/Chart.yaml index 06585ee2d826..6f7e1c11ebd5 100644 --- a/charts/stable/posterr/Chart.yaml +++ b/charts/stable/posterr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Media display for Plex, Sonarr and Radarr. home: https://truecharts.org/charts/stable/posterr @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/posterr - https://github.com/petersem/posterr type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - MediaServer-Other diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index fd3885274a5f..3c9ad1859e3a 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: pretend-youre-xyzzy, a cards against humanity clone home: https://truecharts.org/charts/stable/pretend-youre-xyzzy icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy - https://github.com/ajanata/PretendYoureXyzzy - https://github.com/emcniece/DockerYourXyzzy -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index e867113b2c05..39a7f98d5707 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend - https://github.com/projectsend/projectsend type: application -version: 8.0.12 +version: 8.0.13 annotations: truecharts.org/catagories: | - files diff --git a/charts/stable/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml index d0cfc1af49ac..dc69dac23f47 100644 --- a/charts/stable/promcord/Chart.yaml +++ b/charts/stable/promcord/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Discord bot that provides metrics from a Discord server icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/promcord - https://github.com/nimarion/promcord type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index df33301b3590..23d613c934e6 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.5.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 description: ProtonMail IMAP/SMTP Bridge to work on the network. home: https://truecharts.org/charts/stable/protonmail-bridge icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png @@ -19,7 +19,7 @@ name: protonmail-bridge sources: - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge - https://github.com/shenxn/protonmail-bridge-docker -version: 11.0.3 +version: 11.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 76612cd65bdd..0aad8898f0e8 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.9.1.3981" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. home: https://truecharts.org/charts/stable/prowlarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 12.0.11 +version: 12.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/prusaslicer-novnc/Chart.yaml b/charts/stable/prusaslicer-novnc/Chart.yaml index c2c56a816da0..fe581f708bb4 100644 --- a/charts/stable/prusaslicer-novnc/Chart.yaml +++ b/charts/stable/prusaslicer-novnc/Chart.yaml @@ -8,7 +8,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart. home: https://truecharts.org/charts/stable/prusaslicer-novnc @@ -27,4 +27,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc - https://www.prusa3d.com/prusaslicer/ type: application -version: 5.0.10 +version: 5.0.11 diff --git a/charts/stable/putty/Chart.yaml b/charts/stable/putty/Chart.yaml index 539ab6f720ad..4c74f72ec74b 100644 --- a/charts/stable/putty/Chart.yaml +++ b/charts/stable/putty/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.08.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. home: https://truecharts.org/charts/stable/putty @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/putty - https://github.com/jlesage/docker-putty type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/pwndrop/Chart.yaml b/charts/stable/pwndrop/Chart.yaml index 6dadf7c61cdb..eacf60757004 100644 --- a/charts/stable/pwndrop/Chart.yaml +++ b/charts/stable/pwndrop/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pwndrop -version: 6.0.8 +version: 6.0.9 appVersion: "1.0.1" description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index 3d8784a96b48..9838ad0c2665 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5de90278" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. home: https://truecharts.org/charts/stable/pyload icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.png @@ -19,7 +19,7 @@ name: pyload sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pyload - https://github.com/pyload/pyload -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/pylon/Chart.yaml b/charts/stable/pylon/Chart.yaml index 66c2f1d5a338..151c7781703d 100644 --- a/charts/stable/pylon/Chart.yaml +++ b/charts/stable/pylon/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pylon -version: 6.0.8 +version: 6.0.9 appVersion: "2.10.0" description: Pylon is a web based integrated development environment. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/qbitmanage/Chart.yaml b/charts/stable/qbitmanage/Chart.yaml index 26d8e0a914f9..a4039c8d39f7 100644 --- a/charts/stable/qbitmanage/Chart.yaml +++ b/charts/stable/qbitmanage/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.0.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. home: https://truecharts.org/charts/stable/qbitmanage @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation type: application -version: 5.0.2 +version: 5.0.3 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/qbitrr/Chart.yaml b/charts/stable/qbitrr/Chart.yaml index 461d290f1bf8..31971f05a427 100644 --- a/charts/stable/qbitrr/Chart.yaml +++ b/charts/stable/qbitrr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.7.7" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A simple script to monitor qBit and communicate with Radarr and Sonarr. home: https://truecharts.org/charts/stable/qbitrr @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr - https://github.com/Feramance/Qbitrr type: application -version: 0.0.9 +version: 0.0.10 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 996ff5f49d73..64170766008a 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.5.5" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: qBittorrent is a cross-platform free and open-source BitTorrent client home: https://truecharts.org/charts/stable/qbittorrent @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent - https://github.com/qbittorrent/qBittorrent type: application -version: 16.0.2 +version: 16.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/qdirstat/Chart.yaml b/charts/stable/qdirstat/Chart.yaml index bc41650592d6..d20893c2995b 100644 --- a/charts/stable/qdirstat/Chart.yaml +++ b/charts/stable/qdirstat/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.06.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. home: https://truecharts.org/charts/stable/qdirstat @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat - https://github.com/jlesage/docker-qdirstat type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml index 3fea47ec0e94..d608ee0fa4bc 100644 --- a/charts/stable/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: qinglong -version: 6.0.7 +version: 6.0.8 appVersion: "2.16.3" description: A timed task management panel that supports typescript, javaScript, python3, and shell type: application @@ -16,7 +16,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml index 037ee3c3909e..3decca3016a4 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: 8.0.5 +version: 8.0.6 appVersion: "0.14.0" description: Quassel-core is a modern, cross-platform, distributed IRC client. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/quassel-web/Chart.yaml b/charts/stable/quassel-web/Chart.yaml index 52d170244298..549c05b6593b 100644 --- a/charts/stable/quassel-web/Chart.yaml +++ b/charts/stable/quassel-web/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: quassel-web -version: 6.0.0 +version: 6.0.1 appVersion: "2021.12.16" description: Quassel-web is a web client for Quassel. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 404f28903ed7..9c5b00fd59e5 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.7.5.7809" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: "A fork of Sonarr to work with movies à la Couchpotato" home: https://truecharts.org/charts/stable/radarr @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/radarr - https://github.com/Radarr/Radarr type: application -version: 17.0.5 +version: 17.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/rcon-webadmin/Chart.yaml b/charts/stable/rcon-webadmin/Chart.yaml index 1f0372e5b865..b65f03aeff47 100644 --- a/charts/stable/rcon-webadmin/Chart.yaml +++ b/charts/stable/rcon-webadmin/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.14.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: "Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock." home: https://truecharts.org/charts/stable/rcon-webadmin @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin - https://github.com/rcon-web-admin/rcon-web-admin type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/rdesktop/Chart.yaml b/charts/stable/rdesktop/Chart.yaml index 3adfc6c03a00..34635649b670 100644 --- a/charts/stable/rdesktop/Chart.yaml +++ b/charts/stable/rdesktop/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. home: https://truecharts.org/charts/stable/rdesktop @@ -23,7 +23,7 @@ sources: - https://github.com/orgs/linuxserver/packages/container/package/rdesktop - https://github.com/linuxserver/docker-rdesktop#readme type: application -version: 5.0.102 +version: 5.0.103 annotations: truecharts.org/catagories: | - desktops diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index 3c75389bfc72..1682a41f66c8 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.3.6.2232" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A fork of Radarr to work with Books & AudioBooks home: https://truecharts.org/charts/stable/readarr @@ -25,7 +25,7 @@ sources: - https://github.com/Readarr/Readarr - https://readarr.com type: application -version: 17.0.7 +version: 17.0.8 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/recyclarr/Chart.yaml b/charts/stable/recyclarr/Chart.yaml index 111445e1cb48..4b09eee1dd0e 100644 --- a/charts/stable/recyclarr/Chart.yaml +++ b/charts/stable/recyclarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.0.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. home: https://truecharts.org/charts/stable/recyclarr @@ -22,7 +22,7 @@ sources: - https://github.com/recyclarr/recyclarr - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr type: application -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/redisinsight/Chart.yaml b/charts/stable/redisinsight/Chart.yaml index d2c7da605be9..279fce51601f 100644 --- a/charts/stable/redisinsight/Chart.yaml +++ b/charts/stable/redisinsight/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.14.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: GUI for Redis. home: https://truecharts.org/charts/stable/redisinsight @@ -22,7 +22,7 @@ sources: - https://github.com/RedisInsight/RedisInsight - https://redis.com/redis-enterprise/redis-insight/ type: application -version: 3.0.5 +version: 3.0.6 annotations: truecharts.org/catagories: | - Tools-Utilities diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index 725d93c1d00a..1bf001e202e1 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "5.0.6" kubeVersion: ">=1.16.0-0" -version: 8.0.2 +version: 8.0.3 name: redmine description: Redmine is a flexible project management web application written using Ruby on Rails framework. type: application @@ -19,7 +19,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index 1d4f1707523a..3c8cbdf241a5 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Docker registry v2 command line client and repo listing generator with security checks. home: https://truecharts.org/charts/stable/reg icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.png @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/reg - https://github.com/genuinetools/reg - https://github.com/k8s-at-home/container-images/ -version: 10.0.4 +version: 10.0.5 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/remmina/Chart.yaml b/charts/stable/remmina/Chart.yaml index ad1bbed1d99b..d2b55b0abe7d 100644 --- a/charts/stable/remmina/Chart.yaml +++ b/charts/stable/remmina/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.2.0-rcgi" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A remote desktop client written in GTK home: https://truecharts.org/charts/stable/remmina icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.png @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-remmina - https://remmina.org/ type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml index cfeb45b9fffb..63dbd8e8f1f9 100644 --- a/charts/stable/requestrr/Chart.yaml +++ b/charts/stable/requestrr/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: requestrr -version: 6.0.0 +version: 6.0.1 appVersion: "2.1.2" description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index fc39ee0dde9b..8c64f43fddba 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.7.2.1375" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology home: https://truecharts.org/charts/stable/resilio-sync icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png @@ -21,7 +21,7 @@ name: resilio-sync sources: - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync -version: 11.0.0 +version: 11.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/retrobot/Chart.yaml b/charts/stable/retrobot/Chart.yaml index 18318817d844..b06a1515406b 100644 --- a/charts/stable/retrobot/Chart.yaml +++ b/charts/stable/retrobot/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A discord bot that allows you to play old nintendo games with your friends over chat. home: https://truecharts.org/charts/stable/retrobot @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/retrobot - https://github.com/rossimo/retrobot type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - emulator diff --git a/charts/stable/rickroll/Chart.yaml b/charts/stable/rickroll/Chart.yaml index cd9c1f59f128..84c53bbc40f0 100644 --- a/charts/stable/rickroll/Chart.yaml +++ b/charts/stable/rickroll/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: Self-hosted Rick Roll chart. home: https://truecharts.org/charts/stable/rickroll @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rickroll - https://github.com/modem7/docker-rickroll type: application -version: 3.0.10 +version: 3.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ring-mqtt/Chart.yaml b/charts/stable/ring-mqtt/Chart.yaml index a27a1ed3cd85..4964f4c10ac5 100644 --- a/charts/stable/ring-mqtt/Chart.yaml +++ b/charts/stable/ring-mqtt/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.6.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. home: https://truecharts.org/charts/stable/ring-mqtt @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt - https://github.com/tsightler/ring-mqtt type: application -version: 5.1.4 +version: 5.1.5 annotations: truecharts.org/catagories: | - HomeAutomation diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml index 991a93be719a..a4592ffb401b 100644 --- a/charts/stable/romm/Chart.yaml +++ b/charts/stable/romm/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.10.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -29,7 +29,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/romm - https://github.com/zurdi15/romm type: application -version: 2.0.4 +version: 2.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/rsnapshot/Chart.yaml b/charts/stable/rsnapshot/Chart.yaml index 4d0d390c4766..c7e870bc587b 100644 --- a/charts/stable/rsnapshot/Chart.yaml +++ b/charts/stable/rsnapshot/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: rsnapshot -version: 6.0.6 +version: 6.0.7 appVersion: "1.4.5" description: Rsnapshot is a filesystem snapshot utility based on rsync. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/rss-bridge/Chart.yaml b/charts/stable/rss-bridge/Chart.yaml index d1ae20c3b255..6e5e9730692e 100644 --- a/charts/stable/rss-bridge/Chart.yaml +++ b/charts/stable/rss-bridge/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. home: https://truecharts.org/charts/stable/rss-bridge icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.png @@ -18,7 +18,7 @@ name: rss-bridge sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge - https://github.com/RSS-Bridge/rss-bridge -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index 53305398e865..fd8639c865e7 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: 8.0.189 +version: 8.0.190 appVersion: "latest" description: RSSHub can generate RSS feeds from pretty much everything type: application @@ -18,7 +18,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 219db7776c03..4a5177ab2398 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.1.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Free and easy binary newsreader home: https://truecharts.org/charts/stable/sabnzbd @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd - https://sabnzbd.org/ type: application -version: 15.0.3 +version: 15.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml index 6433c6d5f7eb..0b05a23da0c5 100644 --- a/charts/stable/satisfactory/Chart.yaml +++ b/charts/stable/satisfactory/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.5.5" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Satisfactory Dedicated Server home: https://truecharts.org/charts/stable/satisfactory @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory - https://github.com/wolveix/satisfactory-server type: application -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - games diff --git a/charts/stable/scrutiny/Chart.yaml b/charts/stable/scrutiny/Chart.yaml index 2df1d9c5e5e2..8e46ce41a47f 100644 --- a/charts/stable/scrutiny/Chart.yaml +++ b/charts/stable/scrutiny/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: scrutiny -version: 7.0.0 +version: 7.0.1 appVersion: "0.7.1" description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml index e2a1806a8eaa..1697b870e510 100644 --- a/charts/stable/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.0.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/seafile - https://seafile.com type: application -version: 1.0.1 +version: 1.0.2 annotations: truecharts.org/catagories: | - file-storage diff --git a/charts/stable/searxng/Chart.yaml b/charts/stable/searxng/Chart.yaml index abde67faa87e..ca7198c118ca 100644 --- a/charts/stable/searxng/Chart.yaml +++ b/charts/stable/searxng/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Meta search engine which aggregates results from more than 70 search services. home: https://truecharts.org/charts/stable/searxng @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/searxng - https://github.com/searxng/searxng type: application -version: 4.0.51 +version: 4.0.52 annotations: truecharts.org/catagories: | - Productivity diff --git a/charts/stable/seedsync/Chart.yaml b/charts/stable/seedsync/Chart.yaml index cf043bf06731..43bcf7ff7eb6 100644 --- a/charts/stable/seedsync/Chart.yaml +++ b/charts/stable/seedsync/Chart.yaml @@ -7,7 +7,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! home: https://truecharts.org/charts/stable/seedsync @@ -25,4 +25,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/seedsync - https://github.com/ipsingh06/seedsync type: application -version: 4.0.1 +version: 4.0.2 diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 66b832ffa6b7..c447e6beec08 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Serial to Socket Redirector home: https://truecharts.org/charts/stable/ser2sock icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock - https://github.com/nutechsoftware/ser2sock - https://github.com/tenstartups/ser2sock -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/servas/Chart.yaml b/charts/stable/servas/Chart.yaml index 7d6f182e8fc9..427e80cbf416 100644 --- a/charts/stable/servas/Chart.yaml +++ b/charts/stable/servas/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.0.5" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/servas - https://github.com/beromir/Servas type: application -version: 0.0.13 +version: 0.0.14 annotations: truecharts.org/catagories: | - bookmarks diff --git a/charts/stable/sftpgo/Chart.yaml b/charts/stable/sftpgo/Chart.yaml index 831451311209..9ae1a0d9fa3f 100644 --- a/charts/stable/sftpgo/Chart.yaml +++ b/charts/stable/sftpgo/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.5.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP." home: https://truecharts.org/charts/stable/sftpgo @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo - https://github.com/drakkan/sftpgo type: application -version: 3.0.6 +version: 3.0.7 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index 32ee7dc73807..8896b6c6219f 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.5.5" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A simple bookmark manager built with Go. home: https://truecharts.org/charts/stable/shiori @@ -24,7 +24,7 @@ sources: - https://github.com/go-shiori/shiori - https://github.com/go-shiori/shiori/pkgs/container/shiori type: application -version: 13.0.2 +version: 13.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/shlink-web-client/Chart.yaml b/charts/stable/shlink-web-client/Chart.yaml index 9665c80001ad..a14677d29961 100644 --- a/charts/stable/shlink-web-client/Chart.yaml +++ b/charts/stable/shlink-web-client/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.10.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A ReactJS-based progressive web application for Shlink. home: https://truecharts.org/charts/stable/shlink-web-client icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.png @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client - https://github.com/shlinkio/shlink-web-client type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index 460b1e079a86..be38abcd6978 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.6.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shlink - https://github.com/shlinkio/shlink type: application -version: 9.0.1 +version: 9.0.2 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/shoko-server/Chart.yaml b/charts/stable/shoko-server/Chart.yaml index e083511bff32..bf8ab6778f31 100644 --- a/charts/stable/shoko-server/Chart.yaml +++ b/charts/stable/shoko-server/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.2.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Anime cataloging program designed to automate the cataloging of your collection. home: https://truecharts.org/charts/stable/shoko-server @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shoko-server - https://github.com/ShokoAnime/ShokoServer type: application -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/shorturl/Chart.yaml b/charts/stable/shorturl/Chart.yaml index 053b4eb8b0c2..90eb3a51704b 100644 --- a/charts/stable/shorturl/Chart.yaml +++ b/charts/stable/shorturl/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Self hosted web app for shortening urls (URL shortener) home: https://truecharts.org/charts/stable/shorturl icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.png @@ -23,7 +23,7 @@ sources: - https://github.com/prologic/shorturl - https://github.com/nicholaswilde/docker-shorturl type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/sickchill/Chart.yaml b/charts/stable/sickchill/Chart.yaml index f19760a6da93..7a52cf18a193 100644 --- a/charts/stable/sickchill/Chart.yaml +++ b/charts/stable/sickchill/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2023.6.27" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: An Automatic Video Library Manager for TV Shows home: https://truecharts.org/charts/stable/sickchill icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-sickchill - https://github.com/SickChill/SickChill type: application -version: 7.0.11 +version: 7.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/sickgear/Chart.yaml b/charts/stable/sickgear/Chart.yaml index 8d3e440e4348..ec5be71482a7 100644 --- a/charts/stable/sickgear/Chart.yaml +++ b/charts/stable/sickgear/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more home: https://truecharts.org/charts/stable/sickgear icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear - https://github.com/SickGear/SickGear type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/simply-shorten/Chart.yaml b/charts/stable/simply-shorten/Chart.yaml index 54a16eca6939..56c7ade2250b 100644 --- a/charts/stable/simply-shorten/Chart.yaml +++ b/charts/stable/simply-shorten/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A dead simple URL shortener. home: https://truecharts.org/charts/stable/simply-shorten icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten - https://gitlab.com/draganczukp/simply-shorten type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - Cloud diff --git a/charts/stable/slash/Chart.yaml b/charts/stable/slash/Chart.yaml index 37fe117a8f70..204a0b3e4e74 100644 --- a/charts/stable/slash/Chart.yaml +++ b/charts/stable/slash/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.4.5" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A bookmarking and link shortening service that enables easy saving and sharing of links. home: https://truecharts.org/charts/stable/slash @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/slash - https://github.com/boojack/slash type: application -version: 0.0.6 +version: 0.0.7 annotations: truecharts.org/catagories: | - bookmarks diff --git a/charts/stable/smokeping/Chart.yaml b/charts/stable/smokeping/Chart.yaml index c7b931042b18..35ebd28633e1 100644 --- a/charts/stable/smokeping/Chart.yaml +++ b/charts/stable/smokeping/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.7.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Keep track of your network latency. home: https://truecharts.org/charts/stable/smokeping icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping - https://oss.oetiker.ch/smokeping/ type: application -version: 7.0.2 +version: 7.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/snapdrop/Chart.yaml b/charts/stable/snapdrop/Chart.yaml index 5fb34dfc0c82..e00d4cf6b11e 100644 --- a/charts/stable/snapdrop/Chart.yaml +++ b/charts/stable/snapdrop/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. home: https://truecharts.org/charts/stable/snapdrop icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png @@ -18,7 +18,7 @@ name: snapdrop sources: - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop - https://github.com/linuxserver/docker-snapdrop -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/snippet-box/Chart.yaml b/charts/stable/snippet-box/Chart.yaml index 35f73232c67c..c1819ef86c93 100644 --- a/charts/stable/snippet-box/Chart.yaml +++ b/charts/stable/snippet-box/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Snippet Box is a simple self-hosted app for organizing your code snippets. home: https://truecharts.org/charts/stable/snippet-box @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/snippet-box - https://github.com/pawelmalak/snippet-box type: application -version: 4.0.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - Productivity diff --git a/charts/stable/soft-serve/Chart.yaml b/charts/stable/soft-serve/Chart.yaml index f43c4dcc1725..238cecab7473 100644 --- a/charts/stable/soft-serve/Chart.yaml +++ b/charts/stable/soft-serve/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.6.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A tasty, self-hostable Git server for the command line. home: https://truecharts.org/charts/stable/soft-serve @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve - https://github.com/charmbracelet/soft-serve type: application -version: 3.0.3 +version: 3.0.4 annotations: truecharts.org/catagories: | - git diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index bbbfdd50c0d9..634aba6c7102 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.0.10.156" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Smart PVR for newsgroup and bittorrent users home: https://truecharts.org/charts/stable/sonarr @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr - https://github.com/Sonarr/Sonarr type: application -version: 16.0.2 +version: 16.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml index 9a7c00b9f53b..1322d72e7399 100644 --- a/charts/stable/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.5.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Speedtest Exporter made in python using the official speedtest bin icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml index 8bed4c7e46eb..342d11134d7f 100644 --- a/charts/stable/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "1.5.4" kubeVersion: ">=1.16.0-0" -version: 9.0.0 +version: 9.0.1 name: spotweb description: Spotweb is a decentralized usenet community based on the Spotnet protocol. type: application @@ -18,7 +18,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/sqlitebrowser/Chart.yaml b/charts/stable/sqlitebrowser/Chart.yaml index 666f43c83346..0b6c29ec987e 100644 --- a/charts/stable/sqlitebrowser/Chart.yaml +++ b/charts/stable/sqlitebrowser/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.12.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite home: https://truecharts.org/charts/stable/sqlitebrowser icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.png @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-sqlitebrowser - https://sqlitebrowser.org/ type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/sshwifty/Chart.yaml b/charts/stable/sshwifty/Chart.yaml index 813699946824..1f940bb7d578 100644 --- a/charts/stable/sshwifty/Chart.yaml +++ b/charts/stable/sshwifty/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: SSHwifty is a SSH and Telnet connector made for the Web. home: https://truecharts.org/charts/stable/sshwifty @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sshwifty - https://github.com/niruix/sshwifty type: application -version: 2.0.2 +version: 2.0.3 annotations: truecharts.org/catagories: | - ssh diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index 9c543ff39c40..abf444a9a4f1 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.22.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: An organizer for your porn, written in Go home: https://truecharts.org/charts/stable/stash icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.png @@ -18,7 +18,7 @@ name: stash sources: - https://github.com/truecharts/charts/tree/master/charts/stable/stash - https://github.com/stashapp/stash -version: 12.0.2 +version: 12.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/static-web-server/Chart.yaml b/charts/stable/static-web-server/Chart.yaml index 1cdbdc7a0a05..c69c6bf9e91f 100644 --- a/charts/stable/static-web-server/Chart.yaml +++ b/charts/stable/static-web-server/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.22.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A cross-platform, high-performance and asynchronous web server for static files-serving. home: https://truecharts.org/charts/stable/static-web-server @@ -23,7 +23,7 @@ sources: - https://github.com/static-web-server/static-web-server - https://static-web-server.net type: application -version: 1.0.3 +version: 1.0.4 annotations: truecharts.org/catagories: | - web-server diff --git a/charts/stable/static/Chart.yaml b/charts/stable/static/Chart.yaml index 2695fc3456b0..0e728d529ea9 100644 --- a/charts/stable/static/Chart.yaml +++ b/charts/stable/static/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "ee8a20c" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. home: https://truecharts.org/charts/stable/static icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.png @@ -23,7 +23,7 @@ sources: - https://github.com/prologic/static - https://github.com/nicholaswilde/docker-static type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index a7f2b11918a5..4400041916aa 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.71.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner home: https://truecharts.org/charts/stable/storj-node icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.png @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node - https://github.com/storj/storj - https://docs.storj.io/node/ -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml index cafaaef5524b..b8f2a9a95680 100644 --- a/charts/stable/strapi/Chart.yaml +++ b/charts/stable/strapi/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.13.7" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Open-source headless CMS. JavaScript, fully customizable and developer-first. home: https://truecharts.org/charts/stable/strapi icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/strapi - https://truecharts.org/charts/stable/strapi - https://github.com/naskio/docker-strapi -version: 10.0.10 +version: 10.0.11 annotations: truecharts.org/catagories: | - cms diff --git a/charts/stable/synclounge/Chart.yaml b/charts/stable/synclounge/Chart.yaml index 211ca2726016..d0a78c0f1836 100644 --- a/charts/stable/synclounge/Chart.yaml +++ b/charts/stable/synclounge/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: synclounge -version: 6.0.3 +version: 6.0.4 appVersion: "5.2.16" description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index edb77d360485..11808ef7d020 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.25.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: P2P file synchronization application home: https://truecharts.org/charts/stable/syncthing @@ -21,7 +21,7 @@ sources: - https://syncthing.net/ - https://github.com/syncthing/syncthing type: application -version: 15.0.3 +version: 15.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/synctube/Chart.yaml b/charts/stable/synctube/Chart.yaml index f27d53f8e670..862dc8be704f 100644 --- a/charts/stable/synctube/Chart.yaml +++ b/charts/stable/synctube/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: "Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally." home: https://truecharts.org/charts/stable/synctube @@ -26,7 +26,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/synctube - https://github.com/RblSb/SyncTube type: application -version: 4.0.0 +version: 4.0.1 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/syslog-ng/Chart.yaml b/charts/stable/syslog-ng/Chart.yaml index f495a81c5109..d11283916191 100644 --- a/charts/stable/syslog-ng/Chart.yaml +++ b/charts/stable/syslog-ng/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: syslog-ng -version: 6.0.1 +version: 6.0.2 appVersion: "4.4.0" description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/tagspaces/Chart.yaml b/charts/stable/tagspaces/Chart.yaml index 80e112253e00..e45894edf5c0 100644 --- a/charts/stable/tagspaces/Chart.yaml +++ b/charts/stable/tagspaces/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.5.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: TagSpaces is an offline, open source, document manager with tagging support. home: https://truecharts.org/charts/stable/tagspaces @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces - https://github.com/tagspaces/tagspaces type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/tailscale/Chart.yaml b/charts/stable/tailscale/Chart.yaml index ab731b5b2d09..da055e3e3e88 100644 --- a/charts/stable/tailscale/Chart.yaml +++ b/charts/stable/tailscale/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.50.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 description: Tailscale lets you connect your devices and users together in your own secure virtual private network home: https://truecharts.org/charts/stable/tailscale icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.png @@ -19,7 +19,7 @@ name: tailscale sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh -version: 5.0.7 +version: 5.0.8 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/tauticord/Chart.yaml b/charts/stable/tauticord/Chart.yaml index 3ea0c2a141cc..0ca0325afa4a 100644 --- a/charts/stable/tauticord/Chart.yaml +++ b/charts/stable/tauticord/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.12.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 deprecated: false description: A Discord bot that displays live data from Tautulli. home: https://truecharts.org/charts/stable/tauticord @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord - https://github.com/nwithan8/tauticord type: application -version: 0.0.10 +version: 0.0.11 annotations: truecharts.org/catagories: | - discord diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index b8363cf94bb5..37a740e0b7dd 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.13.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A Python based monitoring and tracking tool for Plex Media Server home: https://truecharts.org/charts/stable/tautulli @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli - https://github.com/Tautulli/Tautulli type: application -version: 15.0.2 +version: 15.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml index 4ec9aef91f99..1b81c0ce5170 100644 --- a/charts/stable/tdarr-node/Chart.yaml +++ b/charts/stable/tdarr-node/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.13.01" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: Audio/Video library transcoding automation home: https://truecharts.org/charts/stable/tdarr-node @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node - https://github.com/HaveAGitGat/Tdarr type: application -version: 6.0.7 +version: 6.0.8 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml index 1fd92d7da892..f4a490d9b6b3 100644 --- a/charts/stable/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.00.20.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Audio/Video library transcoding automation home: https://truecharts.org/charts/stable/tdarr @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr - https://github.com/HaveAGitGat/Tdarr type: application -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index 93030b79bbaa..b99dda9bc7d7 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: 12.0.0 +version: 12.0.1 kubeVersion: ">=1.16.0-0" keywords: - teedy @@ -16,7 +16,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index 7aa2ff8200f4..b1193e380097 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.4.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: The Lounge, modern web IRC client designed for self-hosting home: https://truecharts.org/charts/stable/thelounge icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png @@ -22,7 +22,7 @@ name: thelounge sources: - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge - https://github.com/thelounge/thelounge -version: 10.0.10 +version: 10.0.11 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/theme-park/Chart.yaml b/charts/stable/theme-park/Chart.yaml index bff20bc23f5a..21533650742e 100644 --- a/charts/stable/theme-park/Chart.yaml +++ b/charts/stable/theme-park/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.14.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Custom themes for your favorite apps! home: https://truecharts.org/charts/stable/theme-park diff --git a/charts/stable/tinymediamanager/Chart.yaml b/charts/stable/tinymediamanager/Chart.yaml index adc0090f87b4..895850f626e0 100644 --- a/charts/stable/tinymediamanager/Chart.yaml +++ b/charts/stable/tinymediamanager/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.3.13" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: TinyMediaManager is a full featured media manager to organize and clean up your media library. home: https://truecharts.org/charts/stable/tinymediamanager icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.png @@ -20,7 +20,7 @@ name: tinymediamanager sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager - https://gitlab.com/tinyMediaManager/tinyMediaManager -version: 6.0.1 +version: 6.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index a2e8c50b65ea..2d35b50d0cd3 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: 12.0.0 +version: 12.0.1 kubeVersion: ">=1.16.0-0" keywords: - traccar @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/traggo/Chart.yaml b/charts/stable/traggo/Chart.yaml index 1b37c7127851..b9f9c9a1df2c 100644 --- a/charts/stable/traggo/Chart.yaml +++ b/charts/stable/traggo/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.3.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans. home: https://truecharts.org/charts/stable/traggo @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/traggo - https://github.com/traggo/server type: application -version: 3.0.0 +version: 3.0.1 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index 1a9730eab3db..28234df2277c 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.0.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: fast, easy, and free BitTorrent client. home: https://truecharts.org/charts/stable/transmission @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/transmission - https://github.com/transmission/transmission type: application -version: 17.0.0 +version: 17.0.1 annotations: truecharts.org/catagories: | - download-tools diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml index c3727c832039..9a1936a52eca 100644 --- a/charts/stable/trilium-notes/Chart.yaml +++ b/charts/stable/trilium-notes/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.60.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. home: https://truecharts.org/charts/stable/trilium-notes @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes - https://github.com/zadam/trilium type: application -version: 9.0.0 +version: 9.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index 9c13554258e4..5aabc9d0ded1 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Aggregated management of TrueNAS devices home: https://truecharts.org/charts/stable/truecommand @@ -19,7 +19,7 @@ name: truecommand sources: - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand type: application -version: 15.0.0 +version: 15.0.1 annotations: truecharts.org/catagories: | - Administration diff --git a/charts/stable/tsmuxer/Chart.yaml b/charts/stable/tsmuxer/Chart.yaml index e53f6e563093..9f7946037f42 100644 --- a/charts/stable/tsmuxer/Chart.yaml +++ b/charts/stable/tsmuxer/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.06.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: tsMuxer is a Transport Stream muxer. home: https://truecharts.org/charts/stable/tsmuxer @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer - https://github.com/jlesage/docker-tsmuxer type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index b1b88bb54578..3731e6dcec76 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.9113" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator. home: https://truecharts.org/charts/stable/tt-rss @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss - https://git.tt-rss.org/fox/tt-rss type: application -version: 12.0.0 +version: 12.0.1 annotations: truecharts.org/catagories: | - rss diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index 376a7ceeb61b..f1abafb19a7a 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: TVheadend - a TV streaming server and digital video recorder home: https://truecharts.org/charts/stable/tvheadend @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend - https://github.com/tvheadend/tvheadend type: application -version: 16.0.10 +version: 16.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/twtxt/Chart.yaml b/charts/stable/twtxt/Chart.yaml index d1149f0e27df..d0a82ee0713d 100644 --- a/charts/stable/twtxt/Chart.yaml +++ b/charts/stable/twtxt/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: "A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!" home: https://truecharts.org/charts/stable/twtxt icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.png @@ -23,7 +23,7 @@ sources: - https://github.com/prologic/twtxt - https://github.com/nicholaswilde/docker-twtxt type: application -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ubooquity/Chart.yaml b/charts/stable/ubooquity/Chart.yaml index 141a98d840e8..a60f82e06c6f 100644 --- a/charts/stable/ubooquity/Chart.yaml +++ b/charts/stable/ubooquity/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ubooquity -version: 7.0.7 +version: 7.0.8 appVersion: "2.1.2" description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index 67aabbaf5adf..166a3f4f6d79 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.5.174" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Ubiquiti Network's Unifi Controller home: https://truecharts.org/charts/stable/unifi @@ -22,7 +22,7 @@ sources: - https://github.com/jacobalberty/unifi-docker - https://unifi-network.ui.com type: application -version: 15.0.1 +version: 15.0.2 annotations: truecharts.org/catagories: | - Networking diff --git a/charts/stable/unmanic/Chart.yaml b/charts/stable/unmanic/Chart.yaml index a6b569d496ea..2ace8458b683 100644 --- a/charts/stable/unmanic/Chart.yaml +++ b/charts/stable/unmanic/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.2.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Unmanic is a simple tool for optimising your file library. home: https://truecharts.org/charts/stable/unmanic icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.png @@ -18,7 +18,7 @@ name: unmanic sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic - https://github.com/Unmanic/unmanic -version: 7.0.1 +version: 7.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index 3e7bcc7ca859..9f2ef8d93c8a 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.12.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them home: https://truecharts.org/charts/stable/unpackerr @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr - https://github.com/davidnewhall/unpackerr type: application -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml index 5f690059951a..d1cbe1afc4a0 100644 --- a/charts/stable/unpoller/Chart.yaml +++ b/charts/stable/unpoller/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.9.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller - https://github.com/unifi-poller/unifi-poller type: application -version: 7.0.5 +version: 7.0.6 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/uptime-kuma/Chart.yaml b/charts/stable/uptime-kuma/Chart.yaml index f81364372df5..48d98ac5f10d 100644 --- a/charts/stable/uptime-kuma/Chart.yaml +++ b/charts/stable/uptime-kuma/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.23.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A fancy self-hosted monitoring tool home: https://truecharts.org/charts/stable/uptime-kuma @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma - https://github.com/louislam/uptime-kuma type: application -version: 7.0.3 +version: 7.0.4 annotations: truecharts.org/catagories: | - monitoring diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml index fd0db72a696f..094ab3fad239 100644 --- a/charts/stable/uptimerobot-prometheus/Chart.yaml +++ b/charts/stable/uptimerobot-prometheus/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.0.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Prometheus Exporter for the official uptimerobot CLI icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.png @@ -24,7 +24,7 @@ sources: - https://github.com/lekpamartin/uptimerobot_exporter - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index bd5c71208408..c8640db00cc8 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Valheim dedicated gameserver with automatic update and world backup support home: https://truecharts.org/charts/stable/valheim icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.png @@ -18,7 +18,7 @@ name: valheim sources: - https://github.com/truecharts/charts/tree/master/charts/stable/valheim - https://github.com/lloesche/valheim-server-docker -version: 7.0.1 +version: 7.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/verysync/Chart.yaml b/charts/stable/verysync/Chart.yaml index f604b0986137..6bba7c4b9ebd 100644 --- a/charts/stable/verysync/Chart.yaml +++ b/charts/stable/verysync/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.16.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: very sync is an easy-to-use multi-platform file synchronization software home: https://truecharts.org/charts/stable/verysync icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.png @@ -20,7 +20,7 @@ maintainers: name: verysync sources: - https://github.com/truecharts/charts/tree/master/charts/stable/verysync -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index ddf7f4abf469..19f96de457bc 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.21.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -22,7 +22,7 @@ name: vikunja sources: - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - https://vikunja.io/docs -version: 9.0.8 +version: 9.0.9 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/watchyourlan/Chart.yaml b/charts/stable/watchyourlan/Chart.yaml index 04a109caae36..b4ddd62ad59a 100644 --- a/charts/stable/watchyourlan/Chart.yaml +++ b/charts/stable/watchyourlan/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Lightweight network IP scanner with web GUI home: https://truecharts.org/charts/stable/watchyourlan icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.png @@ -19,7 +19,7 @@ name: watchyourlan sources: - https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan - https://github.com/aceberg/WatchYourLAN -version: 5.0.3 +version: 5.0.4 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/webgrabplus/Chart.yaml b/charts/stable/webgrabplus/Chart.yaml index a98df4745150..380bd818b1fa 100644 --- a/charts/stable/webgrabplus/Chart.yaml +++ b/charts/stable/webgrabplus/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: webgrabplus -version: 6.0.8 +version: 6.0.9 appVersion: "5.1.3" description: Webgrabplus is a multi-site incremental xmltv epg grabber. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index f5902e108605..9391434f12b0 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.16.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: redis.enabled name: redis repository: https://deps.truecharts.org @@ -25,7 +25,7 @@ sources: - https://github.com/WeblateOrg/docker - https://github.com/WeblateOrg/docker-compose - https://docs.weblate.org/en/latest/ -version: 9.0.0 +version: 9.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/webnut/Chart.yaml b/charts/stable/webnut/Chart.yaml index 537416b83893..973f8ae32cc2 100644 --- a/charts/stable/webnut/Chart.yaml +++ b/charts/stable/webnut/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: webNUT (UPS network monitoring web ui). home: https://truecharts.org/charts/stable/webnut @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/webnut - https://github.com/rshipp/webNUT type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - monitoring diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml index b54ab5238d59..b93afa7d0c80 100644 --- a/charts/stable/website-shot/Chart.yaml +++ b/charts/stable/website-shot/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. home: https://truecharts.org/charts/stable/website-shot icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.png @@ -18,7 +18,7 @@ name: website-shot sources: - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot - https://github.com/Flowko/website-shot -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/webtop/Chart.yaml b/charts/stable/webtop/Chart.yaml index dc50dbc07cff..fe0abb12e5bc 100644 --- a/charts/stable/webtop/Chart.yaml +++ b/charts/stable/webtop/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 deprecated: false description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser. home: https://truecharts.org/charts/stable/webtop @@ -23,7 +23,7 @@ sources: - https://github.com/orgs/linuxserver/packages/container/package/webtop - https://github.com/linuxserver/docker-webtop#readme type: application -version: 6.0.118 +version: 6.0.119 annotations: truecharts.org/catagories: | - Tools-Utilities diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index 75f8195cfc3a..1ad6dcf49120 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.46" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mongodb.enabled name: mongodb repository: https://deps.truecharts.org @@ -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: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index 546bd4345439..30c90919a470 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: The easiest way to run WireGuard VPN + Web-based Admin UI. home: https://truecharts.org/charts/stable/wg-easy @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy - https://github.com/WeeJeWel/wg-easy type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/whisparr/Chart.yaml b/charts/stable/whisparr/Chart.yaml index 90d02d45ca94..4822ff3d37be 100644 --- a/charts/stable/whisparr/Chart.yaml +++ b/charts/stable/whisparr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.0.53" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: An adult media thingy. home: https://truecharts.org/charts/stable/whisparr @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr - https://github.com/onedr0p/containers/tree/main/apps/whisparr type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/stable/whisper-asr-webservice/Chart.yaml b/charts/stable/whisper-asr-webservice/Chart.yaml index fb983b7da4cd..765f043806a9 100644 --- a/charts/stable/whisper-asr-webservice/Chart.yaml +++ b/charts/stable/whisper-asr-webservice/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.2.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Whisper is a general-purpose speech recognition model. home: https://truecharts.org/charts/stable/whisper-asr-webservice @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice - https://github.com/ahmetoner/whisper-asr-webservice type: application -version: 1.0.2 +version: 1.0.3 annotations: truecharts.org/catagories: | - machine-learning diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml index 5a4938d819fd..63c2944a7b1e 100644 --- a/charts/stable/whoogle/Chart.yaml +++ b/charts/stable/whoogle/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.8.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: A self-hosted, ad-free, privacy-respecting metasearch engine home: https://truecharts.org/charts/stable/whoogle icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.png @@ -21,7 +21,7 @@ name: whoogle sources: - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle - https://github.com/benbusby/whoogle-search -version: 7.0.1 +version: 7.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml index 455b116f49bf..bca21c09dcf9 100644 --- a/charts/stable/wikijs/Chart.yaml +++ b/charts/stable/wikijs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.5.300" description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! name: wikijs -version: 12.0.1 +version: 12.0.2 kubeVersion: ">=1.16.0-0" keywords: - wiki @@ -16,7 +16,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/wireguard/Chart.yaml b/charts/stable/wireguard/Chart.yaml index 193e731a13b1..3aced9f438fc 100644 --- a/charts/stable/wireguard/Chart.yaml +++ b/charts/stable/wireguard/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.202109" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. home: https://truecharts.org/charts/stable/wireguard icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.png @@ -19,7 +19,7 @@ name: wireguard sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard - https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/wizarr/Chart.yaml b/charts/stable/wizarr/Chart.yaml index de377f5ef290..8960615ae5ba 100644 --- a/charts/stable/wizarr/Chart.yaml +++ b/charts/stable/wizarr/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.2.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: A automatic user invitation system for Plex. home: https://truecharts.org/charts/stable/wizarr @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wizarr - https://github.com/Wizarrrr/wizarr type: application -version: 3.0.0 +version: 3.0.1 annotations: truecharts.org/catagories: | - HomeAutomation diff --git a/charts/stable/wordpress/Chart.yaml b/charts/stable/wordpress/Chart.yaml index 6a503fcae23f..db5deaa136a4 100644 --- a/charts/stable/wordpress/Chart.yaml +++ b/charts/stable/wordpress/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.3.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ @@ -23,7 +23,7 @@ name: wordpress sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress - https://www.wordpress.org -version: 3.0.36 +version: 3.0.37 annotations: truecharts.org/catagories: | - website diff --git a/charts/stable/xen-orchestra/Chart.yaml b/charts/stable/xen-orchestra/Chart.yaml index ae62eaf135c8..6eafe7f279c1 100644 --- a/charts/stable/xen-orchestra/Chart.yaml +++ b/charts/stable/xen-orchestra/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.124.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.3 + version: 14.0.9 description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. home: https://truecharts.org/charts/stable/xen-orchestra icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png @@ -17,7 +17,7 @@ maintainers: name: xen-orchestra sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra -version: 5.0.11 +version: 5.0.12 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index 0744c9bf4c9e..e87fddfae637 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.2.0.200" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: M3U Proxy for Plex DVR and Emby Live TV. home: https://truecharts.org/charts/stable/xteve icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.png @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xteve - https://github.com/xteve-project/xTeVe - https://github.com/k8s-at-home/container-images -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml index 4d953dcc94f6..89b293cee85b 100644 --- a/charts/stable/xwiki/Chart.yaml +++ b/charts/stable/xwiki/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "15.8.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility home: https://truecharts.org/charts/stable/xwiki icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png @@ -19,7 +19,7 @@ name: xwiki sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki - https://github.com/xwiki/xwiki-docker -version: 8.0.10 +version: 8.0.11 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/youtransfer/Chart.yaml b/charts/stable/youtransfer/Chart.yaml index 7eefbec40a2c..1e04974e218e 100644 --- a/charts/stable/youtransfer/Chart.yaml +++ b/charts/stable/youtransfer/Chart.yaml @@ -8,7 +8,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: YouTransfer is a simple but elegant self-hosted file transfer sharing solution. home: https://truecharts.org/charts/stable/youtransfer @@ -27,4 +27,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/youtransfer - https://github.com/YouTransfer/YouTransfer type: application -version: 4.0.0 +version: 4.0.1 diff --git a/charts/stable/youtubedl-material/Chart.yaml b/charts/stable/youtubedl-material/Chart.yaml index 335f2180536a..4738a2886071 100644 --- a/charts/stable/youtubedl-material/Chart.yaml +++ b/charts/stable/youtubedl-material/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 - condition: mongodb.enabled name: mongodb repository: https://deps.truecharts.org @@ -22,7 +22,7 @@ name: youtubedl-material sources: - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material - https://github.com/Tzahi12345/YoutubeDL-Material -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/zerotier/Chart.yaml b/charts/stable/zerotier/Chart.yaml index 8c761e282b18..49054b8f643c 100644 --- a/charts/stable/zerotier/Chart.yaml +++ b/charts/stable/zerotier/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: zerotier -version: 6.0.1 +version: 6.0.2 appVersion: "1.12.1" description: ZeroTier is a smart programmable Ethernet switch for planet Earth type: application @@ -16,7 +16,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/stable/zigbee2mqtt/Chart.yaml b/charts/stable/zigbee2mqtt/Chart.yaml index c35eb8cd3569..32602d10f2b0 100644 --- a/charts/stable/zigbee2mqtt/Chart.yaml +++ b/charts/stable/zigbee2mqtt/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.33.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 description: Bridges events and allows you to control your Zigbee devices via MQTT home: https://truecharts.org/charts/stable/zigbee2mqtt icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.png @@ -20,7 +20,7 @@ name: zigbee2mqtt sources: - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt - https://github.com/Koenkk/zigbee2mqtt -version: 8.0.3 +version: 8.0.4 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/znc/Chart.yaml b/charts/stable/znc/Chart.yaml index 754fa50d8795..d3ae6ab7adc8 100644 --- a/charts/stable/znc/Chart.yaml +++ b/charts/stable/znc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: znc -version: 6.0.6 +version: 6.0.7 appVersion: "1.8.2" description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 # condition: maintainers: - email: info@truecharts.org diff --git a/charts/stable/ztcuui-aio/Chart.yaml b/charts/stable/ztcuui-aio/Chart.yaml index 7277d2258cbc..9b3c5c1b4e94 100644 --- a/charts/stable/ztcuui-aio/Chart.yaml +++ b/charts/stable/ztcuui-aio/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.2.16" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.6 + version: 14.0.9 description: ZeroTier network controller user interface in a Docker container home: https://truecharts.org/charts/stable/ztcuui-aio icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.png @@ -18,7 +18,7 @@ name: ztcuui-aio sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio - https://github.com/key-networks/ztncui-aio -version: 5.0.2 +version: 5.0.3 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 5ace1328ed65..69463ea0b0d8 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "9.1.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.9 deprecated: false description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue home: https://truecharts.org/charts/stable/zwavejs2mqtt @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt - https://github.com/zwave-js/zwavejs2mqtt type: application -version: 16.0.11 +version: 16.0.12 annotations: truecharts.org/catagories: | - tools