From 45f50c7fcc8ab03f89631b6bf7f4e22b0fd0113c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 16 Dec 2023 13:45:50 +0100 Subject: [PATCH] chore(deps): update helm general non-major (#14784) 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) | patch | `v1.13.2` -> `v1.13.3` | | [clickhouse](https://truecharts.org/charts/dependency/clickhouse) ([source](https://togithub.com/truecharts/charts)) | patch | `7.0.25` -> `7.0.30` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `14.3.5` -> `14.5.0` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `15.0.1` -> `15.3.4` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `16.0.0` -> `16.2.6` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `15.2.0` -> `15.3.4` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `14.3.3` -> `14.5.0` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | patch | `15.3.1` -> `15.3.4` | | [kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics) ([source](https://togithub.com/truecharts/charts)) | patch | `3.0.38` -> `3.0.41` | | [mariadb](https://truecharts.org/charts/dependency/mariadb) ([source](https://togithub.com/truecharts/charts)) | patch | `9.0.40` -> `9.0.43` | | [node-exporter](https://truecharts.org/charts/dependency/node-exporter) ([source](https://togithub.com/truecharts/charts)) | patch | `3.0.40` -> `3.0.43` | | [redis](https://truecharts.org/charts/dependency/redis) ([source](https://togithub.com/truecharts/charts)) | patch | `8.0.44` -> `8.0.47` | | [velero](https://togithub.com/vmware-tanzu/velero) ([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor | `5.1.4` -> `5.2.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
cert-manager/cert-manager (cert-manager) ### [`v1.13.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.3) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.2...v1.13.3) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. > ⚠️ Read about the [**breaking changes in cert-manager 1.13**](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0) before you upgrade from a < v1.13 version! This patch release contains fixes for the following security vulnerabilities in the cert-manager-controller: - [`GO-2023-2334`](https://pkg.go.dev/vuln/GO-2023-2334): Decryption of malicious PBES2 JWE objects can consume unbounded system resources. If you use [ArtifactHub Security report](https://artifacthub.io/packages/helm/cert-manager/cert-manager/1.13.2?modal=security-report) or [trivy](https://trivy.dev/), this patch will also silence the following warning about a vulnerability in code which is imported but **not used** by the cert-manager-controller: - [`CVE-2023-47108`](https://access.redhat.com/security/cve/CVE-2023-47108): DoS vulnerability in `otelgrpc` due to unbound cardinality metrics. An ongoing security audit of cert-manager suggested some changes to the webhook code to mitigate DoS attacks, and these are included in this patch release. ##### Changes ##### Bug or Regression - The webhook server now returns HTTP error 413 (Content Too Large) for requests with body size `>= 3MiB`. This is to mitigate DoS attacks that attempt to crash the webhook process by sending large requests that exceed the available memory. ([#​6507](https://togithub.com/cert-manager/cert-manager/pull/6507), [@​inteon](https://togithub.com/inteon)) - The webhook server now returns HTTP error 400 (Bad Request) if the request contains an empty body. ([#​6507](https://togithub.com/cert-manager/cert-manager/pull/6507), [@​inteon](https://togithub.com/inteon)) - The webhook server now returns HTTP error 500 (Internal Server Error) rather than crashing, if the code panics while handling a request. ([#​6507](https://togithub.com/cert-manager/cert-manager/pull/6507), [@​inteon](https://togithub.com/inteon)) - Mitigate potential "Slowloris" attacks by setting `ReadHeaderTimeout` in all `http.Server` instances. ([#​6538](https://togithub.com/cert-manager/cert-manager/pull/6538), [@​wallrj](https://togithub.com/wallrj)) - Upgrade Go modules: `otel`, `docker`, and `jose` to fix CVE alerts. See https://github.com/advisories/GHSA-8pgv-569h-w5rw, https://github.com/advisories/GHSA-jq35-85cj-fj4p, and https://github.com/advisories/GHSA-2c7c-3mj9-8fqh. ([#​6514](https://togithub.com/cert-manager/cert-manager/pull/6514), [@​inteon](https://togithub.com/inteon)) ##### Dependencies ##### Added *Nothing has changed.* ##### Changed - `cloud.google.com/go/firestore`: `v1.11.0 → v1.12.0` - `cloud.google.com/go`: `v0.110.6 → v0.110.7` - `github.com/felixge/httpsnoop`: [`v1.0.3 → v1.0.4`](https://togithub.com/felixge/httpsnoop/compare/v1.0.3...v1.0.4) - `github.com/go-jose/go-jose/v3`: [`v3.0.0 → v3.0.1`](https://togithub.com/go-jose/go-jose/v3/compare/v3.0.0...v3.0.1) - `github.com/go-logr/logr`: [`v1.2.4 → v1.3.0`](https://togithub.com/go-logr/logr/compare/v1.2.4...v1.3.0) - `github.com/golang/glog`: [`v1.1.0 → v1.1.2`](https://togithub.com/golang/glog/compare/v1.1.0...v1.1.2) - `github.com/google/go-cmp`: [`v0.5.9 → v0.6.0`](https://togithub.com/google/go-cmp/compare/v0.5.9...v0.6.0) - `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`: `v0.45.0 → v0.46.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`: `v0.44.0 → v0.46.0` - `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`: `v1.19.0 → v1.20.0` - `go.opentelemetry.io/otel/exporters/otlp/otlptrace`: `v1.19.0 → v1.20.0` - `go.opentelemetry.io/otel/metric`: `v1.19.0 → v1.20.0` - `go.opentelemetry.io/otel/sdk`: `v1.19.0 → v1.20.0` - `go.opentelemetry.io/otel/trace`: `v1.19.0 → v1.20.0` - `go.opentelemetry.io/otel`: `v1.19.0 → v1.20.0` - `go.uber.org/goleak`: `v1.2.1 → v1.3.0` - `golang.org/x/sys`: `v0.13.0 → v0.14.0` - `google.golang.org/genproto/googleapis/api`: `f966b18 → b8732ec` - `google.golang.org/genproto`: `f966b18 → b8732ec` - `google.golang.org/grpc`: `v1.58.3 → v1.59.0` ##### Removed *Nothing has changed.*
truecharts/charts (clickhouse) ### [`v7.0.30`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.30) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.29...clickhouse-7.0.30) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.29`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.29) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.28...clickhouse-7.0.29) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.28`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.28) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.27...clickhouse-7.0.28) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.27`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.27) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.26...clickhouse-7.0.27) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.26`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.26) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.25...clickhouse-7.0.26) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
truecharts/library-charts (common) ### [`v14.5.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.5.0) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.4.0...common-14.5.0) Function library for TrueCharts ### [`v14.4.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.4.0) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.5...common-14.4.0) Function library for TrueCharts
vmware-tanzu/helm-charts (velero) ### [`v5.2.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.2.0) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.7...velero-5.2.0) A Helm chart for velero #### What's Changed - \[velero] Pass config trough tpl and implement reload trigger by [@​jkroepke](https://togithub.com/jkroepke) in [https://github.com/vmware-tanzu/helm-charts/pull/525](https://togithub.com/vmware-tanzu/helm-charts/pull/525) **Full Changelog**: https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.7...velero-5.2.0 ### [`v5.1.7`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.7) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.6...velero-5.1.7) A Helm chart for velero #### What's Changed - \[velero]: Feature push new charts to GHCR OCI registry as well by [@​ishuar](https://togithub.com/ishuar) in [https://github.com/vmware-tanzu/helm-charts/pull/523](https://togithub.com/vmware-tanzu/helm-charts/pull/523) - \[velero] feat: Add additional templating options for Velero upgrade CRDs job by [@​cbuto](https://togithub.com/cbuto) in [https://github.com/vmware-tanzu/helm-charts/pull/528](https://togithub.com/vmware-tanzu/helm-charts/pull/528) #### New Contributors - [@​cbuto](https://togithub.com/cbuto) made their first contribution in [https://github.com/vmware-tanzu/helm-charts/pull/528](https://togithub.com/vmware-tanzu/helm-charts/pull/528) **Full Changelog**: https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.6...velero-5.1.7 ### [`v5.1.6`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.6) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.5...velero-5.1.6) A Helm chart for velero #### What's Changed - \[velero]: Disable default values for upgradeJobResources by [@​ishuar](https://togithub.com/ishuar) in [https://github.com/vmware-tanzu/helm-charts/pull/524](https://togithub.com/vmware-tanzu/helm-charts/pull/524) **Full Changelog**: https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.5...velero-5.1.6 ### [`v5.1.5`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.5) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.4...velero-5.1.5) A Helm chart for velero #### What's Changed - Bump velero/velero from 1.12.1 to v1.12.2 in /charts/velero by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vmware-tanzu/helm-charts/pull/522](https://togithub.com/vmware-tanzu/helm-charts/pull/522) **Full Changelog**: https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.4...velero-5.1.5
--- ### 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). --- 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/kubernetes-reflector/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/enterprise/velero/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/anki-sync-server/Chart.yaml | 4 ++-- charts/stable/anonaddy/Chart.yaml | 4 ++-- charts/stable/answer/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/automatic-ripping-machine/Chart.yaml | 4 ++-- charts/stable/autoscan/Chart.yaml | 4 ++-- charts/stable/avidemux/Chart.yaml | 4 ++-- charts/stable/babybuddy/Chart.yaml | 4 ++-- charts/stable/backuppc/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/borg-server/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/cryptpad/Chart.yaml | 4 ++-- charts/stable/cs2/Chart.yaml | 4 ++-- charts/stable/ctfd/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/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/duplicacy/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-dns/Chart.yaml | 4 ++-- charts/stable/external-service/Chart.yaml | 4 ++-- charts/stable/factorio/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/filestash/Chart.yaml | 4 ++-- charts/stable/fireflyiii/Chart.yaml | 4 ++-- charts/stable/firefox-syncserver/Chart.yaml | 4 ++-- charts/stable/firefox/Chart.yaml | 4 ++-- charts/stable/fireshare/Chart.yaml | 4 ++-- charts/stable/firezone/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/homebridge/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/icloudpd/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/kopia/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/linkwarden/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/misskey/Chart.yaml | 4 ++-- charts/stable/mkvcleaver/Chart.yaml | 4 ++-- charts/stable/mkvtoolnix/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/multi-scrobbler/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/nitter/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/odoo/Chart.yaml | 4 ++-- charts/stable/omada-controller/Chart.yaml | 4 ++-- charts/stable/ombi/Chart.yaml | 4 ++-- charts/stable/onlyoffice-document-server/Chart.yaml | 6 +++--- 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-playlist-sync/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/plextraktsync/Chart.yaml | 4 ++-- charts/stable/pocketmine-mp/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/proxmox-backup-server/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/rdtclient/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/rimgo/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/rtorrent-rutorrent/Chart.yaml | 4 ++-- charts/stable/sabnzbd/Chart.yaml | 4 ++-- charts/stable/satisfactory/Chart.yaml | 4 ++-- charts/stable/scrutiny/Chart.yaml | 4 ++-- charts/stable/scrypted/Chart.yaml | 4 ++-- charts/stable/seafile/Chart.yaml | 6 +++--- 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/smtp-relay/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/sonsoftheforest/Chart.yaml | 4 ++-- charts/stable/spaceengineers/Chart.yaml | 4 ++-- charts/stable/speedtest-exporter/Chart.yaml | 4 ++-- charts/stable/splunk/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/Chart.yaml | 4 ++-- charts/stable/storj-node/Chart.yaml | 4 ++-- charts/stable/strapi/Chart.yaml | 4 ++-- charts/stable/stun-turn-server/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 | 4 ++-- charts/stable/tinymediamanager/Chart.yaml | 4 ++-- charts/stable/traccar/Chart.yaml | 4 ++-- charts/stable/traefik-forward-auth/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/van-dam/Chart.yaml | 4 ++-- charts/stable/verysync/Chart.yaml | 4 ++-- charts/stable/vikunja/Chart.yaml | 4 ++-- charts/stable/vocechat-server/Chart.yaml | 4 ++-- charts/stable/wallos/Chart.yaml | 4 ++-- charts/stable/watcharr/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 ++-- 429 files changed, 868 insertions(+), 868 deletions(-) diff --git a/charts/enterprise/authelia/Chart.yaml b/charts/enterprise/authelia/Chart.yaml index b365a70df115c..97cc878bde03d 100644 --- a/charts/enterprise/authelia/Chart.yaml +++ b/charts/enterprise/authelia/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: authelia -version: 19.0.15 +version: 19.0.16 appVersion: 4.37.5 description: Authelia is a Single Sign-On Multi-Factor portal for web apps home: https://truecharts.org/charts/enterprise/authelia @@ -30,14 +30,14 @@ keywords: - LDAP dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 8.0.44 + version: 8.0.47 repository: https://deps.truecharts.org condition: redis.enabled alias: "" diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index bd4b8f17f6524..27d0cf1a65335 100644 --- a/charts/enterprise/blocky/Chart.yaml +++ b/charts/enterprise/blocky/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: blocky -version: 9.0.13 +version: 9.0.14 appVersion: "0.22" description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go @@ -23,14 +23,14 @@ keywords: - blocky dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 8.0.44 + version: 8.0.47 repository: https://deps.truecharts.org condition: redis.enabled alias: "" diff --git a/charts/enterprise/clusterissuer/Chart.yaml b/charts/enterprise/clusterissuer/Chart.yaml index 82fb6c37fba69..4d6c331314e0b 100644 --- a/charts/enterprise/clusterissuer/Chart.yaml +++ b/charts/enterprise/clusterissuer/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: clusterissuer -version: 4.2.12 +version: 4.2.13 appVersion: latest description: Certificate management for Kubernetes home: https://truecharts.org/charts/enterprise/clusterissuer @@ -20,7 +20,7 @@ keywords: - certificates dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/enterprise/grafana/Chart.yaml b/charts/enterprise/grafana/Chart.yaml index f01adbc9c8aea..ce13e9a7f0c67 100644 --- a/charts/enterprise/grafana/Chart.yaml +++ b/charts/enterprise/grafana/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: grafana -version: 9.0.45 +version: 9.0.46 appVersion: 10.2.2 description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. @@ -24,7 +24,7 @@ keywords: - logs dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/enterprise/kubernetes-reflector/Chart.yaml b/charts/enterprise/kubernetes-reflector/Chart.yaml index f59ae0364a288..bb2f6237e8855 100644 --- a/charts/enterprise/kubernetes-reflector/Chart.yaml +++ b/charts/enterprise/kubernetes-reflector/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: kubernetes-reflector -version: 1.0.8 +version: 1.0.9 appVersion: 7.1.217 description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces @@ -24,7 +24,7 @@ keywords: - certificates dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/enterprise/metallb-config/Chart.yaml b/charts/enterprise/metallb-config/Chart.yaml index 7675ac8a54c39..1237027a00625 100644 --- a/charts/enterprise/metallb-config/Chart.yaml +++ b/charts/enterprise/metallb-config/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: metallb-config -version: 3.0.13 +version: 3.0.14 appVersion: latest description: A network load-balancer implementation for Kubernetes using standard routing protocols @@ -22,7 +22,7 @@ keywords: - loadbalancer dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/enterprise/prometheus/Chart.yaml b/charts/enterprise/prometheus/Chart.yaml index f39ef449293fc..ae345ba057843 100644 --- a/charts/enterprise/prometheus/Chart.yaml +++ b/charts/enterprise/prometheus/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: prometheus -version: 13.0.26 +version: 13.0.27 appVersion: 2.48.1 description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, @@ -24,21 +24,21 @@ keywords: - metrics dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" tags: [] import-values: [] - name: node-exporter - version: 3.0.40 + version: 3.0.43 repository: https://deps.truecharts.org condition: exporters.enabled,exporters.node-exporter.enabled alias: "" tags: [] import-values: [] - name: kube-state-metrics - version: 3.0.38 + version: 3.0.41 repository: https://deps.truecharts.org condition: exporters.enabled,exporters.kube-state-metrics.enabled alias: "" diff --git a/charts/enterprise/traefik/Chart.yaml b/charts/enterprise/traefik/Chart.yaml index 5fcda72b2d0f5..612d6c3608937 100644 --- a/charts/enterprise/traefik/Chart.yaml +++ b/charts/enterprise/traefik/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: traefik -version: 22.1.2 +version: 22.1.3 appVersion: 2.10.5 description: Traefik is a flexible reverse proxy and Ingress Provider. home: https://truecharts.org/charts/enterprise/traefik @@ -22,7 +22,7 @@ keywords: - ingress dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/enterprise/vaultwarden/Chart.yaml b/charts/enterprise/vaultwarden/Chart.yaml index 9858c887ad91f..4f6253cb9b09a 100644 --- a/charts/enterprise/vaultwarden/Chart.yaml +++ b/charts/enterprise/vaultwarden/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: vaultwarden -version: 23.0.13 +version: 23.0.14 appVersion: 1.30.1 description: Unofficial Bitwarden compatible server written in Rust home: https://truecharts.org/charts/enterprise/vaultwarden @@ -24,7 +24,7 @@ keywords: - rust dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/enterprise/velero/Chart.yaml b/charts/enterprise/velero/Chart.yaml index 173312e387b94..9d810adde8966 100644 --- a/charts/enterprise/velero/Chart.yaml +++ b/charts/enterprise/velero/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: velero -version: 1.0.6 +version: 1.0.7 appVersion: latest description: Velero is a kubernetes-native backup solution home: https://truecharts.org/charts/incubator/velero @@ -28,7 +28,7 @@ dependencies: tags: [] import-values: [] - name: velero - version: 5.1.4 + version: 5.2.0 repository: https://vmware-tanzu.github.io/helm-charts condition: "" alias: velero diff --git a/charts/operators/cert-manager/Chart.yaml b/charts/operators/cert-manager/Chart.yaml index 011f15c104b40..a2c22a87078e3 100644 --- a/charts/operators/cert-manager/Chart.yaml +++ b/charts/operators/cert-manager/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: cert-manager -version: 1.1.8 +version: 1.1.9 appVersion: latest description: Cert-Manager is a kubernetes-aware certificate manager home: https://truecharts.org/charts/operators/cert-manager @@ -22,14 +22,14 @@ keywords: - security dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" tags: [] import-values: [] - name: cert-manager - version: v1.13.2 + version: v1.13.3 repository: https://charts.jetstack.io condition: "" alias: certmanager diff --git a/charts/operators/cloudnative-pg/Chart.yaml b/charts/operators/cloudnative-pg/Chart.yaml index 7e693def01a38..adf15771bbd54 100644 --- a/charts/operators/cloudnative-pg/Chart.yaml +++ b/charts/operators/cloudnative-pg/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: cloudnative-pg -version: 3.0.1 +version: 3.0.2 appVersion: latest description: CloudNativePG is a clustered postgresql database operator home: https://truecharts.org/charts/operators/cloudnative-pg @@ -22,7 +22,7 @@ keywords: - cnpg dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/operators/metallb/Chart.yaml b/charts/operators/metallb/Chart.yaml index 58a043e217f61..6306a549a944e 100644 --- a/charts/operators/metallb/Chart.yaml +++ b/charts/operators/metallb/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: metallb -version: 11.0.1 +version: 11.0.2 appVersion: latest description: A network load-balancer implementation for Kubernetes using standard routing protocols @@ -22,7 +22,7 @@ keywords: - loadbalancer dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/operators/prometheus-operator/Chart.yaml b/charts/operators/prometheus-operator/Chart.yaml index c508be998bd80..b8c332345366f 100644 --- a/charts/operators/prometheus-operator/Chart.yaml +++ b/charts/operators/prometheus-operator/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: prometheus-operator -version: 1.0.16 +version: 1.0.17 appVersion: 0.69.1 description: Prometheus Operator is an operator for prometheus home: https://truecharts.org/charts/operators/prometheus-operator @@ -21,7 +21,7 @@ keywords: - metics dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/actualserver/Chart.yaml b/charts/stable/actualserver/Chart.yaml index 43119fad2230b..aceee629f748b 100644 --- a/charts/stable/actualserver/Chart.yaml +++ b/charts/stable/actualserver/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: actualserver -version: 5.0.17 +version: 5.0.18 appVersion: 23.12.1 description: Actual is a super fast privacy-focused app for managing your finances. home: https://truecharts.org/charts/stable/actualserver @@ -20,7 +20,7 @@ keywords: - finance dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/adguard-home/Chart.yaml b/charts/stable/adguard-home/Chart.yaml index c9559cfface6f..f1c6bf5ad2fff 100644 --- a/charts/stable/adguard-home/Chart.yaml +++ b/charts/stable/adguard-home/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: adguard-home -version: 6.0.17 +version: 6.0.18 appVersion: 0.107.43 description: Free and open source, powerful network-wide ads & trackers blocking DNS server. @@ -20,7 +20,7 @@ keywords: - adguard dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/adminer/Chart.yaml b/charts/stable/adminer/Chart.yaml index 00a87375d32ea..f8795b125c97f 100644 --- a/charts/stable/adminer/Chart.yaml +++ b/charts/stable/adminer/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: adminer -version: 5.0.38 +version: 5.0.39 appVersion: latest description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. @@ -21,7 +21,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/airdcpp-webclient/Chart.yaml b/charts/stable/airdcpp-webclient/Chart.yaml index e5fc77e108f5a..7cd2af71de890 100644 --- a/charts/stable/airdcpp-webclient/Chart.yaml +++ b/charts/stable/airdcpp-webclient/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: airdcpp-webclient -version: 7.0.11 +version: 7.0.12 appVersion: 2.12.1 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 @@ -24,7 +24,7 @@ keywords: - airdcpp dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml index 924aca8a6a6a5..f4e7f72416147 100644 --- a/charts/stable/airsonic-advanced/Chart.yaml +++ b/charts/stable/airsonic-advanced/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: airsonic-advanced -version: 10.0.11 +version: 10.0.12 appVersion: edge-latest description: Airsonic is a Free and Open Source community driven media server home: https://truecharts.org/charts/stable/airsonic-advanced @@ -19,7 +19,7 @@ keywords: - airsonic dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index 06c8b4f4dfb5c..3f201700b9922 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: airsonic -version: 10.0.11 +version: 10.0.12 appVersion: 10.6.2 description: Airsonic is a Free and Open Source community driven media server home: https://truecharts.org/charts/stable/airsonic @@ -21,7 +21,7 @@ keywords: - airsonic dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/alist/Chart.yaml b/charts/stable/alist/Chart.yaml index cef30020f0dd6..919dec2cf52c1 100644 --- a/charts/stable/alist/Chart.yaml +++ b/charts/stable/alist/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: alist -version: 6.1.2 +version: 6.1.3 appVersion: 3.29.1 description: Alist program that supports multiple storage, powered by Gin and React home: https://truecharts.org/charts/stable/alist @@ -24,7 +24,7 @@ keywords: - baiduyun dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/amcrest2mqtt/Chart.yaml b/charts/stable/amcrest2mqtt/Chart.yaml index d3657f4687bb1..d5d8d2cda89e6 100644 --- a/charts/stable/amcrest2mqtt/Chart.yaml +++ b/charts/stable/amcrest2mqtt/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: amcrest2mqtt -version: 8.0.11 +version: 8.0.12 appVersion: 1.0.16 description: Expose all events from an Amcrest device to an MQTT broker home: https://truecharts.org/charts/stable/amcrest2mqtt @@ -19,7 +19,7 @@ keywords: - amcrest2mqtt dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/amule/Chart.yaml b/charts/stable/amule/Chart.yaml index 8c338a4e401ac..e441422f04c7d 100644 --- a/charts/stable/amule/Chart.yaml +++ b/charts/stable/amule/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: amule -version: 4.0.11 +version: 4.0.12 appVersion: latest description: aMule is an eMule-like client for the eDonkey and Kademlia networks. home: https://truecharts.org/charts/stable/amule @@ -22,7 +22,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/anki-sync-server/Chart.yaml b/charts/stable/anki-sync-server/Chart.yaml index 21c910f1c5762..e229559391553 100644 --- a/charts/stable/anki-sync-server/Chart.yaml +++ b/charts/stable/anki-sync-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: anki-sync-server -version: 3.0.8 +version: 3.0.9 appVersion: 1.1.14 description: A cross-platform Anki sync server. home: https://truecharts.org/charts/incubator/anki-sync-server @@ -19,7 +19,7 @@ keywords: - anki-sync-server dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index d4e4dcace2848..a1f11477543bf 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: anonaddy -version: 15.0.17 +version: 15.0.18 appVersion: 0.14.1 description: Protect your email from spam using disposable addresses. home: https://truecharts.org/charts/stable/anonaddy @@ -19,7 +19,7 @@ keywords: - anonaddy dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/answer/Chart.yaml b/charts/stable/answer/Chart.yaml index a56aa92d60fd9..cd888e895f8c7 100644 --- a/charts/stable/answer/Chart.yaml +++ b/charts/stable/answer/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: answer -version: 0.0.13 +version: 0.0.14 appVersion: 1.2.0 description: A Q&A platform software for teams at any scales. home: https://truecharts.org/charts/incubator/answer @@ -20,7 +20,7 @@ keywords: - forum dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/apache-musicindex/Chart.yaml b/charts/stable/apache-musicindex/Chart.yaml index e499c2f523ab8..bcd1e9c5b7124 100644 --- a/charts/stable/apache-musicindex/Chart.yaml +++ b/charts/stable/apache-musicindex/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: apache-musicindex -version: 8.0.11 +version: 8.0.12 appVersion: 1.4.1 description: Index and stream music using apache-musicindex and m3u playlists home: https://truecharts.org/charts/stable/apache-musicindex @@ -21,7 +21,7 @@ keywords: - playlist dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index 76524021eb66f..1ea0dfd5ede0d 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: appdaemon -version: 13.0.11 +version: 13.0.12 appVersion: 4.4.2 description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps. @@ -24,7 +24,7 @@ keywords: - homeautomation dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/apt-cacher-ng/Chart.yaml b/charts/stable/apt-cacher-ng/Chart.yaml index 88bc9492cefc4..95938b52256d6 100644 --- a/charts/stable/apt-cacher-ng/Chart.yaml +++ b/charts/stable/apt-cacher-ng/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: apt-cacher-ng -version: 5.0.11 +version: 5.0.12 appVersion: 3.7.4 description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not @@ -24,7 +24,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/aria2/Chart.yaml b/charts/stable/aria2/Chart.yaml index 89f44a35f745d..d9873f48a8b52 100644 --- a/charts/stable/aria2/Chart.yaml +++ b/charts/stable/aria2/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: aria2 -version: 9.0.11 +version: 9.0.12 appVersion: latest description: aria server for downloading web content home: https://truecharts.org/charts/stable/aria2 @@ -19,7 +19,7 @@ keywords: - aria2 dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ariang/Chart.yaml b/charts/stable/ariang/Chart.yaml index 75ea8f7374763..1ac80ef9fce66 100644 --- a/charts/stable/ariang/Chart.yaml +++ b/charts/stable/ariang/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ariang -version: 5.0.11 +version: 5.0.12 appVersion: 1.3.6 description: A modern web frontend making aria2 easier to use | Aria2 WebUI. home: https://truecharts.org/charts/stable/ariang @@ -19,7 +19,7 @@ keywords: - ariang dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/arksurvivalevolved/Chart.yaml b/charts/stable/arksurvivalevolved/Chart.yaml index 71eb323faa1b4..9e43337755eac 100644 --- a/charts/stable/arksurvivalevolved/Chart.yaml +++ b/charts/stable/arksurvivalevolved/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: arksurvivalevolved -version: 4.0.12 +version: 4.0.13 appVersion: arkse description: A custom SteamCMD chart that runs ArkSE. home: https://truecharts.org/charts/stable/arksurvivalevolved @@ -21,7 +21,7 @@ keywords: - GameServers dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/audacity/Chart.yaml b/charts/stable/audacity/Chart.yaml index 1ca194797d803..b5e24ad104994 100644 --- a/charts/stable/audacity/Chart.yaml +++ b/charts/stable/audacity/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: audacity -version: 9.0.11 +version: 9.0.12 appVersion: 3.0.2 description: An easy-to-use, multi-track audio editor and recorder home: https://truecharts.org/charts/stable/audacity @@ -24,7 +24,7 @@ keywords: - audio dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index 1bdcbc3356157..fd1181a43456a 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: audiobookshelf -version: 6.1.2 +version: 6.1.3 appVersion: 2.6.0 description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. @@ -20,7 +20,7 @@ keywords: - audiobookshelf dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 87008ef31dc77..0f63955a9d472 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: authentik -version: 15.0.25 +version: 15.0.26 appVersion: 2023.10.4 description: Authentik is an open-source Identity Provider focused on flexibility @@ -22,14 +22,14 @@ keywords: - authentik dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 8.0.44 + version: 8.0.47 repository: https://deps.truecharts.org condition: redis.enabled alias: "" diff --git a/charts/stable/autobrr/Chart.yaml b/charts/stable/autobrr/Chart.yaml index 1e4ebe22aa2ff..616b741c24c21 100644 --- a/charts/stable/autobrr/Chart.yaml +++ b/charts/stable/autobrr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: autobrr -version: 5.1.3 +version: 5.1.4 appVersion: 1.34.1 description: The modern download automation tool for torrents. home: https://truecharts.org/charts/stable/autobrr @@ -20,7 +20,7 @@ keywords: - torrent dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/automatic-music-downloader/Chart.yaml b/charts/stable/automatic-music-downloader/Chart.yaml index 87cc6fbe369a5..8842b041f47df 100644 --- a/charts/stable/automatic-music-downloader/Chart.yaml +++ b/charts/stable/automatic-music-downloader/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: automatic-music-downloader -version: 6.0.11 +version: 6.0.12 appVersion: latest description: A Lidarr companion script to automatically download music for Lidarr. home: https://truecharts.org/charts/stable/automatic-music-downloader @@ -22,7 +22,7 @@ keywords: - deemix dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/automatic-ripping-machine/Chart.yaml b/charts/stable/automatic-ripping-machine/Chart.yaml index b1120fbe9d952..65a285dc512c4 100644 --- a/charts/stable/automatic-ripping-machine/Chart.yaml +++ b/charts/stable/automatic-ripping-machine/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: automatic-ripping-machine -version: 0.0.11 +version: 0.0.12 appVersion: 2.6.60 description: Automatic Ripping Machine (ARM) Scripts. home: https://truecharts.org/charts/incubator/automatic-ripping-machine @@ -20,7 +20,7 @@ keywords: - media dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/autoscan/Chart.yaml b/charts/stable/autoscan/Chart.yaml index ec25f09fb78a8..ccf54bab68708 100644 --- a/charts/stable/autoscan/Chart.yaml +++ b/charts/stable/autoscan/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: autoscan -version: 5.0.27 +version: 5.0.28 appVersion: latest description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. @@ -20,7 +20,7 @@ keywords: - media dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/avidemux/Chart.yaml b/charts/stable/avidemux/Chart.yaml index e8cbe72089e87..f8a984889f206 100644 --- a/charts/stable/avidemux/Chart.yaml +++ b/charts/stable/avidemux/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: avidemux -version: 5.0.13 +version: 5.0.14 appVersion: 23.11.2 description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. @@ -21,7 +21,7 @@ keywords: - avidemux dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index 96be13aceee5b..853ad137b1ea0 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: babybuddy -version: 13.0.29 +version: 13.0.30 appVersion: 2.1.2 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. @@ -24,7 +24,7 @@ keywords: - parenting dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/backuppc/Chart.yaml b/charts/stable/backuppc/Chart.yaml index d9f56e750422a..8b4c73e389f37 100644 --- a/charts/stable/backuppc/Chart.yaml +++ b/charts/stable/backuppc/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: backuppc -version: 3.0.9 +version: 3.0.10 appVersion: 6.0.2 description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. @@ -23,7 +23,7 @@ keywords: - Network-Web dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index fac7f8fc6e11a..883b39a7e7796 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: baserow -version: 8.0.14 +version: 8.0.15 appVersion: 1.21.2 description: Baserow is an open source no-code database tool and Airtable alternative. home: https://truecharts.org/charts/stable/baserow @@ -19,7 +19,7 @@ keywords: - baserow dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index 7518c0b17f69d..ea3a56db42cae 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: bazarr -version: 15.1.2 +version: 15.1.3 appVersion: 1.4.0 description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements @@ -25,7 +25,7 @@ keywords: - torrent dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/beets/Chart.yaml b/charts/stable/beets/Chart.yaml index 84dcb95fab601..db3e5d94ec54a 100644 --- a/charts/stable/beets/Chart.yaml +++ b/charts/stable/beets/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: beets -version: 8.0.30 +version: 8.0.31 appVersion: 1.6.0 description: A music library manager and not, for the most part, a music player. home: https://truecharts.org/charts/stable/beets @@ -24,7 +24,7 @@ keywords: - beets dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml index b83c8b1d3a989..baec8aed82b3b 100644 --- a/charts/stable/blog/Chart.yaml +++ b/charts/stable/blog/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: blog -version: 8.0.11 +version: 8.0.12 appVersion: latest description: Lightweight self-hosted facebook-styled PHP blog. home: https://truecharts.org/charts/stable/blog @@ -24,7 +24,7 @@ keywords: - facebook dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index 3049d1b9ccef7..198513fbad11f 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: boinc -version: 6.0.29 +version: 6.0.30 appVersion: latest description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). @@ -19,7 +19,7 @@ keywords: - boinc dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index 1f3a0641dc5f1..a22a34dee7031 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: booksonic-air -version: 10.0.26 +version: 10.0.27 appVersion: 2201.1.0 description: Booksonic is a platform for accessing the audibooks you own wherever you are @@ -21,7 +21,7 @@ keywords: - audiobook dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index ee8a60c12ebf3..7b6ffa6b42f18 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: bookstack -version: 8.0.13 +version: 8.0.14 appVersion: 23.10.20231030 description: A simple, self-hosted, easy-to-use platform for organising and storing information. @@ -25,7 +25,7 @@ keywords: - hosted dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/borg-server/Chart.yaml b/charts/stable/borg-server/Chart.yaml index 0d95df424f5c5..c384d0c83258a 100644 --- a/charts/stable/borg-server/Chart.yaml +++ b/charts/stable/borg-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: borg-server -version: 1.1.1 +version: 1.1.2 appVersion: 2.2.1 description: A borg Backup server home: https://truecharts.org/charts/stable/borg-server @@ -20,7 +20,7 @@ keywords: - backup dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/browserless-chrome/Chart.yaml b/charts/stable/browserless-chrome/Chart.yaml index 6e678dd84a815..6c15d0a46a00f 100644 --- a/charts/stable/browserless-chrome/Chart.yaml +++ b/charts/stable/browserless-chrome/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: browserless-chrome -version: 6.0.19 +version: 6.0.20 appVersion: 1.60.2 description: Browserless is a web-service that allows for remote clients to connect, @@ -23,7 +23,7 @@ keywords: - puppeteer dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/budge/Chart.yaml b/charts/stable/budge/Chart.yaml index 32c77a758f8dd..ec3b1b7e796a6 100644 --- a/charts/stable/budge/Chart.yaml +++ b/charts/stable/budge/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: budge -version: 6.0.28 +version: 6.0.29 appVersion: 0.0.9 description: Budge is an open source 'budgeting with envelopes' personal finance app. home: https://truecharts.org/charts/stable/budge @@ -21,7 +21,7 @@ keywords: - budge dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index f8a59c036d8f2..c3fba68e184de 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: calibre-web -version: 15.0.17 +version: 15.0.18 appVersion: 0.6.21 description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. @@ -22,7 +22,7 @@ keywords: - ebook dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index ef85befd7957a..f3a98c230fefe 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: calibre -version: 11.2.1 +version: 11.2.2 appVersion: 7.2.0 description: Calibre is a powerful and easy to use e-book manager. home: https://truecharts.org/charts/stable/calibre @@ -19,7 +19,7 @@ keywords: - calibre dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/channels-dvr/Chart.yaml b/charts/stable/channels-dvr/Chart.yaml index ac2bbd8e00550..046fa950540e4 100644 --- a/charts/stable/channels-dvr/Chart.yaml +++ b/charts/stable/channels-dvr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: channels-dvr -version: 3.0.14 +version: 3.0.15 appVersion: latest description: Channels DVR Server home: https://truecharts.org/charts/stable/channels-dvr @@ -18,7 +18,7 @@ keywords: - channels-dvr dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml index 4977939ada9d2..73e438278e62e 100644 --- a/charts/stable/chevereto/Chart.yaml +++ b/charts/stable/chevereto/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: chevereto -version: 8.0.11 +version: 8.0.12 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. @@ -21,7 +21,7 @@ keywords: - chevereto dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/chronos/Chart.yaml b/charts/stable/chronos/Chart.yaml index 875aeae8273c2..c8d775390e069 100644 --- a/charts/stable/chronos/Chart.yaml +++ b/charts/stable/chronos/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: chronos -version: 5.0.11 +version: 5.0.12 appVersion: "0.2" 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, @@ -22,7 +22,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index c7dae382b9445..ffbac31a600e5 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: clamav -version: 7.0.17 +version: 7.0.18 appVersion: 1.2.1 description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. @@ -22,7 +22,7 @@ keywords: - antivirus dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index 03ca86c3d2513..8edcc7575c330 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: clarkson -version: 8.0.11 +version: 8.0.12 appVersion: 1.1.2 description: A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. @@ -24,7 +24,7 @@ keywords: - vehicle dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/cloud9/Chart.yaml b/charts/stable/cloud9/Chart.yaml index 90085dc397731..75be47f4c65b6 100644 --- a/charts/stable/cloud9/Chart.yaml +++ b/charts/stable/cloud9/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: cloud9 -version: 8.0.11 +version: 8.0.12 appVersion: 1.29.2 description: A complete web based IDE with terminal access home: https://truecharts.org/charts/stable/cloud9 @@ -23,7 +23,7 @@ keywords: - web dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/cloudflared/Chart.yaml b/charts/stable/cloudflared/Chart.yaml index 7ea2ddad69b78..051991357b837 100644 --- a/charts/stable/cloudflared/Chart.yaml +++ b/charts/stable/cloudflared/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: cloudflared -version: 6.0.16 +version: 6.0.17 appVersion: 2023.10.0 description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. @@ -20,7 +20,7 @@ keywords: - networking dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/cloudflareddns/Chart.yaml b/charts/stable/cloudflareddns/Chart.yaml index bd4f06a025648..e7ae2413c6a20 100644 --- a/charts/stable/cloudflareddns/Chart.yaml +++ b/charts/stable/cloudflareddns/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: cloudflareddns -version: 6.0.24 +version: 6.0.25 appVersion: latest description: Automate Cloudflare DNS records for those with a dynamic IP. home: https://truecharts.org/charts/stable/cloudflareddns @@ -22,7 +22,7 @@ keywords: - cloudflare dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index f50a412974982..43044ae85adc0 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: code-server -version: 8.1.15 +version: 8.1.16 appVersion: 4.19.1 description: Run VS Code on any machine anywhere and access it in the browser. home: https://truecharts.org/charts/stable/code-server @@ -22,7 +22,7 @@ keywords: - vscode dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/collabora/Chart.yaml b/charts/stable/collabora/Chart.yaml index 405b51e58420d..47f5cc6c109da 100644 --- a/charts/stable/collabora/Chart.yaml +++ b/charts/stable/collabora/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: collabora -version: 2.0.19 +version: 2.0.20 appVersion: 23.05.5.4.1 description: An awesome, Online Office suite image suitable for home use. home: https://truecharts.org/charts/stable/collabora @@ -20,7 +20,7 @@ keywords: - document dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml index 1d49e57dd4e5c..a38c970601380 100644 --- a/charts/stable/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: commento-plusplus -version: 8.0.11 +version: 8.0.12 appVersion: 1.8.7 description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. @@ -20,7 +20,7 @@ keywords: - commento dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/cops/Chart.yaml b/charts/stable/cops/Chart.yaml index 72bd4cb93114e..fbc6cb33601bd 100644 --- a/charts/stable/cops/Chart.yaml +++ b/charts/stable/cops/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: cops -version: 5.0.35 +version: 5.0.36 appVersion: 2.2.1 description: | Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. @@ -24,7 +24,7 @@ keywords: - MediaServer-Books dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/couchpotato/Chart.yaml b/charts/stable/couchpotato/Chart.yaml index 2aaa01052f1dd..c3d2da26c0308 100644 --- a/charts/stable/couchpotato/Chart.yaml +++ b/charts/stable/couchpotato/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: couchpotato -version: 6.0.11 +version: 6.0.12 appVersion: latest description: Couchpotato is an automatic NZB and torrent downloader. home: https://truecharts.org/charts/stable/couchpotato @@ -18,7 +18,7 @@ keywords: - couchpotato dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/crafty-4/Chart.yaml b/charts/stable/crafty-4/Chart.yaml index 48401eb0cf664..3c28891082c08 100644 --- a/charts/stable/crafty-4/Chart.yaml +++ b/charts/stable/crafty-4/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: crafty-4 -version: 4.0.12 +version: 4.0.13 appVersion: 4.2.2 description: Crafty Controller is a Minecraft Server Control Panel / Launcher. home: https://truecharts.org/charts/stable/crafty-4 @@ -21,7 +21,7 @@ keywords: - Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/cryptofolio/Chart.yaml b/charts/stable/cryptofolio/Chart.yaml index b387f83a4e22f..65abd10d09388 100644 --- a/charts/stable/cryptofolio/Chart.yaml +++ b/charts/stable/cryptofolio/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: cryptofolio -version: 9.0.11 +version: 9.0.12 appVersion: 2.2.0 description: Track your cryptocurrency holdings/portfolio home: https://truecharts.org/charts/stable/cryptofolio @@ -19,7 +19,7 @@ keywords: - cryptofolio dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/cryptpad/Chart.yaml b/charts/stable/cryptpad/Chart.yaml index 71e0aaf3bae60..c8cb8ce3f8393 100644 --- a/charts/stable/cryptpad/Chart.yaml +++ b/charts/stable/cryptpad/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: cryptpad -version: 4.0.3 +version: 4.0.4 appVersion: 5.5.0 description: CryptPad is the Zero Knowledge realtime collaborative editor. home: https://truecharts.org/charts/incubator/cryptpad @@ -21,7 +21,7 @@ keywords: - Security dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/cs2/Chart.yaml b/charts/stable/cs2/Chart.yaml index 948ecefd4f17d..7186a71810d37 100644 --- a/charts/stable/cs2/Chart.yaml +++ b/charts/stable/cs2/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: cs2 -version: 0.0.4 +version: 0.0.5 appVersion: latest description: A custom SteamCMD chart that runs CS2. home: https://truecharts.org/charts/incubator/cs2 @@ -20,7 +20,7 @@ keywords: - counter-strike dependencies: - name: common - version: 14.3.3 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ctfd/Chart.yaml b/charts/stable/ctfd/Chart.yaml index 67426f98c2213..70c225e1062de 100644 --- a/charts/stable/ctfd/Chart.yaml +++ b/charts/stable/ctfd/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ctfd -version: 0.1.1 +version: 0.1.2 appVersion: 3.6.0 description: CTFd is a Capture The Flag framework focusing on ease of use and customizability. home: https://truecharts.org/charts/incubator/ctfd @@ -20,7 +20,7 @@ keywords: - learning dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/cura-novnc/Chart.yaml b/charts/stable/cura-novnc/Chart.yaml index 1a92e2b5a5a8d..0fcd41371c360 100644 --- a/charts/stable/cura-novnc/Chart.yaml +++ b/charts/stable/cura-novnc/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: cura-novnc -version: 5.0.12 +version: 5.0.13 appVersion: latest description: Enjoy Cura directly in your browser with this easy to use Chart home: https://truecharts.org/charts/stable/cura-novnc @@ -21,7 +21,7 @@ keywords: - Productivity dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml index ca4e7a2716c28..6c79461d076ab 100644 --- a/charts/stable/custom-app/Chart.yaml +++ b/charts/stable/custom-app/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: custom-app -version: 9.0.48 +version: 9.0.49 appVersion: 0.21.1155 description: Advanced tool to create your own TrueCharts-based App home: https://truecharts.org/charts/stable/custom-app @@ -18,7 +18,7 @@ keywords: - custom dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/cyberchef/Chart.yaml b/charts/stable/cyberchef/Chart.yaml index ede849dcf4243..af2adda6b8e39 100644 --- a/charts/stable/cyberchef/Chart.yaml +++ b/charts/stable/cyberchef/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: cyberchef -version: 6.0.45 +version: 6.0.46 appVersion: 10.5.2 description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. @@ -19,7 +19,7 @@ keywords: - cyberchef dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/czkawka/Chart.yaml b/charts/stable/czkawka/Chart.yaml index 0c99373ae5026..ae7d3df9eaa07 100644 --- a/charts/stable/czkawka/Chart.yaml +++ b/charts/stable/czkawka/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: czkawka -version: 5.0.13 +version: 5.0.14 appVersion: 23.11.2 description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. @@ -23,7 +23,7 @@ keywords: - czkawka dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml index 5832d760ad54b..bf150b742db8c 100644 --- a/charts/stable/dashdot/Chart.yaml +++ b/charts/stable/dashdot/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: dashdot -version: 5.0.13 +version: 5.0.14 appVersion: 5.2.3 description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. @@ -21,7 +21,7 @@ keywords: - dashdot dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/dashy/Chart.yaml b/charts/stable/dashy/Chart.yaml index 7863cc4c8ef3e..3369bd0a8fe77 100644 --- a/charts/stable/dashy/Chart.yaml +++ b/charts/stable/dashy/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: dashy -version: 3.0.33 +version: 3.0.34 appVersion: 2.1.1 description: Dashy helps you organize your self-hosted services by making them accessible from a single place @@ -20,7 +20,7 @@ keywords: - dashboard dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/davos/Chart.yaml b/charts/stable/davos/Chart.yaml index 6f2210f907f82..2e57fc0ee682b 100644 --- a/charts/stable/davos/Chart.yaml +++ b/charts/stable/davos/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: davos -version: 8.0.11 +version: 8.0.12 appVersion: 2.2.1 description: An FTP automation tool that periodically scans given host locations for new files. @@ -23,7 +23,7 @@ keywords: - automation dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ddclient/Chart.yaml b/charts/stable/ddclient/Chart.yaml index 850e85b91aeef..1c36bd061e5fa 100644 --- a/charts/stable/ddclient/Chart.yaml +++ b/charts/stable/ddclient/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ddclient -version: 6.0.18 +version: 6.0.19 appVersion: 3.11.2 description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. @@ -19,7 +19,7 @@ keywords: - ddclient dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index f2da575110c47..4b4138957e682 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ddns-go -version: 6.0.16 +version: 6.0.17 appVersion: 5.6.6 description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service @@ -21,7 +21,7 @@ keywords: - ddns dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ddns-updater/Chart.yaml b/charts/stable/ddns-updater/Chart.yaml index 1afa506f01443..0fe1c26fd8af8 100644 --- a/charts/stable/ddns-updater/Chart.yaml +++ b/charts/stable/ddns-updater/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ddns-updater -version: 6.0.12 +version: 6.0.13 appVersion: 2.5.0 description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers @@ -20,7 +20,7 @@ keywords: - ddns-updater dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index 3ff200441a035..25e19bbd59f2c 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: deconz -version: 12.0.18 +version: 12.0.19 appVersion: 2.24.2 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. @@ -24,7 +24,7 @@ keywords: - conbee dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/deemix/Chart.yaml b/charts/stable/deemix/Chart.yaml index 3cfb000fb09bb..4ace8a71297af 100644 --- a/charts/stable/deemix/Chart.yaml +++ b/charts/stable/deemix/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: deemix -version: 7.0.11 +version: 7.0.12 appVersion: latest description: deemix is a deezer downloader built from the ashes of Deezloader Remix. home: https://truecharts.org/charts/stable/deemix @@ -21,7 +21,7 @@ keywords: - deezer dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/deepstack/Chart.yaml b/charts/stable/deepstack/Chart.yaml index 82b5c570d91d1..f34f770879078 100644 --- a/charts/stable/deepstack/Chart.yaml +++ b/charts/stable/deepstack/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: deepstack -version: 8.0.11 +version: 8.0.12 appVersion: 2022.01.1 description: DeepStack AI provides AI features including Face Recognition, Object @@ -22,7 +22,7 @@ keywords: - AI dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/dell-idrac-fan-controller/Chart.yaml b/charts/stable/dell-idrac-fan-controller/Chart.yaml index ab0adb0b9f0a3..82971f941ba9c 100644 --- a/charts/stable/dell-idrac-fan-controller/Chart.yaml +++ b/charts/stable/dell-idrac-fan-controller/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: dell-idrac-fan-controller -version: 2.0.11 +version: 2.0.12 appVersion: latest description: Control your Dell PowerEdge fans via IPMI home: https://truecharts.org/charts/stable/dell-idrac-fan-controller @@ -21,7 +21,7 @@ keywords: - fan-controller dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index f342293d65879..2aa1f80bfb182 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: deluge -version: 15.0.12 +version: 15.0.13 appVersion: 2.1.1 description: Deluge App for TrueNAS SCALE home: https://truecharts.org/charts/stable/deluge @@ -21,7 +21,7 @@ keywords: - usenet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/digikam/Chart.yaml b/charts/stable/digikam/Chart.yaml index cc911344dd970..df93adc3a9540 100644 --- a/charts/stable/digikam/Chart.yaml +++ b/charts/stable/digikam/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: digikam -version: 8.0.11 +version: 8.0.12 appVersion: 7.8.0 description: Professional Photo Management with the Power of Open Source home: https://truecharts.org/charts/stable/digikam @@ -24,7 +24,7 @@ keywords: - gallery dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/dillinger/Chart.yaml b/charts/stable/dillinger/Chart.yaml index 1fa1842a2a14e..202d870dda520 100644 --- a/charts/stable/dillinger/Chart.yaml +++ b/charts/stable/dillinger/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: dillinger -version: 6.0.23 +version: 6.0.24 appVersion: 3.39.1 description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. @@ -19,7 +19,7 @@ keywords: - dillinger dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/discordgsm/Chart.yaml b/charts/stable/discordgsm/Chart.yaml index 27304e03bfe72..e1b32da3633d3 100644 --- a/charts/stable/discordgsm/Chart.yaml +++ b/charts/stable/discordgsm/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: discordgsm -version: 4.0.14 +version: 4.0.15 appVersion: 2.15.1 description: A discord bot that monitors your game server and tracks the live data of your game servers. @@ -22,7 +22,7 @@ keywords: - monitor dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index 087354496e54c..e889dee853347 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: dizquetv -version: 11.1.0 +version: 11.1.1 appVersion: 1.5.3 description: Create live TV channel streams from media on your Plex servers. home: https://truecharts.org/charts/stable/dizquetv @@ -20,7 +20,7 @@ keywords: - dizquetv dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/docker/Chart.yaml b/charts/stable/docker/Chart.yaml index af8d0fe20cfa8..15a4fb7aecbf8 100644 --- a/charts/stable/docker/Chart.yaml +++ b/charts/stable/docker/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: docker -version: 1.0.8 +version: 1.0.9 appVersion: 24.0.7 description: Dedicated App for using Docker-in-Docker home: https://truecharts.org/charts/stable/docker @@ -18,7 +18,7 @@ keywords: - docker dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/docusaurus/Chart.yaml b/charts/stable/docusaurus/Chart.yaml index cf89d403a760c..3b2f2236309f7 100644 --- a/charts/stable/docusaurus/Chart.yaml +++ b/charts/stable/docusaurus/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: docusaurus -version: 5.0.11 +version: 5.0.12 appVersion: latest description: Docusaurus makes it easy to maintain Open Source documentation websites. home: https://truecharts.org/charts/stable/docusaurus @@ -21,7 +21,7 @@ keywords: - Docusaurus dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/dokuwiki/Chart.yaml b/charts/stable/dokuwiki/Chart.yaml index 906cded391c80..91308c35efdc6 100644 --- a/charts/stable/dokuwiki/Chart.yaml +++ b/charts/stable/dokuwiki/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: dokuwiki -version: 7.0.36 +version: 7.0.37 appVersion: 20230404.1.0 description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. @@ -19,7 +19,7 @@ keywords: - dokuwiki dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/domoticz/Chart.yaml b/charts/stable/domoticz/Chart.yaml index 3800682c2ac09..f170e658393ad 100644 --- a/charts/stable/domoticz/Chart.yaml +++ b/charts/stable/domoticz/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: domoticz -version: 6.0.20 +version: 6.0.21 appVersion: 2023.2.20231129 description: Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more. @@ -19,7 +19,7 @@ keywords: - domoticz dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/doplarr/Chart.yaml b/charts/stable/doplarr/Chart.yaml index 82ba2b7e295d9..e8f76e0fbb2db 100644 --- a/charts/stable/doplarr/Chart.yaml +++ b/charts/stable/doplarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: doplarr -version: 6.0.11 +version: 6.0.12 appVersion: 3.6.2 description: An *arr Request Bot for Discord home: https://truecharts.org/charts/stable/doplarr @@ -19,7 +19,7 @@ keywords: - doplarr dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/double-take/Chart.yaml b/charts/stable/double-take/Chart.yaml index 8b39fa5be748b..8c12a6d0dd6c9 100644 --- a/charts/stable/double-take/Chart.yaml +++ b/charts/stable/double-take/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: double-take -version: 7.0.3 +version: 7.0.4 appVersion: 1.13.11 description: Unified UI and API for processing and training images for facial recognition home: https://truecharts.org/charts/stable/double-take @@ -20,7 +20,7 @@ keywords: - double-take dependencies: - name: common - version: 15.3.1 + version: 15.3.4 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/doublecommander/Chart.yaml b/charts/stable/doublecommander/Chart.yaml index 190635101c17c..a68e2fa32db95 100644 --- a/charts/stable/doublecommander/Chart.yaml +++ b/charts/stable/doublecommander/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: doublecommander -version: 9.0.28 +version: 9.0.29 appVersion: latest description: A free cross platform open source file manager with two panels side by side. @@ -23,7 +23,7 @@ keywords: - manager dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/drawio/Chart.yaml b/charts/stable/drawio/Chart.yaml index a719b1c85749a..ff6bac164f42f 100644 --- a/charts/stable/drawio/Chart.yaml +++ b/charts/stable/drawio/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: drawio -version: 6.0.33 +version: 6.0.34 appVersion: 22.1.11 description: Drawio is free online diagram software. home: https://truecharts.org/charts/stable/drawio @@ -19,7 +19,7 @@ keywords: - drawio dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml index 520207aa8950b..7479d3a269378 100644 --- a/charts/stable/duckdns/Chart.yaml +++ b/charts/stable/duckdns/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: duckdns -version: 6.0.25 +version: 6.0.26 appVersion: latest description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. @@ -19,7 +19,7 @@ keywords: - duckdns dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/duplicacy/Chart.yaml b/charts/stable/duplicacy/Chart.yaml index c020613b159f2..65a9ae3c8e030 100644 --- a/charts/stable/duplicacy/Chart.yaml +++ b/charts/stable/duplicacy/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: duplicacy -version: 3.0.4 +version: 3.0.5 appVersion: 1.7.2 description: A new generation cross-platform cloud backup tool. home: https://truecharts.org/charts/stable/duplicacy @@ -20,7 +20,7 @@ keywords: - Backup dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index 351752bf34567..a53441739cef7 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: duplicati -version: 10.0.11 +version: 10.0.12 appVersion: latest description: Store securely encrypted backups on cloud storage services! home: https://truecharts.org/charts/stable/duplicati @@ -19,7 +19,7 @@ keywords: - duplicati dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 25b4e4f9c79c6..2be830f432ea7 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: emby -version: 15.0.17 +version: 15.0.18 appVersion: 4.7.14.0 description: Emby Server is a home media server home: https://truecharts.org/charts/stable/emby @@ -21,7 +21,7 @@ keywords: - emby dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/embystat/Chart.yaml b/charts/stable/embystat/Chart.yaml index 0e2a289bea5fa..56e90cb2991c9 100644 --- a/charts/stable/embystat/Chart.yaml +++ b/charts/stable/embystat/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: embystat -version: 6.0.16 +version: 6.0.17 appVersion: 0.2.0 description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. @@ -19,7 +19,7 @@ keywords: - embystat dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/emulatorjs/Chart.yaml b/charts/stable/emulatorjs/Chart.yaml index 42b213e21ffc4..a084d26e5eb5c 100644 --- a/charts/stable/emulatorjs/Chart.yaml +++ b/charts/stable/emulatorjs/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: emulatorjs -version: 6.0.25 +version: 6.0.26 appVersion: 1.7.3 description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. @@ -19,7 +19,7 @@ keywords: - emulatorjs dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/endlessh/Chart.yaml b/charts/stable/endlessh/Chart.yaml index bd0dbf32aa29d..bf03c6e801955 100644 --- a/charts/stable/endlessh/Chart.yaml +++ b/charts/stable/endlessh/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: endlessh -version: 6.0.11 +version: 6.0.12 appVersion: 2021.11.21 description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. @@ -19,7 +19,7 @@ keywords: - endlessh dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index 7fa506f627033..3255ed4a080d2 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: esphome -version: 15.0.30 +version: 15.0.31 appVersion: 2023.11.6 description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. @@ -20,7 +20,7 @@ keywords: - esphome dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/etesync/Chart.yaml b/charts/stable/etesync/Chart.yaml index 599e1561703b8..2e6f1ea2a872e 100644 --- a/charts/stable/etesync/Chart.yaml +++ b/charts/stable/etesync/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: etesync -version: 5.0.11 +version: 5.0.12 appVersion: 0.11.0 description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. @@ -27,7 +27,7 @@ keywords: - notes dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index 8d4cceb996930..35d2e37214596 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: etherpad -version: 13.0.11 +version: 13.0.12 appVersion: 1.8.14 description: A real-time collaborative editor scalable to thousands of simultaneous real time users. @@ -24,7 +24,7 @@ keywords: - pad dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/external-dns/Chart.yaml b/charts/stable/external-dns/Chart.yaml index 8700d965a8aa1..84f4499743a3a 100644 --- a/charts/stable/external-dns/Chart.yaml +++ b/charts/stable/external-dns/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: external-dns -version: 1.0.8 +version: 1.0.9 appVersion: 0.14.0 description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. @@ -21,7 +21,7 @@ keywords: - kubernetes dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index e84e8d7232b8a..f4476f5e29741 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: external-service -version: 10.1.1 +version: 10.1.2 appVersion: 3.19.0 description: Allow external services to be used like Apps. home: https://truecharts.org/charts/stable/external-service @@ -19,7 +19,7 @@ keywords: - reverse-proxy dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/factorio/Chart.yaml b/charts/stable/factorio/Chart.yaml index 6db1ef283f57b..eb3a6b4204b7c 100644 --- a/charts/stable/factorio/Chart.yaml +++ b/charts/stable/factorio/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: factorio -version: 4.1.10 +version: 4.1.11 appVersion: stable description: A game in which you build and maintain factories. home: https://truecharts.org/charts/incubator/factorio @@ -20,7 +20,7 @@ keywords: - GameServers dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ferdi-server/Chart.yaml b/charts/stable/ferdi-server/Chart.yaml index 31ccd18b5592d..ee87fa9c34607 100644 --- a/charts/stable/ferdi-server/Chart.yaml +++ b/charts/stable/ferdi-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ferdi-server -version: 8.0.11 +version: 8.0.12 appVersion: 1.3.2 description: Server for Ferdi that you can re-use to run your own home: https://truecharts.org/charts/stable/ferdi-server @@ -19,7 +19,7 @@ keywords: - ferdi dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/filebot/Chart.yaml b/charts/stable/filebot/Chart.yaml index dec76b9f3cef9..1a3d91577c42c 100644 --- a/charts/stable/filebot/Chart.yaml +++ b/charts/stable/filebot/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: filebot -version: 5.0.12 +version: 5.0.13 appVersion: 23.11.2 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 @@ -22,7 +22,7 @@ keywords: - filebot dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml index ff5e0d910d125..59e71aea990fa 100644 --- a/charts/stable/filebrowser/Chart.yaml +++ b/charts/stable/filebrowser/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: filebrowser -version: 6.0.14 +version: 6.0.15 appVersion: 2.26.0 description: Filebrowser provides a file managing interface within a specified directory home: https://truecharts.org/charts/stable/filebrowser @@ -20,7 +20,7 @@ keywords: - filebrowser dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/fileflows/Chart.yaml b/charts/stable/fileflows/Chart.yaml index 7c104db91e31f..4958abffa28f1 100644 --- a/charts/stable/fileflows/Chart.yaml +++ b/charts/stable/fileflows/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: fileflows -version: 6.1.1 +version: 6.1.2 appVersion: "23.12" description: An application that lets you automatically process files through a simple rule flow. @@ -20,7 +20,7 @@ keywords: - fileflows dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/filestash/Chart.yaml b/charts/stable/filestash/Chart.yaml index ce6a65955ef04..171ce9b4be0d9 100644 --- a/charts/stable/filestash/Chart.yaml +++ b/charts/stable/filestash/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: filestash -version: 3.0.9 +version: 3.0.10 appVersion: latest description: A Dropbox-like file manager that let you manage your data anywhere it is located. @@ -24,7 +24,7 @@ keywords: - Network-Web dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 053999db7e353..28582474bb757 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: fireflyiii -version: 21.0.20 +version: 21.0.21 appVersion: 6.0.30 description: A free and open source personal finance manager home: https://truecharts.org/charts/stable/fireflyiii @@ -20,7 +20,7 @@ keywords: - finacial dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/firefox-syncserver/Chart.yaml b/charts/stable/firefox-syncserver/Chart.yaml index 98467071ae8d0..3909bfb5df8de 100644 --- a/charts/stable/firefox-syncserver/Chart.yaml +++ b/charts/stable/firefox-syncserver/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: firefox-syncserver -version: 14.0.11 +version: 14.0.12 appVersion: 1.8.0 description: This is an all-in-one package for running a self-hosted Firefox Sync server. @@ -23,7 +23,7 @@ keywords: - firefox dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml index fc1c687349253..33f8756520736 100644 --- a/charts/stable/firefox/Chart.yaml +++ b/charts/stable/firefox/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: firefox -version: 7.0.22 +version: 7.0.23 appVersion: 116.0.3 description: a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. @@ -21,7 +21,7 @@ keywords: - browser dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/fireshare/Chart.yaml b/charts/stable/fireshare/Chart.yaml index dce53f0b6f635..6293d9e91d083 100644 --- a/charts/stable/fireshare/Chart.yaml +++ b/charts/stable/fireshare/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: fireshare -version: 3.0.2 +version: 3.0.3 appVersion: 1.2.15 description: Share your game clips, videos, or other media via unique links. home: https://truecharts.org/charts/incubator/fireshare @@ -19,7 +19,7 @@ keywords: - fireshare dependencies: - name: common - version: 15.3.1 + version: 15.3.4 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/firezone/Chart.yaml b/charts/stable/firezone/Chart.yaml index 48e54ee1d2bf0..3551dadb4f6fc 100644 --- a/charts/stable/firezone/Chart.yaml +++ b/charts/stable/firezone/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: firezone -version: 0.2.15 +version: 0.2.16 appVersion: 0.7.36 description: WireGuard-based VPN server and egress firewall home: https://truecharts.org/charts/stable/firezone @@ -21,7 +21,7 @@ keywords: - vpn dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index 5e1ffe05dd89d..39fbbc28c6731 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: fleet -version: 8.0.13 +version: 8.0.14 appVersion: 2.3.3 description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. @@ -19,7 +19,7 @@ keywords: - fleet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml index 56d2b851dc95b..90965f99e5d72 100644 --- a/charts/stable/flexget/Chart.yaml +++ b/charts/stable/flexget/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: flexget -version: 6.1.7 +version: 6.1.8 appVersion: 3.10.6 description: FlexGet is a multipurpose automation tool for all of your media home: https://truecharts.org/charts/stable/flexget @@ -20,7 +20,7 @@ keywords: - automation dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index 000d2ed1271d1..ab328f74ea734 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: flood -version: 10.0.11 +version: 10.0.12 appVersion: 4.7.0 description: Flood is a monitoring service for various torrent clients home: https://truecharts.org/charts/stable/flood @@ -22,7 +22,7 @@ keywords: - transmission dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index 55c6d921d9e46..49f0bf5bb8adc 100644 --- a/charts/stable/flowise/Chart.yaml +++ b/charts/stable/flowise/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: flowise -version: 1.0.22 +version: 1.0.23 appVersion: 1.4.5 description: Drag & drop UI to build your customized LLM flow. home: https://truecharts.org/charts/stable/flowise @@ -20,7 +20,7 @@ keywords: - ai dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/fluidd/Chart.yaml b/charts/stable/fluidd/Chart.yaml index 18dbe121fef59..25a2211ee15a0 100644 --- a/charts/stable/fluidd/Chart.yaml +++ b/charts/stable/fluidd/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: fluidd -version: 6.1.1 +version: 6.1.2 appVersion: 1.27.0 description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. @@ -20,7 +20,7 @@ keywords: - fluidd dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/foldingathome/Chart.yaml b/charts/stable/foldingathome/Chart.yaml index 1bc20c0ba66b8..8f2bc89cd103f 100644 --- a/charts/stable/foldingathome/Chart.yaml +++ b/charts/stable/foldingathome/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: foldingathome -version: 6.0.20 +version: 6.0.21 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 @@ -20,7 +20,7 @@ keywords: - foldingathome dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/fossil/Chart.yaml b/charts/stable/fossil/Chart.yaml index c83b5eb8b5506..ec8c17b2db318 100644 --- a/charts/stable/fossil/Chart.yaml +++ b/charts/stable/fossil/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: fossil -version: 8.0.11 +version: 8.0.12 appVersion: 2.15.1 description: A simple, high-reliability, distributed software configuration management system @@ -21,7 +21,7 @@ keywords: - scm dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml index 845d5305b623c..ce29117d63871 100644 --- a/charts/stable/freeradius/Chart.yaml +++ b/charts/stable/freeradius/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: freeradius -version: 10.0.12 +version: 10.0.13 appVersion: 3.2.0 description: OpenSource Radius implementation home: https://truecharts.org/charts/stable/freeradius @@ -20,7 +20,7 @@ keywords: - auth dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index 50d0d5001a9de..562167f197af4 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: freshrss -version: 15.0.18 +version: 15.0.19 appVersion: 1.22.1 description: FreshRSS is a self-hosted RSS feed aggregator home: https://truecharts.org/charts/stable/freshrss @@ -20,7 +20,7 @@ keywords: - rss dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index 8676a70529fbc..464010679cf81 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: friendica -version: 9.0.13 +version: 9.0.14 appVersion: "2023.05" description: Welcome to the free social web home: https://truecharts.org/charts/stable/friendica @@ -20,7 +20,7 @@ keywords: - social dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/frigate/Chart.yaml b/charts/stable/frigate/Chart.yaml index 11ce9e1efd307..5483e68f59b65 100644 --- a/charts/stable/frigate/Chart.yaml +++ b/charts/stable/frigate/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: frigate -version: 10.1.9 +version: 10.1.10 appVersion: 0.12.1 description: NVR With Realtime Object Detection for IP Cameras home: https://truecharts.org/charts/stable/frigate @@ -22,7 +22,7 @@ keywords: - frigate dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/gamevault-backend/Chart.yaml b/charts/stable/gamevault-backend/Chart.yaml index 0da36691c670b..85db8a06ef243 100644 --- a/charts/stable/gamevault-backend/Chart.yaml +++ b/charts/stable/gamevault-backend/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: gamevault-backend -version: 1.1.24 +version: 1.1.25 appVersion: 9.0.4 description: the self-hosted gaming platform for alternatively obtained games. home: https://truecharts.org/charts/stable/gamevault-backend @@ -20,7 +20,7 @@ keywords: - games dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index 3a34c4920fa05..c3b4fc7cab6d7 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: gaps -version: 15.0.11 +version: 15.0.12 appVersion: 0.10.4 description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. @@ -22,7 +22,7 @@ keywords: - plex-media-server dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index 423404277b4de..3394fff5139a5 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ghostfolio -version: 0.6.1 +version: 0.6.2 appVersion: 2.30.0 description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, @@ -23,7 +23,7 @@ keywords: - finance dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index 38387f8d03ae2..93c2b130bfa59 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: gitea -version: 14.0.16 +version: 14.0.17 appVersion: 1.21.2 description: Self hosted GIT repositories home: https://truecharts.org/charts/stable/gitea @@ -25,7 +25,7 @@ keywords: - gogs dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/golinks/Chart.yaml b/charts/stable/golinks/Chart.yaml index 7a6ca18924ee8..60793fa0ef389 100644 --- a/charts/stable/golinks/Chart.yaml +++ b/charts/stable/golinks/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: golinks -version: 8.0.11 +version: 8.0.12 appVersion: 154c581 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. @@ -25,7 +25,7 @@ keywords: - golinks dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index feb9245302fd8..ec78bf72beed9 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: gonic -version: 10.1.3 +version: 10.1.4 appVersion: 0.16.2 description: Music streaming server / subsonic server API implementation home: https://truecharts.org/charts/stable/gonic @@ -20,7 +20,7 @@ keywords: - subsonic dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/grav/Chart.yaml b/charts/stable/grav/Chart.yaml index 02ac9887d86c7..eec3a2f01c33d 100644 --- a/charts/stable/grav/Chart.yaml +++ b/charts/stable/grav/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: grav -version: 8.0.31 +version: 8.0.32 appVersion: 1.7.43 description: A Fast, Simple, and Flexible, file-based Web-platform. home: https://truecharts.org/charts/stable/grav @@ -23,7 +23,7 @@ keywords: - file dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index 6e3cc6278fa53..980d629020b5f 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: grocy -version: 15.0.30 +version: 15.0.31 appVersion: 4.0.3 description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home @@ -20,7 +20,7 @@ keywords: - grocy dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/guacamole/Chart.yaml b/charts/stable/guacamole/Chart.yaml index 872e7f9a365a4..1d7dd037aad85 100644 --- a/charts/stable/guacamole/Chart.yaml +++ b/charts/stable/guacamole/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: guacamole -version: 10.0.18 +version: 10.0.19 appVersion: 1.5.4 description: Apache Guacamole is a clientless remote desktop gateway. home: https://truecharts.org/charts/stable/guacamole @@ -20,7 +20,7 @@ keywords: - remote dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/guacd/Chart.yaml b/charts/stable/guacd/Chart.yaml index 3d352dfbb52b5..82a2b0b341fd2 100644 --- a/charts/stable/guacd/Chart.yaml +++ b/charts/stable/guacd/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: guacd -version: 6.0.13 +version: 6.0.14 appVersion: 1.5.4 description: Guacd - Apache Guacamole is a clientless remote desktop gateway. home: https://truecharts.org/charts/stable/guacd @@ -21,7 +21,7 @@ keywords: - remote dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/hammond/Chart.yaml b/charts/stable/hammond/Chart.yaml index 531283b71c46e..48726f8ef0f97 100644 --- a/charts/stable/hammond/Chart.yaml +++ b/charts/stable/hammond/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: hammond -version: 6.0.11 +version: 6.0.12 appVersion: 1.0.0 description: A self-hosted vehicle expense tracking system with support for multiple users. @@ -20,7 +20,7 @@ keywords: - hammond dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 7e0974a9c2c1b..41f4a30a99c11 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: handbrake -version: 17.0.17 +version: 17.0.18 appVersion: 23.11.5 description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. @@ -23,7 +23,7 @@ keywords: - media dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index 1407666e19700..bc844574b8611 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: haste-server -version: 10.0.11 +version: 10.0.12 appVersion: latest description: Simple text sharing home: https://truecharts.org/charts/stable/haste-server @@ -23,7 +23,7 @@ keywords: - pastebin dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/headphones/Chart.yaml b/charts/stable/headphones/Chart.yaml index aa85f6e5e7c6d..8e48c67ceb264 100644 --- a/charts/stable/headphones/Chart.yaml +++ b/charts/stable/headphones/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: headphones -version: 8.0.11 +version: 8.0.12 appVersion: a78f38c1 description: An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. @@ -23,7 +23,7 @@ keywords: - downloader dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 82f50398c19ff..d539ed6db9414 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: healthchecks -version: 11.1.1 +version: 11.1.2 appVersion: 3.1.20231213 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"). @@ -23,7 +23,7 @@ keywords: - alert dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml index 910418ede99b8..b07c6e63c558f 100644 --- a/charts/stable/hedgedoc/Chart.yaml +++ b/charts/stable/hedgedoc/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: hedgedoc -version: 9.0.22 +version: 9.0.23 appVersion: 1.9.9 description: HedgeDoc lets you create real-time collaborative markdown notes. home: https://truecharts.org/charts/stable/hedgedoc @@ -18,7 +18,7 @@ keywords: - hedgedoc dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index ad533d4a8efe6..00908dd505efd 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: heimdall -version: 16.0.12 +version: 16.0.13 appVersion: 2.5.7 description: An Application dashboard and launcher home: https://truecharts.org/charts/stable/heimdall @@ -19,7 +19,7 @@ keywords: - heimdall dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml index c571bf15286cf..2e49a537575d1 100644 --- a/charts/stable/homarr/Chart.yaml +++ b/charts/stable/homarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: homarr -version: 7.0.4 +version: 7.0.5 appVersion: 0.14.2 description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. @@ -20,7 +20,7 @@ keywords: - dashboard dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index b04dddfdd5988..e1c96a44aa427 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: home-assistant -version: 20.1.4 +version: 20.1.5 appVersion: 2023.12.3 description: home-assistant App for TrueNAS SCALE home: https://truecharts.org/charts/stable/home-assistant @@ -22,7 +22,7 @@ keywords: - homeassistant dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/homebox/Chart.yaml b/charts/stable/homebox/Chart.yaml index 73264bb0c90db..c65e3d9f55c0d 100644 --- a/charts/stable/homebox/Chart.yaml +++ b/charts/stable/homebox/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: homebox -version: 3.0.14 +version: 3.0.15 appVersion: 0.10.2 description: Inventory and organization system built for the Home User. home: https://truecharts.org/charts/stable/homebox @@ -20,7 +20,7 @@ keywords: - inventory dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/homebridge/Chart.yaml b/charts/stable/homebridge/Chart.yaml index 6bb43dc577a55..520f6205fc54e 100644 --- a/charts/stable/homebridge/Chart.yaml +++ b/charts/stable/homebridge/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: homebridge -version: 4.0.9 +version: 4.0.10 appVersion: 2023-01 description: A lightweight NodeJS server that emulates the iOS HomeKit API home: https://truecharts.org/charts/incubator/homebridge @@ -21,7 +21,7 @@ keywords: - homekit dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/homelablabelmaker/Chart.yaml b/charts/stable/homelablabelmaker/Chart.yaml index e486cd5afb257..5925e6f7d9384 100644 --- a/charts/stable/homelablabelmaker/Chart.yaml +++ b/charts/stable/homelablabelmaker/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: homelablabelmaker -version: 5.0.11 +version: 5.0.12 appVersion: latest description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. @@ -22,7 +22,7 @@ keywords: - Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/homepage/Chart.yaml b/charts/stable/homepage/Chart.yaml index 2f966cf3684f3..ab27f27fab086 100644 --- a/charts/stable/homepage/Chart.yaml +++ b/charts/stable/homepage/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: homepage -version: 4.0.25 +version: 4.0.26 appVersion: 0.8.3 description: A highly customizable homepage home: https://truecharts.org/charts/stable/homepage @@ -19,7 +19,7 @@ keywords: - homepage dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml index 059444d87779b..90dabec92f70f 100644 --- a/charts/stable/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: homer -version: 6.0.11 +version: 6.0.12 appVersion: 23.10.1 description: A dead simple static homepage for your server to keep your services on hand. @@ -22,7 +22,7 @@ keywords: - launcher dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/htpcmanager/Chart.yaml b/charts/stable/htpcmanager/Chart.yaml index dbc1a87f128f9..a6908af1bb7d6 100644 --- a/charts/stable/htpcmanager/Chart.yaml +++ b/charts/stable/htpcmanager/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: htpcmanager -version: 6.0.11 +version: 6.0.12 appVersion: 2021.11.17 description: Htpcmanager is a front end for many htpc related applications. home: https://truecharts.org/charts/stable/htpcmanager @@ -18,7 +18,7 @@ keywords: - htpcmanager dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index c5b75346ad096..11fe7b49ea9bc 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: hyperion-ng -version: 10.0.11 +version: 10.0.12 appVersion: 2.0.15 description: Hyperion is an opensource Bias or Ambient Lighting implementation home: https://truecharts.org/charts/stable/hyperion-ng @@ -20,7 +20,7 @@ keywords: - hyperion dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/icloudpd/Chart.yaml b/charts/stable/icloudpd/Chart.yaml index 33433d7baa1ca..2eb841d3a641a 100644 --- a/charts/stable/icloudpd/Chart.yaml +++ b/charts/stable/icloudpd/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: icloudpd -version: 3.0.10 +version: 3.0.11 appVersion: latest description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. home: https://truecharts.org/charts/incubator/icloudpd @@ -22,7 +22,7 @@ keywords: - Downloaders dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/impostor-server/Chart.yaml b/charts/stable/impostor-server/Chart.yaml index 26c803606a811..0429e835d22d3 100644 --- a/charts/stable/impostor-server/Chart.yaml +++ b/charts/stable/impostor-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: impostor-server -version: 5.0.14 +version: 5.0.15 appVersion: 1.8.4 description: A private Among Us server home: https://truecharts.org/charts/stable/impostor-server @@ -18,7 +18,7 @@ keywords: - impostor-server dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/invidious/Chart.yaml b/charts/stable/invidious/Chart.yaml index 1c53e506b142d..3afb4dd40ef36 100644 --- a/charts/stable/invidious/Chart.yaml +++ b/charts/stable/invidious/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: invidious -version: 6.0.27 +version: 6.0.28 appVersion: latest description: Open source alternative front-end to YouTube. home: https://truecharts.org/charts/stable/invidious @@ -22,7 +22,7 @@ keywords: - media dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index ba7e9211eb305..7a7b343cdd231 100644 --- a/charts/stable/ipfs/Chart.yaml +++ b/charts/stable/ipfs/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ipfs -version: 7.0.16 +version: 7.0.17 appVersion: 0.24.0 description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. home: https://truecharts.org/charts/stable/ipfs @@ -20,7 +20,7 @@ keywords: - kubo dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ipmi-tools/Chart.yaml b/charts/stable/ipmi-tools/Chart.yaml index a49f93ee4855a..5909956e9289b 100644 --- a/charts/stable/ipmi-tools/Chart.yaml +++ b/charts/stable/ipmi-tools/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ipmi-tools -version: 3.0.13 +version: 3.0.14 appVersion: latest description: A simple WebGUI Fan controller for IPMI. home: https://truecharts.org/charts/stable/ipmi-tools @@ -22,7 +22,7 @@ keywords: - Network-Management dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml index f18a0b6c4bc3f..af162ae3beb05 100644 --- a/charts/stable/ispy-agent-dvr/Chart.yaml +++ b/charts/stable/ispy-agent-dvr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ispy-agent-dvr -version: 6.0.33 +version: 6.0.34 appVersion: 5.1.6.0 description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. home: https://truecharts.org/charts/stable/ispy-agent-dvr @@ -21,7 +21,7 @@ keywords: - agent dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/it-tools/Chart.yaml b/charts/stable/it-tools/Chart.yaml index 71119ee2c09f4..3bff69c1605ad 100644 --- a/charts/stable/it-tools/Chart.yaml +++ b/charts/stable/it-tools/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: it-tools -version: 1.0.16 +version: 1.0.17 appVersion: 2023.11.2 description: Useful tools for developer and people working in IT. home: https://truecharts.org/charts/stable/it-tools @@ -19,7 +19,7 @@ keywords: - it-tools dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/iyuuplus/Chart.yaml b/charts/stable/iyuuplus/Chart.yaml index 19e5037da9d3d..9ef238e224313 100644 --- a/charts/stable/iyuuplus/Chart.yaml +++ b/charts/stable/iyuuplus/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: iyuuplus -version: 6.0.11 +version: 6.0.12 appVersion: latest description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, @@ -21,7 +21,7 @@ keywords: - pt dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 609aa51c77e65..9dd88b21f3219 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: jackett -version: 16.0.8 +version: 16.0.9 appVersion: 0.21.1155 description: API Support for your favorite torrent trackers. home: https://truecharts.org/charts/stable/jackett @@ -21,7 +21,7 @@ keywords: - usenet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/jdownloader2/Chart.yaml b/charts/stable/jdownloader2/Chart.yaml index e687d0b5fc33f..4d6a84fa375d1 100644 --- a/charts/stable/jdownloader2/Chart.yaml +++ b/charts/stable/jdownloader2/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: jdownloader2 -version: 12.0.13 +version: 12.0.14 appVersion: 23.11.2 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. @@ -22,7 +22,7 @@ keywords: - download dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index 4d98651bca82b..939c767a67e13 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: jellyfin -version: 15.1.2 +version: 15.1.3 appVersion: 10.8.13 description: Jellyfin is a Free Software Media System home: https://truecharts.org/charts/stable/jellyfin @@ -21,7 +21,7 @@ keywords: - emby dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/jellyseerr/Chart.yaml b/charts/stable/jellyseerr/Chart.yaml index bc8d282aa5193..185818a137347 100644 --- a/charts/stable/jellyseerr/Chart.yaml +++ b/charts/stable/jellyseerr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: jellyseerr -version: 6.0.13 +version: 6.0.14 appVersion: 1.7.0 description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. @@ -20,7 +20,7 @@ keywords: - jellyseerr dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/jellystat/Chart.yaml b/charts/stable/jellystat/Chart.yaml index f03a45d156398..3caadd30da0e0 100644 --- a/charts/stable/jellystat/Chart.yaml +++ b/charts/stable/jellystat/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: jellystat -version: 0.0.17 +version: 0.0.18 appVersion: latest description: A free and open source Statistics App for Jellyfin. home: https://truecharts.org/charts/stable/jellystat @@ -20,7 +20,7 @@ keywords: - jellyfin dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/jenkins/Chart.yaml b/charts/stable/jenkins/Chart.yaml index 3565cf538c12e..54965ce87b295 100644 --- a/charts/stable/jenkins/Chart.yaml +++ b/charts/stable/jenkins/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: jenkins -version: 4.4.1 +version: 4.4.2 appVersion: "2.436" description: The gold standard in devops tools for running CI/CD pipelines. home: https://truecharts.org/charts/stable/jenkins @@ -20,7 +20,7 @@ keywords: - productivity dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index 9fb78db11eb92..df2c968586c5f 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: joplin-server -version: 14.0.14 +version: 14.0.15 appVersion: 2.13.5 description: Allows you to sync any Joplin client. home: https://truecharts.org/charts/stable/joplin-server @@ -21,7 +21,7 @@ keywords: - notes dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index a112f1fcfb25a..2917e26dbd7e3 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: jupyter -version: 5.0.49 +version: 5.0.50 appVersion: 2023.10.20 description: Jupyter a web based IDE home: https://truecharts.org/charts/stable/jupyter @@ -21,7 +21,7 @@ keywords: - Lab dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index 092f6c1ad3069..5657b86636f2e 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: kanboard -version: 13.0.13 +version: 13.0.14 appVersion: 1.2.34 description: Kanboard is a free and open source Kanban project management software. home: https://truecharts.org/charts/stable/kanboard @@ -20,7 +20,7 @@ keywords: - kanban dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/kasm/Chart.yaml b/charts/stable/kasm/Chart.yaml index bfe9986c47692..96327e73bbed0 100644 --- a/charts/stable/kasm/Chart.yaml +++ b/charts/stable/kasm/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: kasm -version: 5.0.12 +version: 5.0.13 appVersion: 1.14.0 description: Kasm Workspaces is a streaming platform for delivering browser-based access to desktops, applications, and web services. @@ -23,7 +23,7 @@ keywords: - Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml index 4d4dc8a633f05..c44fe4ce479bf 100644 --- a/charts/stable/kavita/Chart.yaml +++ b/charts/stable/kavita/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: kavita -version: 6.0.17 +version: 6.0.18 appVersion: 0.7.11 description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats @@ -23,7 +23,7 @@ keywords: - book dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/kitchenowl/Chart.yaml b/charts/stable/kitchenowl/Chart.yaml index d40fdb8e21b98..22736fc64ea2b 100644 --- a/charts/stable/kitchenowl/Chart.yaml +++ b/charts/stable/kitchenowl/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: kitchenowl -version: 6.0.28 +version: 6.0.29 appVersion: latest description: KitchenOwl is a smart self-hosted grocery list and recipe manager. home: https://truecharts.org/charts/stable/kitchenowl @@ -21,7 +21,7 @@ keywords: - grocery dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/kiwix-serve/Chart.yaml b/charts/stable/kiwix-serve/Chart.yaml index fc7b7b503f64f..2f1241210ab79 100644 --- a/charts/stable/kiwix-serve/Chart.yaml +++ b/charts/stable/kiwix-serve/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: kiwix-serve -version: 5.1.12 +version: 5.1.13 appVersion: 3.6.0 description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! home: https://truecharts.org/charts/stable/kiwix-serve @@ -21,7 +21,7 @@ keywords: - Productivity dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index f69833b7cb5ef..822d1bede44ff 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: kms -version: 15.0.11 +version: 15.0.12 appVersion: minimal description: Private Windows Activation Server for development and testing home: https://truecharts.org/charts/stable/kms @@ -19,7 +19,7 @@ keywords: - kms dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/kodi-headless/Chart.yaml b/charts/stable/kodi-headless/Chart.yaml index b64ab6a8ca45f..6593e0c67f4ce 100644 --- a/charts/stable/kodi-headless/Chart.yaml +++ b/charts/stable/kodi-headless/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: kodi-headless -version: 6.0.11 +version: 6.0.12 appVersion: "190" description: A headless install of kodi in a docker container. home: https://truecharts.org/charts/stable/kodi-headless @@ -18,7 +18,7 @@ keywords: - kodi-headless dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index 127a950773f29..24d200869b13a 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: komga -version: 10.2.1 +version: 10.2.2 appVersion: 1.9.0 description: A comics/mangas server to serve/stream pages via API home: https://truecharts.org/charts/stable/komga @@ -23,7 +23,7 @@ keywords: - server dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index 5f44b1f6cb38a..2f278db4d28d2 100644 --- a/charts/stable/kopia/Chart.yaml +++ b/charts/stable/kopia/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: kopia -version: 8.1.2 +version: 8.1.3 appVersion: 0.15.0 description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end @@ -22,7 +22,7 @@ keywords: - backup dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/lama-cleaner/Chart.yaml b/charts/stable/lama-cleaner/Chart.yaml index bb45fef0a2423..a8b45cbc0d391 100644 --- a/charts/stable/lama-cleaner/Chart.yaml +++ b/charts/stable/lama-cleaner/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: lama-cleaner -version: 3.0.12 +version: 3.0.13 appVersion: 0.33.0 description: Open-source inpainting tool powered by SOTA AI model. home: https://truecharts.org/charts/stable/lama-cleaner @@ -21,7 +21,7 @@ keywords: - AI dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/lancache-dns/Chart.yaml b/charts/stable/lancache-dns/Chart.yaml index 32f431a131abc..5f788faff1fbc 100644 --- a/charts/stable/lancache-dns/Chart.yaml +++ b/charts/stable/lancache-dns/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: lancache-dns -version: 5.0.11 +version: 5.0.12 appVersion: latest description: DNS Chart service for a steam cache. home: https://truecharts.org/charts/stable/lancache-dns @@ -20,7 +20,7 @@ keywords: - dns dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/lancache-monolithic/Chart.yaml b/charts/stable/lancache-monolithic/Chart.yaml index 77a5c15599e0a..cab60beace90c 100644 --- a/charts/stable/lancache-monolithic/Chart.yaml +++ b/charts/stable/lancache-monolithic/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: lancache-monolithic -version: 5.1.12 +version: 5.1.13 appVersion: latest description: A monolithic lancache service capable of caching all CDNs in a single instance. @@ -21,7 +21,7 @@ keywords: - lancache dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/lanraragi/Chart.yaml b/charts/stable/lanraragi/Chart.yaml index 9da3b84eb8d47..839f8d9dcb695 100644 --- a/charts/stable/lanraragi/Chart.yaml +++ b/charts/stable/lanraragi/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: lanraragi -version: 6.0.12 +version: 6.0.13 appVersion: 0.9.0 description: Open source server for archival of comics/manga. home: https://truecharts.org/charts/stable/lanraragi @@ -22,7 +22,7 @@ keywords: - manga dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index 66033b4917fd4..661e191b641aa 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: lazylibrarian -version: 15.0.37 +version: 15.0.38 appVersion: latest description: Get all your books, like series with Sonarr... home: https://truecharts.org/charts/stable/lazylibrarian @@ -21,7 +21,7 @@ keywords: - ebooks dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/leaf2mqtt/Chart.yaml b/charts/stable/leaf2mqtt/Chart.yaml index ab2e9d3e2e403..65bbc3fcd7139 100644 --- a/charts/stable/leaf2mqtt/Chart.yaml +++ b/charts/stable/leaf2mqtt/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: leaf2mqtt -version: 8.0.11 +version: 8.0.12 appVersion: "0.6" description: Nissan Leaf connected services to MQTT adapter home: https://truecharts.org/charts/stable/leaf2mqtt @@ -24,7 +24,7 @@ keywords: - carwings dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/libreddit/Chart.yaml b/charts/stable/libreddit/Chart.yaml index dc4ad65d4fb58..4079bad32a66c 100644 --- a/charts/stable/libreddit/Chart.yaml +++ b/charts/stable/libreddit/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: libreddit -version: 5.0.12 +version: 5.0.13 appVersion: latest description: An alternative private front-end to Reddit home: https://truecharts.org/charts/stable/libreddit @@ -21,7 +21,7 @@ keywords: - social dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/libremdb/Chart.yaml b/charts/stable/libremdb/Chart.yaml index c39ded78f041b..55a26de83332b 100644 --- a/charts/stable/libremdb/Chart.yaml +++ b/charts/stable/libremdb/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: libremdb -version: 3.0.332 +version: 3.0.333 appVersion: latest description: A free & open source IMDb front-end. home: https://truecharts.org/charts/stable/libremdb @@ -22,7 +22,7 @@ keywords: - imdb dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index 1f03bc76a06bf..539bcd99727c6 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: librespeed -version: 10.1.6 +version: 10.1.7 appVersion: 5.3.0 description: Librespeed is a HTML5 webpage to test upload and download speeds home: https://truecharts.org/charts/stable/librespeed @@ -20,7 +20,7 @@ keywords: - speedtest dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 5d3c22154e53b..9b51b56f3c92b 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: lidarr -version: 17.0.30 +version: 17.0.31 appVersion: 2.0.7.3849 description: Looks and smells like Sonarr but made for music home: https://truecharts.org/charts/stable/lidarr @@ -21,7 +21,7 @@ keywords: - usenet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/linkding/Chart.yaml b/charts/stable/linkding/Chart.yaml index 67cd86b91513b..da16245839dd6 100644 --- a/charts/stable/linkding/Chart.yaml +++ b/charts/stable/linkding/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: linkding -version: 6.1.17 +version: 6.1.18 appVersion: 1.23.1 description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. @@ -21,7 +21,7 @@ keywords: - links dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/linkwarden/Chart.yaml b/charts/stable/linkwarden/Chart.yaml index bb9ebc346c3fe..cc67487a4a84f 100644 --- a/charts/stable/linkwarden/Chart.yaml +++ b/charts/stable/linkwarden/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: linkwarden -version: 1.1.2 +version: 1.1.3 appVersion: 2.3.0 description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. @@ -22,7 +22,7 @@ keywords: - manager dependencies: - name: common - version: 15.0.1 + version: 15.3.4 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index 24bdb0c6f2579..fe6852149e3e1 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: littlelink -version: 10.0.51 +version: 10.0.52 appVersion: latest description: Easy platform to combine all your social links home: https://truecharts.org/charts/stable/littlelink @@ -20,7 +20,7 @@ keywords: - littlelink dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/lldap/Chart.yaml b/charts/stable/lldap/Chart.yaml index cdc75e6646e33..a8f52db2974f7 100644 --- a/charts/stable/lldap/Chart.yaml +++ b/charts/stable/lldap/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: lldap -version: 2.0.13 +version: 2.0.14 appVersion: 0.5.0 description: Lightweight ldap server for authentication and user management home: https://truecharts.org/charts/stable/lldap @@ -22,7 +22,7 @@ keywords: - auth dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index 1f41889b2ccac..fc3ac286406ee 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: local-ai -version: 6.0.0 +version: 6.0.1 appVersion: 2.0.0 description: Self-hosted, community-driven, local OpenAI-compatible API. home: https://truecharts.org/charts/stable/local-ai @@ -20,7 +20,7 @@ keywords: - ai dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/logitech-media-server/Chart.yaml b/charts/stable/logitech-media-server/Chart.yaml index fc23232a1da18..527a78f0b04a4 100644 --- a/charts/stable/logitech-media-server/Chart.yaml +++ b/charts/stable/logitech-media-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: logitech-media-server -version: 8.1.5 +version: 8.1.6 appVersion: stable description: Logitech Media Server is a platform for home/office audio streaming. home: https://truecharts.org/charts/stable/logitech-media-server @@ -22,7 +22,7 @@ keywords: - streaming dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml index 5df45d9ca2e6d..b3d54011f4e0e 100644 --- a/charts/stable/makemkv/Chart.yaml +++ b/charts/stable/makemkv/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: makemkv -version: 6.0.14 +version: 6.0.15 appVersion: 23.11.2 description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. @@ -20,7 +20,7 @@ keywords: - mkv dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index 445c6702f3125..6b05ad6f9741c 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: matomo -version: 8.1.3 +version: 8.1.4 appVersion: 4.16.0 description: Matomo is the leading Free/Libre open analytics platform home: https://truecharts.org/charts/stable/matomo @@ -20,14 +20,14 @@ keywords: - analytics dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" tags: [] import-values: [] - name: mariadb - version: 9.0.40 + version: 9.0.43 repository: https://deps.truecharts.org/ condition: mariadb.enabled alias: "" diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml index ae99ae888907f..b0903e2f038f0 100644 --- a/charts/stable/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mattermost -version: 9.1.3 +version: 9.1.4 appVersion: "9.4" description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. @@ -23,7 +23,7 @@ keywords: - development dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mc-router/Chart.yaml b/charts/stable/mc-router/Chart.yaml index 8c67eda77a4e3..e6e93b947831c 100644 --- a/charts/stable/mc-router/Chart.yaml +++ b/charts/stable/mc-router/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mc-router -version: 1.0.13 +version: 1.0.14 appVersion: 1.20.0 description: Lightweight multiplexer/proxy for Minecraft-Java servers. home: https://truecharts.org/charts/stable/mc-router @@ -20,7 +20,7 @@ keywords: - minecraft dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index 6813a501ff1cf..af2a247d09915 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mealie -version: 18.1.2 +version: 18.1.3 appVersion: 1.0.0 description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend @@ -20,7 +20,7 @@ keywords: - grocy dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mediainfo/Chart.yaml b/charts/stable/mediainfo/Chart.yaml index 58b1b33b9b024..b7d805b2cb77c 100644 --- a/charts/stable/mediainfo/Chart.yaml +++ b/charts/stable/mediainfo/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mediainfo -version: 5.1.2 +version: 5.1.3 appVersion: 23.12.1 description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. @@ -21,7 +21,7 @@ keywords: - media dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/medusa/Chart.yaml b/charts/stable/medusa/Chart.yaml index 5cd62d3e84661..9d807e7591b11 100644 --- a/charts/stable/medusa/Chart.yaml +++ b/charts/stable/medusa/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: medusa -version: 7.0.30 +version: 7.0.31 appVersion: 1.0.19 description: An automatic Video Library Manager for TV Shows home: https://truecharts.org/charts/stable/medusa @@ -25,7 +25,7 @@ keywords: - shows dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/meshcentral/Chart.yaml b/charts/stable/meshcentral/Chart.yaml index 74743580746df..db1ae0644f060 100644 --- a/charts/stable/meshcentral/Chart.yaml +++ b/charts/stable/meshcentral/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: meshcentral -version: 12.0.1 +version: 12.0.2 appVersion: 1.1.16 description: MeshCentral is a full computer management web site home: https://truecharts.org/charts/stable/meshcentral @@ -21,7 +21,7 @@ keywords: - rdp dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml index 220f3b1da410e..7e58784f30d44 100644 --- a/charts/stable/meshroom/Chart.yaml +++ b/charts/stable/meshroom/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: meshroom -version: 6.0.11 +version: 6.0.12 appVersion: 2021.1.0 description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. @@ -20,7 +20,7 @@ keywords: - meshroom dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/metabase/Chart.yaml b/charts/stable/metabase/Chart.yaml index 26a301b9d6f06..066b2b9533580 100644 --- a/charts/stable/metabase/Chart.yaml +++ b/charts/stable/metabase/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: metabase -version: 0.1.1 +version: 0.1.2 appVersion: 0.48.0 description: Business intelligence, dashboards, and data visualization tools home: https://truecharts.org/charts/stable/metabase @@ -19,7 +19,7 @@ keywords: - metabase dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index 06682fb7bcb85..4247187947e68 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: metube -version: 8.1.4 +version: 8.1.5 appVersion: 2023.12.13 description: Web GUI for youtube-dl. home: https://truecharts.org/charts/stable/metube @@ -20,7 +20,7 @@ keywords: - media dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index 1a3c72cc0b48f..7eb5c0ddc4a76 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: minecraft-bedrock -version: 5.0.13 +version: 5.0.14 appVersion: 2023.8.1 description: Minecraft Bedrock Dedicated Server home: https://truecharts.org/charts/stable/minecraft-bedrock @@ -19,7 +19,7 @@ keywords: - minecraft dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/minecraft-bungeecord/Chart.yaml b/charts/stable/minecraft-bungeecord/Chart.yaml index a5c15ba1cb7b2..f57c9f740e681 100644 --- a/charts/stable/minecraft-bungeecord/Chart.yaml +++ b/charts/stable/minecraft-bungeecord/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: minecraft-bungeecord -version: 5.0.11 +version: 5.0.12 appVersion: 2022.4.1 description: the front-end of a cluster of minecraft-java containers. home: https://truecharts.org/charts/stable/minecraft-bungeecord @@ -21,7 +21,7 @@ keywords: - minecraft dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index dfcb97a70fdb5..8b683e2b43c82 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: minecraft-java -version: 5.1.3 +version: 5.1.4 appVersion: 2023.11.1 description: Minecraft Java Dedicated Server home: https://truecharts.org/charts/stable/minecraft-java @@ -20,7 +20,7 @@ keywords: - minecraft dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/minetest/Chart.yaml b/charts/stable/minetest/Chart.yaml index be0ef2f312538..a75df0d1c635f 100644 --- a/charts/stable/minetest/Chart.yaml +++ b/charts/stable/minetest/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: minetest -version: 5.1.2 +version: 5.1.3 appVersion: 5.8.0 description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. @@ -19,7 +19,7 @@ keywords: - minetest dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/minio-console/Chart.yaml b/charts/stable/minio-console/Chart.yaml index 87fb2fd25aefd..87dc6374d653e 100644 --- a/charts/stable/minio-console/Chart.yaml +++ b/charts/stable/minio-console/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: minio-console -version: 7.0.11 +version: 7.0.12 appVersion: 0.30.0 description: A management console for minio server and operator home: https://truecharts.org/charts/stable/minio-console @@ -21,7 +21,7 @@ keywords: - s3 dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/minio/Chart.yaml b/charts/stable/minio/Chart.yaml index de055cfcc7b94..fe80b5ee81f7e 100644 --- a/charts/stable/minio/Chart.yaml +++ b/charts/stable/minio/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: minio -version: 7.1.7 +version: 7.1.8 appVersion: 2023.12.14 description: Minio is a self-hosted S3 storage server home: https://truecharts.org/charts/stable/minio @@ -21,7 +21,7 @@ keywords: - storage dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/minisatip/Chart.yaml b/charts/stable/minisatip/Chart.yaml index bf567d01b19aa..59cab4070fa35 100644 --- a/charts/stable/minisatip/Chart.yaml +++ b/charts/stable/minisatip/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: minisatip -version: 6.0.11 +version: 6.0.12 appVersion: 2021.12.01 description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. @@ -19,7 +19,7 @@ keywords: - minisatip dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/misskey/Chart.yaml b/charts/stable/misskey/Chart.yaml index 9742654b83a89..c7fdfac94342f 100644 --- a/charts/stable/misskey/Chart.yaml +++ b/charts/stable/misskey/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: misskey -version: 4.1.3 +version: 4.1.4 appVersion: 2023.11.1 description: Open source decentralized social media platform that's free forever! home: https://truecharts.org/charts/incubator/misskey @@ -24,7 +24,7 @@ keywords: - ActivityPub dependencies: - name: common - version: 15.3.1 + version: 15.3.4 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mkvcleaver/Chart.yaml b/charts/stable/mkvcleaver/Chart.yaml index 1b61fcc0af42b..1292b6049459a 100644 --- a/charts/stable/mkvcleaver/Chart.yaml +++ b/charts/stable/mkvcleaver/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mkvcleaver -version: 5.0.14 +version: 5.0.15 appVersion: 23.11.2 description: MKVCleaver is a tool for batch extraction of data from MKV files home: https://truecharts.org/charts/stable/mkvcleaver @@ -20,7 +20,7 @@ keywords: - mkvcleaver dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mkvtoolnix/Chart.yaml b/charts/stable/mkvtoolnix/Chart.yaml index 9fde651fabd06..6e4a717a9311c 100644 --- a/charts/stable/mkvtoolnix/Chart.yaml +++ b/charts/stable/mkvtoolnix/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mkvtoolnix -version: 6.1.1 +version: 6.1.2 appVersion: 23.12.1 description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. home: https://truecharts.org/charts/stable/mkvtoolnix @@ -22,7 +22,7 @@ keywords: - mkv dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mongo-express/Chart.yaml b/charts/stable/mongo-express/Chart.yaml index 2dc88cdd13cb1..3b18fb1eadfca 100644 --- a/charts/stable/mongo-express/Chart.yaml +++ b/charts/stable/mongo-express/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mongo-express -version: 2.0.11 +version: 2.0.12 appVersion: latest description: mongo-express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3. @@ -22,7 +22,7 @@ keywords: - database dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index 92f39b741b9ad..ed2780d0ea6a6 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: monica -version: 8.0.16 +version: 8.0.17 appVersion: 4.0.0 description: Monica is a great open source personal relationship management system. home: https://truecharts.org/charts/stable/monica @@ -19,7 +19,7 @@ keywords: - crm dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mosdns/Chart.yaml b/charts/stable/mosdns/Chart.yaml index 7a220eae6ec9b..69f11fac17178 100644 --- a/charts/stable/mosdns/Chart.yaml +++ b/charts/stable/mosdns/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mosdns -version: 6.0.14 +version: 6.0.15 appVersion: 5.3.1 description: A location-based pluggable DNS forwarder/splitter. home: https://truecharts.org/charts/stable/mosdns @@ -19,7 +19,7 @@ keywords: - dns dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index 1477fef4a6dad..ce7242bc06190 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mosquitto -version: 11.0.18 +version: 11.0.19 appVersion: 2.0.18 description: Eclipse Mosquitto - An open source MQTT broker home: https://truecharts.org/charts/stable/mosquitto @@ -21,7 +21,7 @@ keywords: - eclipse-iot dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mstream/Chart.yaml b/charts/stable/mstream/Chart.yaml index f323cade1177d..5afde23af84f0 100644 --- a/charts/stable/mstream/Chart.yaml +++ b/charts/stable/mstream/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mstream -version: 7.0.29 +version: 7.0.30 appVersion: 5.11.4 description: A personal music streaming server home: https://truecharts.org/charts/stable/mstream @@ -22,7 +22,7 @@ keywords: - music dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/multi-scrobbler/Chart.yaml b/charts/stable/multi-scrobbler/Chart.yaml index 25430fd044bd4..a64a2c92ecb23 100644 --- a/charts/stable/multi-scrobbler/Chart.yaml +++ b/charts/stable/multi-scrobbler/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: multi-scrobbler -version: 3.0.3 +version: 3.0.4 appVersion: 0.6.1 description: Track your music listening history from many sources and record to many scrobble clients. @@ -21,7 +21,7 @@ keywords: - MediaServer-Music dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/muse/Chart.yaml b/charts/stable/muse/Chart.yaml index 3f9fad52abffb..7f815046cada1 100644 --- a/charts/stable/muse/Chart.yaml +++ b/charts/stable/muse/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: muse -version: 2.0.14 +version: 2.0.15 appVersion: 2.4.3 description: A self-hosted midwestern Discord music bot that doesn't suck. home: https://truecharts.org/charts/stable/muse @@ -21,7 +21,7 @@ keywords: - discord-bot dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/muximux/Chart.yaml b/charts/stable/muximux/Chart.yaml index 9e7c091424c49..65cfde53cc488 100644 --- a/charts/stable/muximux/Chart.yaml +++ b/charts/stable/muximux/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: muximux -version: 7.0.11 +version: 7.0.12 appVersion: "057352e8" description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver @@ -24,7 +24,7 @@ keywords: - portal dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 9a8e8d4a0caf7..29fe5a87db785 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mylar -version: 10.0.30 +version: 10.0.31 appVersion: 0.7.6 description: Mylar is a automated Comic Book downloader home: https://truecharts.org/charts/stable/mylar @@ -20,7 +20,7 @@ keywords: - mylar dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mymediaforalexa/Chart.yaml b/charts/stable/mymediaforalexa/Chart.yaml index 79991477955c5..10d031b9ad5f4 100644 --- a/charts/stable/mymediaforalexa/Chart.yaml +++ b/charts/stable/mymediaforalexa/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mymediaforalexa -version: 5.0.12 +version: 5.0.13 appVersion: 1.3.151.0 description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . @@ -21,7 +21,7 @@ keywords: - alexa dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml index ceb773e86f8c4..61a3e167bcb48 100644 --- a/charts/stable/mysql-workbench/Chart.yaml +++ b/charts/stable/mysql-workbench/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: mysql-workbench -version: 6.0.28 +version: 6.0.29 appVersion: 8.0.34 description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. @@ -19,7 +19,7 @@ keywords: - mysql-workbench dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index a616b264d9bb9..f69a080f49ab7 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: n8n -version: 9.4.2 +version: 9.4.3 appVersion: 1.21.1 description: n8n is an extendable workflow automation tool. home: https://truecharts.org/charts/stable/n8n @@ -21,7 +21,7 @@ keywords: - automation dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/nano-wallet/Chart.yaml b/charts/stable/nano-wallet/Chart.yaml index 19162ce5a75f0..061199e11c1f3 100644 --- a/charts/stable/nano-wallet/Chart.yaml +++ b/charts/stable/nano-wallet/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: nano-wallet -version: 6.0.11 +version: 6.0.12 appVersion: 2021.12.16 description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. @@ -19,7 +19,7 @@ keywords: - nano-wallet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index 17bed8d30459b..dd6274161deec 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: navidrome -version: 16.0.15 +version: 16.0.16 appVersion: 0.50.2 description: Navidrome is an open source web-based music collection server and streamer home: https://truecharts.org/charts/stable/navidrome @@ -21,7 +21,7 @@ keywords: - streaming dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/netdata/Chart.yaml b/charts/stable/netdata/Chart.yaml index a4bc451af9247..5e166226e1b86 100644 --- a/charts/stable/netdata/Chart.yaml +++ b/charts/stable/netdata/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: netdata -version: 6.1.2 +version: 6.1.3 appVersion: 1.44.1 description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. home: https://truecharts.org/charts/stable/netdata @@ -20,7 +20,7 @@ keywords: - monitoring dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 9b7badcab48a9..50896373db6a1 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: nextcloud -version: 22.2.18 +version: 22.2.19 appVersion: 27.1.4 description: A private cloud server that puts the control and security of your own @@ -26,7 +26,7 @@ keywords: - php dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/nextpvr/Chart.yaml b/charts/stable/nextpvr/Chart.yaml index 12d22a6fd5f3b..fdc92c67bf43c 100644 --- a/charts/stable/nextpvr/Chart.yaml +++ b/charts/stable/nextpvr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: nextpvr -version: 6.0.10 +version: 6.0.11 appVersion: stable description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. @@ -21,7 +21,7 @@ keywords: - recorder dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/nginx-proxy-manager/Chart.yaml b/charts/stable/nginx-proxy-manager/Chart.yaml index 4f31325997726..2453818caa4aa 100644 --- a/charts/stable/nginx-proxy-manager/Chart.yaml +++ b/charts/stable/nginx-proxy-manager/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: nginx-proxy-manager -version: 5.0.14 +version: 5.0.15 appVersion: 2.10.4 description: Managing Nginx proxy hosts with a simple, powerful interface. home: https://truecharts.org/charts/stable/nginx-proxy-manager @@ -22,7 +22,7 @@ keywords: - reverse-proxy dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ngircd/Chart.yaml b/charts/stable/ngircd/Chart.yaml index c7576d2dee402..e99b4ffaa800f 100644 --- a/charts/stable/ngircd/Chart.yaml +++ b/charts/stable/ngircd/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ngircd -version: 6.0.11 +version: 6.0.12 appVersion: 2021.11.21 description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. @@ -19,7 +19,7 @@ keywords: - ngircd dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/nitter/Chart.yaml b/charts/stable/nitter/Chart.yaml index 981b0f22a396b..6eb47f859f484 100644 --- a/charts/stable/nitter/Chart.yaml +++ b/charts/stable/nitter/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: nitter -version: 2.0.3 +version: 2.0.4 appVersion: latest description: A free and open source alternative Twitter front-end focused on privacy and performance. @@ -21,7 +21,7 @@ keywords: - libre dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/nntp2nntp/Chart.yaml b/charts/stable/nntp2nntp/Chart.yaml index 624b07dd0ae7b..5c09def56cde3 100644 --- a/charts/stable/nntp2nntp/Chart.yaml +++ b/charts/stable/nntp2nntp/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: nntp2nntp -version: 6.0.11 +version: 6.0.12 appVersion: 0.3.20230704 description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. @@ -19,7 +19,7 @@ keywords: - nntp2nntp dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index 2f14a7617a2d8..e95f54696e7c3 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: nocodb -version: 9.0.16 +version: 9.0.17 appVersion: 0.202.10 description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. home: https://truecharts.org/charts/stable/nocodb @@ -19,7 +19,7 @@ keywords: - nocodb dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index 199f30a924ba8..146303bb7671e 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: node-red -version: 15.0.14 +version: 15.0.15 appVersion: 3.1.3 description: Node-RED is low-code programming for event-driven applications home: https://truecharts.org/charts/stable/node-red @@ -20,7 +20,7 @@ keywords: - nodered dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/notifiarr/Chart.yaml b/charts/stable/notifiarr/Chart.yaml index d98359c18ef55..e51d4dd0fc454 100644 --- a/charts/stable/notifiarr/Chart.yaml +++ b/charts/stable/notifiarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: notifiarr -version: 1.0.13 +version: 1.0.14 appVersion: 0.7.0 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 @@ -24,7 +24,7 @@ keywords: - notification dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/novnc/Chart.yaml b/charts/stable/novnc/Chart.yaml index 13b9bae7854c2..6dc166dad8859 100644 --- a/charts/stable/novnc/Chart.yaml +++ b/charts/stable/novnc/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: novnc -version: 7.0.11 +version: 7.0.12 appVersion: 1.2.0 description: The open source VNC client home: https://truecharts.org/charts/stable/novnc @@ -22,7 +22,7 @@ keywords: - desktop dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index 0a9cd5f45e448..4430b432d5085 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ntfy -version: 6.1.2 +version: 6.1.3 appVersion: 2.8.0 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. @@ -20,7 +20,7 @@ keywords: - ntfy dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index cf13e6c2a4867..86ffdad2ce7ee 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: nullserv -version: 10.0.11 +version: 10.0.12 appVersion: 1.3.0 description: A simple null file http and https server home: https://truecharts.org/charts/stable/nullserv @@ -19,7 +19,7 @@ keywords: - nullserv dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index 95b7e45b509c3..7afd0fbbdb1df 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: nzbget -version: 15.0.13 +version: 15.0.14 appVersion: "21.1" description: NZBGet is a Usenet downloader client home: https://truecharts.org/charts/stable/nzbget @@ -20,7 +20,7 @@ keywords: - usenet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index 8c76d84708a03..a23fde467b3e3 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: nzbhydra -version: 16.1.5 +version: 16.1.6 appVersion: 5.3.5 description: Usenet meta search home: https://truecharts.org/charts/stable/nzbhydra @@ -17,7 +17,7 @@ keywords: - usenet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/obs-ndi/Chart.yaml b/charts/stable/obs-ndi/Chart.yaml index a9ebd61e72076..8dab73d078564 100644 --- a/charts/stable/obs-ndi/Chart.yaml +++ b/charts/stable/obs-ndi/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: obs-ndi -version: 3.0.14 +version: 3.0.15 appVersion: latest description: Docker Open Broadcaster Software (obs). home: https://truecharts.org/charts/stable/obs-ndi @@ -23,7 +23,7 @@ keywords: - MediaServer-Video dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index 1eadf8be84db8..6c4a076659c46 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: octoprint -version: 10.0.14 +version: 10.0.15 appVersion: 1.9.3 description: OctoPrint is the snappy web interface for your 3D printer home: https://truecharts.org/charts/stable/octoprint @@ -21,7 +21,7 @@ keywords: - printer dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml index c872cf337d0ec..303de62821ec4 100644 --- a/charts/stable/odoo/Chart.yaml +++ b/charts/stable/odoo/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: odoo -version: 14.0.22 +version: 14.0.23 appVersion: "17.0" description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. @@ -26,7 +26,7 @@ keywords: - marketing dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index 5912d20752676..91a745a09908c 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: omada-controller -version: 10.1.7 +version: 10.1.8 appVersion: "5.13" description: Omada is a SDN tool for TP-Link Omada hardware home: https://truecharts.org/charts/stable/omada-controller @@ -19,7 +19,7 @@ keywords: - omada-controller dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index 6e32fcce2ce02..83e8ab94386db 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ombi -version: 15.0.16 +version: 15.0.17 appVersion: 4.43.10 description: Want a Movie or TV Show on Plex or Emby? Use Ombi! home: https://truecharts.org/charts/stable/ombi @@ -24,7 +24,7 @@ keywords: - couchpotato dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index eee1706fe396a..138ea5626862b 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: onlyoffice-document-server -version: 12.0.12 +version: 12.0.13 appVersion: 7.5.1 description: 'ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office @@ -23,14 +23,14 @@ keywords: - onlyoffice dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" tags: [] import-values: [] - name: redis - version: 8.0.44 + version: 8.0.47 repository: https://deps.truecharts.org condition: redis.enabled alias: "" diff --git a/charts/stable/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml index 62c321d5f560e..73aec7d1639c5 100644 --- a/charts/stable/openhab/Chart.yaml +++ b/charts/stable/openhab/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: openhab -version: 6.0.16 +version: 6.0.17 appVersion: 4.0.4 description: OpenHab is a home-automation application home: https://truecharts.org/charts/stable/openhab @@ -18,7 +18,7 @@ keywords: - openhab dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/openspeedtest/Chart.yaml b/charts/stable/openspeedtest/Chart.yaml index 35376dde478a6..e88005825448a 100644 --- a/charts/stable/openspeedtest/Chart.yaml +++ b/charts/stable/openspeedtest/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: openspeedtest -version: 5.0.14 +version: 5.0.15 appVersion: latest 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. @@ -22,7 +22,7 @@ keywords: - openspeedtest dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml index 16c8dd34cfb64..f4efbe057921b 100644 --- a/charts/stable/openvscode-server/Chart.yaml +++ b/charts/stable/openvscode-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: openvscode-server -version: 6.1.1 +version: 6.1.2 appVersion: 1.85.0 description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. @@ -19,7 +19,7 @@ keywords: - openvscode-server dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index 7f1293a519d08..36bef481d9fd9 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: organizr -version: 15.0.17 +version: 15.0.18 appVersion: latest description: HTPC/Homelab Services Organizer home: https://truecharts.org/charts/stable/organizr @@ -19,7 +19,7 @@ keywords: - organizr dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml index 1baa9378a9039..f5ef2ce3d1dfc 100644 --- a/charts/stable/oscam/Chart.yaml +++ b/charts/stable/oscam/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: oscam -version: 10.0.11 +version: 10.0.12 appVersion: 11719-ls75 description: Open Source Conditional Access Module software home: https://truecharts.org/charts/stable/oscam @@ -19,7 +19,7 @@ keywords: - oscam dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index 79bd661229994..7e2a25ec56256 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: outline -version: 8.1.1 +version: 8.1.2 appVersion: 0.74.0 description: A fast, collaborative, knowledge base for your team built using React and Node.js. @@ -21,7 +21,7 @@ keywords: - knowledge dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index 52f51148e8768..9272d65c1bbd2 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: overseerr -version: 10.0.11 +version: 10.0.12 appVersion: 1.33.2 description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such @@ -24,7 +24,7 @@ keywords: - radarr dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index 00583fa60a169..9e0ec16f4b69a 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: owncast -version: 10.0.12 +version: 10.0.13 appVersion: 0.1.2 description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. @@ -24,7 +24,7 @@ keywords: - chat dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/paperless-ngx/Chart.yaml b/charts/stable/paperless-ngx/Chart.yaml index fbb15b9a1959a..0e56875b73c14 100644 --- a/charts/stable/paperless-ngx/Chart.yaml +++ b/charts/stable/paperless-ngx/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: paperless-ngx -version: 3.1.4 +version: 3.1.5 appVersion: 2.1.3 description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. @@ -24,7 +24,7 @@ keywords: - paper dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index 506fca4cc3481..6bac1557cd790 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: papermerge -version: 8.0.11 +version: 8.0.12 appVersion: 2.1.9 description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. @@ -20,7 +20,7 @@ keywords: - papermerge dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/pasta/Chart.yaml b/charts/stable/pasta/Chart.yaml index 3fc28626c9deb..f2c5e3495210d 100644 --- a/charts/stable/pasta/Chart.yaml +++ b/charts/stable/pasta/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: pasta -version: 5.0.11 +version: 5.0.12 appVersion: 1.6.2 description: PASTA - Audio and Subtitle Track Changer for Plex home: https://truecharts.org/charts/stable/pasta @@ -22,7 +22,7 @@ keywords: - Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index a4eff26af9e31..c699f1e84afe1 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: pgadmin -version: 12.1.1 +version: 12.1.2 appVersion: "8.1" description: Web-Based postgresql database management utility home: https://truecharts.org/charts/stable/pgadmin @@ -21,7 +21,7 @@ keywords: - database dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 84577497c8733..a6e3bf823be87 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: photoprism -version: 16.1.2 +version: 16.1.3 appVersion: "231128" description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection @@ -23,7 +23,7 @@ keywords: - sharing dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/photoshow/Chart.yaml b/charts/stable/photoshow/Chart.yaml index 0ec2f775f02fa..74e647f0b60e2 100644 --- a/charts/stable/photoshow/Chart.yaml +++ b/charts/stable/photoshow/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: photoshow -version: 7.0.11 +version: 7.0.12 appVersion: 48aabb98 description: A gallery software at its easiest, it doesn't even require a database. home: https://truecharts.org/charts/stable/photoshow @@ -24,7 +24,7 @@ keywords: - image dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml index 923894a4f6ccd..f0b9040df2142 100644 --- a/charts/stable/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: photoview -version: 10.0.11 +version: 10.0.12 appVersion: 2.3.13 description: Photoview is a simple and user-friendly photo gallery. home: https://truecharts.org/charts/stable/photoview @@ -20,7 +20,7 @@ keywords: - gallery dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml index 7ad62aef30bb4..3ce4b1948330f 100644 --- a/charts/stable/phpldapadmin/Chart.yaml +++ b/charts/stable/phpldapadmin/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: phpldapadmin -version: 10.0.11 +version: 10.0.12 appVersion: 0.9.0 description: Web-based LDAP browser to manage your LDAP server home: https://truecharts.org/charts/stable/phpldapadmin @@ -21,7 +21,7 @@ keywords: - userrights dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/picoshare/Chart.yaml b/charts/stable/picoshare/Chart.yaml index 699954754d066..70febcb2e7461 100644 --- a/charts/stable/picoshare/Chart.yaml +++ b/charts/stable/picoshare/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: picoshare -version: 6.0.15 +version: 6.0.16 appVersion: 1.4.1 description: PicoShare is a minimalist service that allows you to share files easily. home: https://truecharts.org/charts/stable/picoshare @@ -19,7 +19,7 @@ keywords: - picoshare dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index 9399ec9836f87..2c6346e3d9483 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: pihole -version: 11.1.10 +version: 11.1.11 appVersion: 2023.11.0 description: DNS and Ad-filtering for your network home: https://truecharts.org/charts/stable/pihole @@ -21,7 +21,7 @@ keywords: - DNS dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/pinry/Chart.yaml b/charts/stable/pinry/Chart.yaml index 0b0c289f2a634..91b04c5b661c5 100644 --- a/charts/stable/pinry/Chart.yaml +++ b/charts/stable/pinry/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: pinry -version: 6.0.11 +version: 6.0.12 appVersion: 2.1.12 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 @@ -21,7 +21,7 @@ keywords: - pinry dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/piwigo/Chart.yaml b/charts/stable/piwigo/Chart.yaml index f20428ea7754c..99989616bf9be 100644 --- a/charts/stable/piwigo/Chart.yaml +++ b/charts/stable/piwigo/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: piwigo -version: 8.0.2 +version: 8.0.3 appVersion: 14.0.0 description: A photo gallery software for the web. home: https://truecharts.org/charts/stable/piwigo @@ -22,7 +22,7 @@ keywords: - image dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/pixapop/Chart.yaml b/charts/stable/pixapop/Chart.yaml index 125cad164e112..66d04f5a96e26 100644 --- a/charts/stable/pixapop/Chart.yaml +++ b/charts/stable/pixapop/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: pixapop -version: 7.0.11 +version: 7.0.12 appVersion: "1.2" description: An open-source single page application to view your photos in the easiest way possible. @@ -24,7 +24,7 @@ keywords: - image dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/plausible/Chart.yaml b/charts/stable/plausible/Chart.yaml index 4fadbfbb2624c..ee8110228befb 100644 --- a/charts/stable/plausible/Chart.yaml +++ b/charts/stable/plausible/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: plausible -version: 5.0.14 +version: 5.0.15 appVersion: 2.0.0 description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. @@ -24,14 +24,14 @@ keywords: - analytics dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" tags: [] import-values: [] - name: clickhouse - version: 7.0.25 + version: 7.0.30 repository: https://deps.truecharts.org/ condition: clickhouse.enabled alias: "" diff --git a/charts/stable/plaxt/Chart.yaml b/charts/stable/plaxt/Chart.yaml index d5028266775fa..53fa8fdb35452 100644 --- a/charts/stable/plaxt/Chart.yaml +++ b/charts/stable/plaxt/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: plaxt -version: 5.0.11 +version: 5.0.12 appVersion: latest description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv @@ -23,7 +23,7 @@ keywords: - MediaServer-Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/plex-auto-languages/Chart.yaml b/charts/stable/plex-auto-languages/Chart.yaml index 30ebc242c8965..a0992f37368e4 100644 --- a/charts/stable/plex-auto-languages/Chart.yaml +++ b/charts/stable/plex-auto-languages/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: plex-auto-languages -version: 5.0.12 +version: 5.0.13 appVersion: latest description: Automated language selection for Plex TV Shows. home: https://truecharts.org/charts/stable/plex-auto-languages @@ -23,7 +23,7 @@ keywords: - MediaServer-Video dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/plex-playlist-sync/Chart.yaml b/charts/stable/plex-playlist-sync/Chart.yaml index 3e6f8cef4a807..fba6864fd0e92 100644 --- a/charts/stable/plex-playlist-sync/Chart.yaml +++ b/charts/stable/plex-playlist-sync/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: plex-playlist-sync -version: 0.0.10 +version: 0.0.11 appVersion: latest description: Sync your Spotify and Deezer playlists to your Plex server. home: https://truecharts.org/charts/incubator/plex-playlist-sync @@ -25,7 +25,7 @@ keywords: - MediaServer-Video dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/plex-utills/Chart.yaml b/charts/stable/plex-utills/Chart.yaml index d89ccdd4f1ac0..d2f05fe9644b6 100644 --- a/charts/stable/plex-utills/Chart.yaml +++ b/charts/stable/plex-utills/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: plex-utills -version: 5.0.11 +version: 5.0.12 appVersion: latest description: A utility to help manage your library. home: https://truecharts.org/charts/stable/plex-utills @@ -21,7 +21,7 @@ keywords: - MediaApp-Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index ad6bde27a9104..b307c3c9711df 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: plex -version: 14.1.5 +version: 14.1.6 appVersion: 1.32.8.7639 description: Plex Media Server home: https://truecharts.org/charts/stable/plex @@ -20,7 +20,7 @@ keywords: - plex-media-server dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/plexanisync/Chart.yaml b/charts/stable/plexanisync/Chart.yaml index 16d9ac4fda2d4..202b44fec4875 100644 --- a/charts/stable/plexanisync/Chart.yaml +++ b/charts/stable/plexanisync/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: plexanisync -version: 3.0.15 +version: 3.0.16 appVersion: 1.3.25 description: Plex to AniList Sync. home: https://truecharts.org/charts/stable/plexanisync @@ -21,7 +21,7 @@ keywords: - media dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/plexripper/Chart.yaml b/charts/stable/plexripper/Chart.yaml index 7659d67aa6d98..9bb68a185f4ad 100644 --- a/charts/stable/plexripper/Chart.yaml +++ b/charts/stable/plexripper/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: plexripper -version: 5.0.6 +version: 5.0.7 appVersion: 0.14.0 description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers. @@ -26,7 +26,7 @@ keywords: - MediaApp-Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/plextraktsync/Chart.yaml b/charts/stable/plextraktsync/Chart.yaml index 0fbed1b69d5a7..9db2de556bf46 100644 --- a/charts/stable/plextraktsync/Chart.yaml +++ b/charts/stable/plextraktsync/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: plextraktsync -version: 4.0.10 +version: 4.0.11 appVersion: 0.27.11 description: Two-way-sync between trakt.tv and Plex Media Server. home: https://truecharts.org/charts/incubator/plextraktsync @@ -21,7 +21,7 @@ keywords: - MediaApp-Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/pocketmine-mp/Chart.yaml b/charts/stable/pocketmine-mp/Chart.yaml index 3ada2864f3474..f43c1d697abe7 100644 --- a/charts/stable/pocketmine-mp/Chart.yaml +++ b/charts/stable/pocketmine-mp/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: pocketmine-mp -version: 0.0.5 +version: 0.0.6 appVersion: 5.8.2 description: A server software for Minecraft Bedrock Edition in PHP. home: https://truecharts.org/charts/incubator/pocketmine-mp @@ -20,7 +20,7 @@ keywords: - minecraft dependencies: - name: common - version: 14.3.3 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index 4de55a51e7b71..17e2ef3c4e483 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: podgrab -version: 14.0.11 +version: 14.0.12 appVersion: 1.0.0 description: A self-hosted podcast manager to download episodes as soon as they become live. @@ -20,7 +20,7 @@ keywords: - podgrab dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/portainer/Chart.yaml b/charts/stable/portainer/Chart.yaml index a899e8c59f547..05386779806c8 100644 --- a/charts/stable/portainer/Chart.yaml +++ b/charts/stable/portainer/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: portainer -version: 5.0.23 +version: 5.0.24 appVersion: 2.19.4 description: Container management made easy home: https://truecharts.org/charts/stable/portainer @@ -20,7 +20,7 @@ keywords: - portainer dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/posterr/Chart.yaml b/charts/stable/posterr/Chart.yaml index 58bee71e4d3c1..f2b962e435f01 100644 --- a/charts/stable/posterr/Chart.yaml +++ b/charts/stable/posterr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: posterr -version: 5.0.13 +version: 5.0.14 appVersion: latest description: Media display for Plex, Sonarr and Radarr. home: https://truecharts.org/charts/stable/posterr @@ -20,7 +20,7 @@ keywords: - MediaServer-Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index ef82c07e3fac1..9d60b6dce2698 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: pretend-youre-xyzzy -version: 10.0.11 +version: 10.0.12 appVersion: "4" description: pretend-youre-xyzzy, a cards against humanity clone home: https://truecharts.org/charts/stable/pretend-youre-xyzzy @@ -23,7 +23,7 @@ keywords: - humanity dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index 1a4b09fbb4068..efafa94d5d13d 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: projectsend -version: 8.0.32 +version: 8.0.33 appVersion: latest description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. @@ -21,7 +21,7 @@ keywords: - files dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml index bd0aeef716a78..db1c7caa2917c 100644 --- a/charts/stable/promcord/Chart.yaml +++ b/charts/stable/promcord/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: promcord -version: 8.0.11 +version: 8.0.12 appVersion: latest description: Discord bot that provides metrics from a Discord server home: https://truecharts.org/charts/stable/promcord @@ -21,7 +21,7 @@ keywords: - metrics dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index fe2a5e32020d8..4e57a2c7016ee 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: protonmail-bridge -version: 11.1.1 +version: 11.1.2 appVersion: 3.7.1 description: ProtonMail IMAP/SMTP Bridge to work on the network. home: https://truecharts.org/charts/stable/protonmail-bridge @@ -20,7 +20,7 @@ keywords: - protonmail-bridge dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 5aa765b7d3af4..02d75039f080c 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: prowlarr -version: 12.1.1 +version: 12.1.2 appVersion: 1.11.1.4146 description: Indexer manager/proxy built on the popular arr net base stack to integrate @@ -24,7 +24,7 @@ keywords: - usenet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/proxmox-backup-server/Chart.yaml b/charts/stable/proxmox-backup-server/Chart.yaml index 3771bb1ed03db..b25b18cc3f3d9 100644 --- a/charts/stable/proxmox-backup-server/Chart.yaml +++ b/charts/stable/proxmox-backup-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: proxmox-backup-server -version: 0.0.9 +version: 0.0.10 appVersion: 3.0.2 description: Container for proxmox backup server home: https://truecharts.org/charts/incubator/proxmox-backup-server @@ -19,7 +19,7 @@ keywords: - pbs dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/prusaslicer-novnc/Chart.yaml b/charts/stable/prusaslicer-novnc/Chart.yaml index ed5005ae42444..9e9494d434715 100644 --- a/charts/stable/prusaslicer-novnc/Chart.yaml +++ b/charts/stable/prusaslicer-novnc/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: prusaslicer-novnc -version: 5.0.29 +version: 5.0.30 appVersion: latest description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart. @@ -22,7 +22,7 @@ keywords: - Productivity dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/putty/Chart.yaml b/charts/stable/putty/Chart.yaml index 63e9da56a8667..e4057d3e134dc 100644 --- a/charts/stable/putty/Chart.yaml +++ b/charts/stable/putty/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: putty -version: 5.0.14 +version: 5.0.15 appVersion: 23.11.2 description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. @@ -21,7 +21,7 @@ keywords: - putty dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/pwndrop/Chart.yaml b/charts/stable/pwndrop/Chart.yaml index 824dfc567d172..92207830b7694 100644 --- a/charts/stable/pwndrop/Chart.yaml +++ b/charts/stable/pwndrop/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: pwndrop -version: 6.0.26 +version: 6.0.27 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. @@ -19,7 +19,7 @@ keywords: - pwndrop dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index 638d243efbfe8..bd5edb951fdff 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: pyload -version: 10.0.11 +version: 10.0.12 appVersion: 360b2295 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 @@ -22,7 +22,7 @@ keywords: - download dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/pylon/Chart.yaml b/charts/stable/pylon/Chart.yaml index e7505b4b3a183..12a5c530f109b 100644 --- a/charts/stable/pylon/Chart.yaml +++ b/charts/stable/pylon/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: pylon -version: 6.0.24 +version: 6.0.25 appVersion: 2.10.0 description: Pylon is a web based integrated development environment. home: https://truecharts.org/charts/stable/pylon @@ -18,7 +18,7 @@ keywords: - pylon dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/qbitmanage/Chart.yaml b/charts/stable/qbitmanage/Chart.yaml index 6728983cf95e9..495a619be5570 100644 --- a/charts/stable/qbitmanage/Chart.yaml +++ b/charts/stable/qbitmanage/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: qbitmanage -version: 5.0.13 +version: 5.0.14 appVersion: 4.0.6 description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much @@ -23,7 +23,7 @@ keywords: - MediaApp-Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/qbitrr/Chart.yaml b/charts/stable/qbitrr/Chart.yaml index 5101b1d340240..5ca14b223ea27 100644 --- a/charts/stable/qbitrr/Chart.yaml +++ b/charts/stable/qbitrr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: qbitrr -version: 0.0.29 +version: 0.0.30 appVersion: 3.8.8 description: A simple script to monitor qBit and communicate with Radarr and Sonarr. home: https://truecharts.org/charts/stable/qbitrr @@ -21,7 +21,7 @@ keywords: - MediaApp-Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 6677c202379e9..291a01a87b459 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: qbittorrent -version: 16.1.6 +version: 16.1.7 appVersion: 4.6.2 description: qBittorrent is a cross-platform free and open-source BitTorrent client home: https://truecharts.org/charts/stable/qbittorrent @@ -20,7 +20,7 @@ keywords: - torrrent dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/qdirstat/Chart.yaml b/charts/stable/qdirstat/Chart.yaml index d2959dafccf76..ad5e4d155f745 100644 --- a/charts/stable/qdirstat/Chart.yaml +++ b/charts/stable/qdirstat/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: qdirstat -version: 5.0.13 +version: 5.0.14 appVersion: 23.11.2 description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. @@ -21,7 +21,7 @@ keywords: - qdirstat dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml index b391b8f41044c..6cd61d4964b67 100644 --- a/charts/stable/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: qinglong -version: 6.0.20 +version: 6.0.21 appVersion: 2.16.5 description: A timed task management panel that supports typescript, javaScript, python3, and shell @@ -20,7 +20,7 @@ keywords: - task dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml index 6949f35239463..f6ac60e6309b1 100644 --- a/charts/stable/quassel-core/Chart.yaml +++ b/charts/stable/quassel-core/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: quassel-core -version: 8.0.24 +version: 8.0.25 appVersion: 0.14.0 description: Quassel-core is a modern, cross-platform, distributed IRC client. home: https://truecharts.org/charts/stable/quassel-core @@ -18,7 +18,7 @@ keywords: - quassel-core dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/quassel-web/Chart.yaml b/charts/stable/quassel-web/Chart.yaml index 4ca42ad6b7976..fc41f1410764a 100644 --- a/charts/stable/quassel-web/Chart.yaml +++ b/charts/stable/quassel-web/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: quassel-web -version: 6.0.11 +version: 6.0.12 appVersion: 2021.12.16 description: Quassel-web is a web client for Quassel. home: https://truecharts.org/charts/stable/quassel-web @@ -18,7 +18,7 @@ keywords: - quassel-web dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 1e1a11058ec47..4706fd7560912 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: radarr -version: 17.0.21 +version: 17.0.22 appVersion: 5.1.3.8246 description: A fork of Sonarr to work with movies à la Couchpotato home: https://truecharts.org/charts/stable/radarr @@ -21,7 +21,7 @@ keywords: - usenet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/rcon-webadmin/Chart.yaml b/charts/stable/rcon-webadmin/Chart.yaml index f5465d6a3797d..a8ae4413c1d86 100644 --- a/charts/stable/rcon-webadmin/Chart.yaml +++ b/charts/stable/rcon-webadmin/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: rcon-webadmin -version: 5.0.11 +version: 5.0.12 appVersion: 0.14.1 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. @@ -22,7 +22,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/rdesktop/Chart.yaml b/charts/stable/rdesktop/Chart.yaml index 410ab1d27f8e4..911ef9b2e5bac 100644 --- a/charts/stable/rdesktop/Chart.yaml +++ b/charts/stable/rdesktop/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: rdesktop -version: 5.0.181 +version: 5.0.182 appVersion: latest description: Full desktop environments in many popular flavors for Alpine, Ubuntu, @@ -23,7 +23,7 @@ keywords: - desktops dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/rdtclient/Chart.yaml b/charts/stable/rdtclient/Chart.yaml index 15649d6b7657b..e749dcc484e98 100644 --- a/charts/stable/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: rdtclient -version: 1.0.2 +version: 1.0.3 appVersion: 2.0.49 description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid @@ -22,7 +22,7 @@ keywords: - torrent dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index f106da445cae0..8cd79b44cf9a1 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: readarr -version: 17.0.27 +version: 17.0.28 appVersion: 0.3.11.2319 description: A fork of Radarr to work with Books & AudioBooks home: https://truecharts.org/charts/stable/readarr @@ -24,7 +24,7 @@ keywords: - ebooks dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/recyclarr/Chart.yaml b/charts/stable/recyclarr/Chart.yaml index 0668560644ed9..10cff45c373e7 100644 --- a/charts/stable/recyclarr/Chart.yaml +++ b/charts/stable/recyclarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: recyclarr -version: 6.0.20 +version: 6.0.21 appVersion: 6.0.2 description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. @@ -22,7 +22,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/redisinsight/Chart.yaml b/charts/stable/redisinsight/Chart.yaml index 5c2e53a0af4d1..5ed896a0c80c9 100644 --- a/charts/stable/redisinsight/Chart.yaml +++ b/charts/stable/redisinsight/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: redisinsight -version: 3.0.16 +version: 3.0.17 appVersion: 1.14.0 description: GUI for Redis. home: https://truecharts.org/charts/stable/redisinsight @@ -21,7 +21,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index 569c9bd7b3973..abd582526969e 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: redmine -version: 8.2.4 +version: 8.2.5 appVersion: 5.1.1 description: Redmine is a flexible project management web application written using Ruby on Rails framework. @@ -24,7 +24,7 @@ keywords: - ticket dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index 87c291836b7b5..f8897e502a0c5 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: reg -version: 10.0.15 +version: 10.0.16 appVersion: "2" description: Docker registry v2 command line client and repo listing generator with security checks. @@ -21,7 +21,7 @@ keywords: - reg dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/remmina/Chart.yaml b/charts/stable/remmina/Chart.yaml index e0ce45728c8e0..a497b292aacad 100644 --- a/charts/stable/remmina/Chart.yaml +++ b/charts/stable/remmina/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: remmina -version: 7.0.15 +version: 7.0.16 appVersion: 1.4.2 description: A remote desktop client written in GTK home: https://truecharts.org/charts/stable/remmina @@ -23,7 +23,7 @@ keywords: - client dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml index 4c5ba79128702..f22ce5385a8a2 100644 --- a/charts/stable/requestrr/Chart.yaml +++ b/charts/stable/requestrr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: requestrr -version: 6.0.11 +version: 6.0.12 appVersion: 2.1.2 description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. @@ -19,7 +19,7 @@ keywords: - requestrr dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index a8f77115ba7fe..e58768f36f39c 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: resilio-sync -version: 11.0.13 +version: 11.0.14 appVersion: 2.7.3 description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology @@ -23,7 +23,7 @@ keywords: - bittorrent dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/retrobot/Chart.yaml b/charts/stable/retrobot/Chart.yaml index 0b4878bd97587..e6d23ecc1a995 100644 --- a/charts/stable/retrobot/Chart.yaml +++ b/charts/stable/retrobot/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: retrobot -version: 5.0.11 +version: 5.0.12 appVersion: latest description: A discord bot that allows you to play old nintendo games with your friends over chat. @@ -22,7 +22,7 @@ keywords: - discord dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/rickroll/Chart.yaml b/charts/stable/rickroll/Chart.yaml index f1e18f816d448..f001f9f5c3720 100644 --- a/charts/stable/rickroll/Chart.yaml +++ b/charts/stable/rickroll/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: rickroll -version: 3.0.23 +version: 3.0.24 appVersion: latest description: Self-hosted Rick Roll chart. home: https://truecharts.org/charts/stable/rickroll @@ -20,7 +20,7 @@ keywords: - media dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/rimgo/Chart.yaml b/charts/stable/rimgo/Chart.yaml index cafed9aa8bced..94c25beb1439a 100644 --- a/charts/stable/rimgo/Chart.yaml +++ b/charts/stable/rimgo/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: rimgo -version: 3.0.4 +version: 3.0.5 appVersion: latest description: Alternative Imgur front-end home: https://truecharts.org/charts/incubator/rimgo @@ -19,7 +19,7 @@ keywords: - Network-Web dependencies: - name: common - version: 15.0.1 + version: 15.3.4 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ring-mqtt/Chart.yaml b/charts/stable/ring-mqtt/Chart.yaml index 1b8a6524c5626..d0e8ccfa318a8 100644 --- a/charts/stable/ring-mqtt/Chart.yaml +++ b/charts/stable/ring-mqtt/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ring-mqtt -version: 5.1.15 +version: 5.1.16 appVersion: 5.6.3 description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. home: https://truecharts.org/charts/stable/ring-mqtt @@ -21,7 +21,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml index 28c43132562c6..a0dd7817a3478 100644 --- a/charts/stable/romm/Chart.yaml +++ b/charts/stable/romm/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: romm -version: 3.0.3 +version: 3.0.4 appVersion: 2.1.0 description: game library manager focused in retro gaming home: https://truecharts.org/charts/stable/romm @@ -20,7 +20,7 @@ keywords: - rom-manager dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/rsnapshot/Chart.yaml b/charts/stable/rsnapshot/Chart.yaml index e18bdb7f56c3b..36de6daedb6dd 100644 --- a/charts/stable/rsnapshot/Chart.yaml +++ b/charts/stable/rsnapshot/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: rsnapshot -version: 6.0.25 +version: 6.0.26 appVersion: 1.4.5 description: Rsnapshot is a filesystem snapshot utility based on rsync. home: https://truecharts.org/charts/stable/rsnapshot @@ -18,7 +18,7 @@ keywords: - rsnapshot dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/rss-bridge/Chart.yaml b/charts/stable/rss-bridge/Chart.yaml index 1626254a07f7a..7e9557fa2da46 100644 --- a/charts/stable/rss-bridge/Chart.yaml +++ b/charts/stable/rss-bridge/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: rss-bridge -version: 6.0.11 +version: 6.0.12 appVersion: 2023.09.24 description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. @@ -20,7 +20,7 @@ keywords: - rss-bridge dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index 3d962aff00313..5ef0aece8ee44 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: rsshub -version: 8.0.294 +version: 8.0.295 appVersion: latest description: RSSHub can generate RSS feeds from pretty much everything home: https://truecharts.org/charts/stable/rsshub @@ -21,7 +21,7 @@ keywords: - rss dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/rtorrent-rutorrent/Chart.yaml b/charts/stable/rtorrent-rutorrent/Chart.yaml index e97316be1e3dd..48543eeddc481 100644 --- a/charts/stable/rtorrent-rutorrent/Chart.yaml +++ b/charts/stable/rtorrent-rutorrent/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: rtorrent-rutorrent -version: 1.0.2 +version: 1.0.3 appVersion: 4.2.9 description: rTorrent and ruTorrent chart. home: https://truecharts.org/charts/stable/rtorrent-rutorrent @@ -21,7 +21,7 @@ keywords: - torrent dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 4d95ee2404d2a..083c4965788aa 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: sabnzbd -version: 15.0.19 +version: 15.0.20 appVersion: 4.1.0 description: Free and easy binary newsreader home: https://truecharts.org/charts/stable/sabnzbd @@ -20,7 +20,7 @@ keywords: - usenet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml index d065dcc5050b4..03fed4cdcc16b 100644 --- a/charts/stable/satisfactory/Chart.yaml +++ b/charts/stable/satisfactory/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: satisfactory -version: 6.1.2 +version: 6.1.3 appVersion: 1.6.1 description: Satisfactory Dedicated Server home: https://truecharts.org/charts/stable/satisfactory @@ -19,7 +19,7 @@ keywords: - satisfactory dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/scrutiny/Chart.yaml b/charts/stable/scrutiny/Chart.yaml index ed7ba8d3614e7..21f1bf193f56f 100644 --- a/charts/stable/scrutiny/Chart.yaml +++ b/charts/stable/scrutiny/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: scrutiny -version: 7.0.10 +version: 7.0.11 appVersion: 0.7.2 description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. @@ -19,7 +19,7 @@ keywords: - scrutiny dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/scrypted/Chart.yaml b/charts/stable/scrypted/Chart.yaml index 236b3b8f73012..48854f97089c4 100644 --- a/charts/stable/scrypted/Chart.yaml +++ b/charts/stable/scrypted/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: scrypted -version: 1.3.0 +version: 1.3.1 appVersion: 0.59.0 description: Scrypted is a high performance home video integration and automation @@ -22,7 +22,7 @@ keywords: - automation dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml index 6204326e2f39a..06ee9e321d96c 100644 --- a/charts/stable/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: seafile -version: 1.0.15 +version: 1.0.16 appVersion: 11.0.2 description: Reliable and Performant File Sync and Share Solution home: https://truecharts.org/charts/stable/seafile @@ -22,14 +22,14 @@ keywords: - file-storage dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" tags: [] import-values: [] - name: mariadb - version: 9.0.40 + version: 9.0.43 repository: https://deps.truecharts.org/ condition: mariadb.enabled alias: "" diff --git a/charts/stable/searxng/Chart.yaml b/charts/stable/searxng/Chart.yaml index 8420bb4f8c8d8..82b9525362749 100644 --- a/charts/stable/searxng/Chart.yaml +++ b/charts/stable/searxng/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: searxng -version: 4.0.85 +version: 4.0.86 appVersion: latest description: Meta search engine which aggregates results from more than 70 search services. @@ -22,7 +22,7 @@ keywords: - Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/seedsync/Chart.yaml b/charts/stable/seedsync/Chart.yaml index 2a9e75f000698..1441d1a3901f1 100644 --- a/charts/stable/seedsync/Chart.yaml +++ b/charts/stable/seedsync/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: seedsync -version: 4.0.12 +version: 4.0.13 appVersion: latest 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! @@ -21,7 +21,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 17e2f52ec43a8..cfb780dce6663 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ser2sock -version: 10.0.12 +version: 10.0.13 appVersion: latest description: Serial to Socket Redirector home: https://truecharts.org/charts/stable/ser2sock @@ -20,7 +20,7 @@ keywords: - ser2sock dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/servas/Chart.yaml b/charts/stable/servas/Chart.yaml index 42211028b279d..2dc4b8c48b5a4 100644 --- a/charts/stable/servas/Chart.yaml +++ b/charts/stable/servas/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: servas -version: 0.0.25 +version: 0.0.26 appVersion: 0.0.6 description: A self-hosted bookmark management tool. home: https://truecharts.org/charts/stable/servas @@ -20,7 +20,7 @@ keywords: - bookmarks dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/sftpgo/Chart.yaml b/charts/stable/sftpgo/Chart.yaml index 4b100757f3da0..fcc75e1b54036 100644 --- a/charts/stable/sftpgo/Chart.yaml +++ b/charts/stable/sftpgo/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: sftpgo -version: 3.0.18 +version: 3.0.19 appVersion: 2.5.5 description: 'Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, @@ -23,7 +23,7 @@ keywords: - Network-FTP dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index eecaf936b6cf8..bc55a9d8cbb57 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: shiori -version: 13.0.13 +version: 13.0.14 appVersion: 1.5.5 description: A simple bookmark manager built with Go. home: https://truecharts.org/charts/stable/shiori @@ -23,7 +23,7 @@ keywords: - web-interface dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/shlink-web-client/Chart.yaml b/charts/stable/shlink-web-client/Chart.yaml index 995f459906680..c888bc394e531 100644 --- a/charts/stable/shlink-web-client/Chart.yaml +++ b/charts/stable/shlink-web-client/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: shlink-web-client -version: 7.0.11 +version: 7.0.12 appVersion: 3.10.2 description: A ReactJS-based progressive web application for Shlink. home: https://truecharts.org/charts/stable/shlink-web-client @@ -21,7 +21,7 @@ keywords: - frontend dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index ee285af0951da..a31a382c1f610 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: shlink -version: 9.1.2 +version: 9.1.3 appVersion: 3.7.0 description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. @@ -21,7 +21,7 @@ keywords: - shortener dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/shoko-server/Chart.yaml b/charts/stable/shoko-server/Chart.yaml index b2897afe1bfe0..d636f9e6d5ba3 100644 --- a/charts/stable/shoko-server/Chart.yaml +++ b/charts/stable/shoko-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: shoko-server -version: 6.0.11 +version: 6.0.12 appVersion: 4.2.2 description: Anime cataloging program designed to automate the cataloging of your collection. @@ -21,7 +21,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/shorturl/Chart.yaml b/charts/stable/shorturl/Chart.yaml index 8f1e9f4b2320e..385ae5d3ff86c 100644 --- a/charts/stable/shorturl/Chart.yaml +++ b/charts/stable/shorturl/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: shorturl -version: 7.0.11 +version: 7.0.12 appVersion: 0.1.0 description: Self hosted web app for shortening urls (URL shortener) home: https://truecharts.org/charts/stable/shorturl @@ -23,7 +23,7 @@ keywords: - shorturl dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/sickchill/Chart.yaml b/charts/stable/sickchill/Chart.yaml index c11729ca2ee21..bfffeb0ecaaec 100644 --- a/charts/stable/sickchill/Chart.yaml +++ b/charts/stable/sickchill/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: sickchill -version: 7.0.31 +version: 7.0.32 appVersion: 2023.6.27 description: An Automatic Video Library Manager for TV Shows home: https://truecharts.org/charts/stable/sickchill @@ -23,7 +23,7 @@ keywords: - manager dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/sickgear/Chart.yaml b/charts/stable/sickgear/Chart.yaml index 3e9881516dadc..94dcbdea658ef 100644 --- a/charts/stable/sickgear/Chart.yaml +++ b/charts/stable/sickgear/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: sickgear -version: 8.0.11 +version: 8.0.12 appVersion: latest description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more @@ -23,7 +23,7 @@ keywords: - shows dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/simply-shorten/Chart.yaml b/charts/stable/simply-shorten/Chart.yaml index 68a8c6eeadfb5..a9237a8169cbe 100644 --- a/charts/stable/simply-shorten/Chart.yaml +++ b/charts/stable/simply-shorten/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: simply-shorten -version: 5.0.11 +version: 5.0.12 appVersion: "1.1" description: A dead simple URL shortener. home: https://truecharts.org/charts/stable/simply-shorten @@ -22,7 +22,7 @@ keywords: - Network-Web dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/slash/Chart.yaml b/charts/stable/slash/Chart.yaml index 35707a7fa1a14..61a5b196672ee 100644 --- a/charts/stable/slash/Chart.yaml +++ b/charts/stable/slash/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: slash -version: 0.0.16 +version: 0.0.17 appVersion: 0.5.0 description: A bookmarking and link shortening service that enables easy saving and sharing of links. @@ -22,7 +22,7 @@ keywords: - url-shortener dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/smokeping/Chart.yaml b/charts/stable/smokeping/Chart.yaml index 4dd3e580e956e..516606dce6053 100644 --- a/charts/stable/smokeping/Chart.yaml +++ b/charts/stable/smokeping/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: smokeping -version: 7.0.17 +version: 7.0.18 appVersion: 2.8.2 description: Keep track of your network latency. home: https://truecharts.org/charts/stable/smokeping @@ -21,7 +21,7 @@ keywords: - latency dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/smtp-relay/Chart.yaml b/charts/stable/smtp-relay/Chart.yaml index dbe7591c2856b..06f4c5ec67c94 100644 --- a/charts/stable/smtp-relay/Chart.yaml +++ b/charts/stable/smtp-relay/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: smtp-relay -version: 0.0.11 +version: 0.0.12 appVersion: 0.5.2 description: A SMTP service for relaying emails. home: https://truecharts.org/charts/incubator/smtp-relay @@ -20,7 +20,7 @@ keywords: - smtp dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/snapdrop/Chart.yaml b/charts/stable/snapdrop/Chart.yaml index acf4fb8ca2f9f..e2777c989aa51 100644 --- a/charts/stable/snapdrop/Chart.yaml +++ b/charts/stable/snapdrop/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: snapdrop -version: 6.0.28 +version: 6.0.29 appVersion: latest description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. home: https://truecharts.org/charts/stable/snapdrop @@ -19,7 +19,7 @@ keywords: - snapdrop dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/snippet-box/Chart.yaml b/charts/stable/snippet-box/Chart.yaml index 45f60194a0bcd..0048916f88d0a 100644 --- a/charts/stable/snippet-box/Chart.yaml +++ b/charts/stable/snippet-box/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: snippet-box -version: 4.0.11 +version: 4.0.12 appVersion: latest description: Snippet Box is a simple self-hosted app for organizing your code snippets. home: https://truecharts.org/charts/stable/snippet-box @@ -21,7 +21,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/soft-serve/Chart.yaml b/charts/stable/soft-serve/Chart.yaml index ddc5f89384d89..072c9c8db6c7e 100644 --- a/charts/stable/soft-serve/Chart.yaml +++ b/charts/stable/soft-serve/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: soft-serve -version: 3.0.20 +version: 3.0.21 appVersion: 0.7.4 description: A tasty, self-hostable Git server for the command line. home: https://truecharts.org/charts/stable/soft-serve @@ -20,7 +20,7 @@ keywords: - git dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index ac85f71960195..a8f315cfa96df 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: sonarr -version: 16.0.16 +version: 16.0.17 appVersion: 3.0.10.1567 description: Smart PVR for newsgroup and bittorrent users home: https://truecharts.org/charts/stable/sonarr @@ -21,7 +21,7 @@ keywords: - usenet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/sonsoftheforest/Chart.yaml b/charts/stable/sonsoftheforest/Chart.yaml index 845e477c28368..0a99e2365faa5 100644 --- a/charts/stable/sonsoftheforest/Chart.yaml +++ b/charts/stable/sonsoftheforest/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: sonsoftheforest -version: 0.0.11 +version: 0.0.12 appVersion: latest description: A custom SteamCMD chart that runs Sons Of The Forest Server. home: https://truecharts.org/charts/incubator/sonsoftheforest @@ -20,7 +20,7 @@ keywords: - GameServers dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/spaceengineers/Chart.yaml b/charts/stable/spaceengineers/Chart.yaml index e3ee1d4f53a40..36c55f7dcbcf2 100644 --- a/charts/stable/spaceengineers/Chart.yaml +++ b/charts/stable/spaceengineers/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: spaceengineers -version: 3.0.13 +version: 3.0.14 appVersion: latest description: Space Engineers Dedicated Server. home: https://truecharts.org/charts/stable/spaceengineers @@ -20,7 +20,7 @@ keywords: - GameServers dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml index 78683a820e26b..1a75fe0536577 100644 --- a/charts/stable/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: speedtest-exporter -version: 7.0.11 +version: 7.0.12 appVersion: 3.5.4 description: Speedtest Exporter made in python using the official speedtest bin home: https://truecharts.org/charts/stable/speedtest-exporter @@ -21,7 +21,7 @@ keywords: - metrics dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/splunk/Chart.yaml b/charts/stable/splunk/Chart.yaml index 70d1ea5f95d46..b967e13b291a9 100644 --- a/charts/stable/splunk/Chart.yaml +++ b/charts/stable/splunk/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: splunk -version: 4.1.3 +version: 4.1.4 appVersion: 9.1.2 description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com @@ -22,7 +22,7 @@ keywords: - Network-Management dependencies: - name: common - version: 15.2.0 + version: 15.3.4 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml index c518707d78eb1..9b06f14014939 100644 --- a/charts/stable/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: spotweb -version: 9.0.12 +version: 9.0.13 appVersion: 1.5.4 description: Spotweb is a decentralized usenet community based on the Spotnet protocol. home: https://truecharts.org/charts/stable/spotweb @@ -22,7 +22,7 @@ keywords: - spotnet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/sqlitebrowser/Chart.yaml b/charts/stable/sqlitebrowser/Chart.yaml index 2cc93e43b7a8f..3eca03d4e4751 100644 --- a/charts/stable/sqlitebrowser/Chart.yaml +++ b/charts/stable/sqlitebrowser/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: sqlitebrowser -version: 7.0.11 +version: 7.0.12 appVersion: 18.04.1 description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite @@ -24,7 +24,7 @@ keywords: - database dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/sshwifty/Chart.yaml b/charts/stable/sshwifty/Chart.yaml index 7a3c5df287898..cf25ea003e4ae 100644 --- a/charts/stable/sshwifty/Chart.yaml +++ b/charts/stable/sshwifty/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: sshwifty -version: 2.0.16 +version: 2.0.17 appVersion: latest description: SSHwifty is a SSH and Telnet connector made for the Web. home: https://truecharts.org/charts/stable/sshwifty @@ -19,7 +19,7 @@ keywords: - ssh dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index ef6824b76b3f4..c5dcd56a94185 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: stash -version: 12.0.15 +version: 12.0.16 appVersion: 0.23.1 description: An organizer for your porn, written in Go home: https://truecharts.org/charts/stable/stash @@ -19,7 +19,7 @@ keywords: - porn dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/static/Chart.yaml b/charts/stable/static/Chart.yaml index a4134db63b455..80983a8444425 100644 --- a/charts/stable/static/Chart.yaml +++ b/charts/stable/static/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: static -version: 7.0.11 +version: 7.0.12 appVersion: ee8a20c description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. @@ -24,7 +24,7 @@ keywords: - static dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index 873ae66b28b8b..c94ac60952983 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: storj-node -version: 6.0.11 +version: 6.0.12 appVersion: 1.71.2 description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner @@ -22,7 +22,7 @@ keywords: - storage dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml index 5fd7829903e28..88eb7fbff38cd 100644 --- a/charts/stable/strapi/Chart.yaml +++ b/charts/stable/strapi/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: strapi -version: 10.0.20 +version: 10.0.21 appVersion: 4.15.4 description: Open-source headless CMS. JavaScript, fully customizable and developer-first. home: https://truecharts.org/charts/stable/strapi @@ -21,7 +21,7 @@ keywords: - cms dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/stun-turn-server/Chart.yaml b/charts/stable/stun-turn-server/Chart.yaml index 6cf0dd05d725b..bfb47eb419769 100644 --- a/charts/stable/stun-turn-server/Chart.yaml +++ b/charts/stable/stun-turn-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: stun-turn-server -version: 3.0.11 +version: 3.0.12 appVersion: latest description: This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk. @@ -20,7 +20,7 @@ keywords: - Network dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/synclounge/Chart.yaml b/charts/stable/synclounge/Chart.yaml index 12dd24313549d..8294a76fedd26 100644 --- a/charts/stable/synclounge/Chart.yaml +++ b/charts/stable/synclounge/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: synclounge -version: 6.0.27 +version: 6.0.28 appVersion: 5.2.24 description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. @@ -19,7 +19,7 @@ keywords: - synclounge dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index be8f5b8629a76..803d6c1d56c4c 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: syncthing -version: 15.1.2 +version: 15.1.3 appVersion: 1.27.1 description: P2P file synchronization application home: https://truecharts.org/charts/stable/syncthing @@ -20,7 +20,7 @@ keywords: - syncthing dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/synctube/Chart.yaml b/charts/stable/synctube/Chart.yaml index c41205eaa9a24..7e5f6b3035e84 100644 --- a/charts/stable/synctube/Chart.yaml +++ b/charts/stable/synctube/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: synctube -version: 4.0.11 +version: 4.0.12 appVersion: latest description: Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally. @@ -26,7 +26,7 @@ keywords: - Network-Web dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/syslog-ng/Chart.yaml b/charts/stable/syslog-ng/Chart.yaml index 0ac74a609ae3f..2f762d6aeae5d 100644 --- a/charts/stable/syslog-ng/Chart.yaml +++ b/charts/stable/syslog-ng/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: syslog-ng -version: 6.1.12 +version: 6.1.13 appVersion: 4.5.0 description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. @@ -19,7 +19,7 @@ keywords: - syslog-ng dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/tagspaces/Chart.yaml b/charts/stable/tagspaces/Chart.yaml index 65e2ef0282910..7934b77b8a0a4 100644 --- a/charts/stable/tagspaces/Chart.yaml +++ b/charts/stable/tagspaces/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: tagspaces -version: 0.0.14 +version: 0.0.15 appVersion: 5.5.2 description: TagSpaces is an offline, open source, document manager with tagging support. home: https://truecharts.org/charts/stable/tagspaces @@ -20,7 +20,7 @@ keywords: - documents dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/tailscale/Chart.yaml b/charts/stable/tailscale/Chart.yaml index 0f8805c5d516a..0b841d1cfd005 100644 --- a/charts/stable/tailscale/Chart.yaml +++ b/charts/stable/tailscale/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: tailscale -version: 5.2.1 +version: 5.2.2 appVersion: 1.56.0 description: Tailscale lets you connect your devices and users together in your own secure virtual private network @@ -21,7 +21,7 @@ keywords: - tailscale dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/tauticord/Chart.yaml b/charts/stable/tauticord/Chart.yaml index ed7b7845374b8..1c99bedc24742 100644 --- a/charts/stable/tauticord/Chart.yaml +++ b/charts/stable/tauticord/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: tauticord -version: 0.0.21 +version: 0.0.22 appVersion: 3.12.1 description: A Discord bot that displays live data from Tautulli. home: https://truecharts.org/charts/stable/tauticord @@ -21,7 +21,7 @@ keywords: - discord dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index 4ae4e04ff35e5..b4289a5915da6 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: tautulli -version: 15.0.18 +version: 15.0.19 appVersion: 2.13.4 description: A Python based monitoring and tracking tool for Plex Media Server home: https://truecharts.org/charts/stable/tautulli @@ -20,7 +20,7 @@ keywords: - plex dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml index db71aecb7f631..ca348937a2ee6 100644 --- a/charts/stable/tdarr-node/Chart.yaml +++ b/charts/stable/tdarr-node/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: tdarr-node -version: 6.2.1 +version: 6.2.2 appVersion: 2.17.01 description: Audio/Video library transcoding automation home: https://truecharts.org/charts/stable/tdarr-node @@ -21,7 +21,7 @@ keywords: - tdarr dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml index 5fa01b891ac33..b9df4ef23402b 100644 --- a/charts/stable/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: tdarr -version: 6.2.1 +version: 6.2.2 appVersion: 2.17.01 description: Audio/Video library transcoding automation home: https://truecharts.org/charts/stable/tdarr @@ -21,7 +21,7 @@ keywords: - tdarr dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index cb127f5a2b668..c6383f135c070 100644 --- a/charts/stable/teedy/Chart.yaml +++ b/charts/stable/teedy/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: teedy -version: 12.0.11 +version: 12.0.12 appVersion: "1.11" description: Teedy is an open source, lightweight document management system for individuals and businesses. @@ -22,7 +22,7 @@ keywords: - management dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index 07105e4cc6a7d..b4f0f144829f0 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: thelounge -version: 10.0.21 +version: 10.0.22 appVersion: 4.4.1 description: The Lounge, modern web IRC client designed for self-hosting home: https://truecharts.org/charts/stable/thelounge @@ -23,7 +23,7 @@ keywords: - thelounge-docker dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/theme-park/Chart.yaml b/charts/stable/theme-park/Chart.yaml index c82d460706079..60b591e969a84 100644 --- a/charts/stable/theme-park/Chart.yaml +++ b/charts/stable/theme-park/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: theme-park -version: 6.0.12 +version: 6.0.13 appVersion: "1.14" description: Custom themes for your favorite apps! home: https://truecharts.org/charts/stable/theme-park @@ -20,7 +20,7 @@ keywords: - customization dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/tinymediamanager/Chart.yaml b/charts/stable/tinymediamanager/Chart.yaml index cf3522288a575..511d142f78bee 100644 --- a/charts/stable/tinymediamanager/Chart.yaml +++ b/charts/stable/tinymediamanager/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: tinymediamanager -version: 6.0.13 +version: 6.0.14 appVersion: 4.3.14 description: TinyMediaManager is a full featured media manager to organize and clean up your media library. @@ -22,7 +22,7 @@ keywords: - manager dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index 178bd2e6b1222..2b53c17e403f9 100644 --- a/charts/stable/traccar/Chart.yaml +++ b/charts/stable/traccar/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: traccar -version: 12.1.2 +version: 12.1.3 appVersion: "5.10" description: Traccar is an open source GPS tracking system. home: https://truecharts.org/charts/stable/traccar @@ -20,7 +20,7 @@ keywords: - gps dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/traefik-forward-auth/Chart.yaml b/charts/stable/traefik-forward-auth/Chart.yaml index 5756e5ff81459..ba20aca4dd4d8 100644 --- a/charts/stable/traefik-forward-auth/Chart.yaml +++ b/charts/stable/traefik-forward-auth/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: traefik-forward-auth -version: 0.2.9 +version: 0.2.10 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 @@ -26,7 +26,7 @@ keywords: - middleware dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/traggo/Chart.yaml b/charts/stable/traggo/Chart.yaml index a4d37a521eb1a..0a8b5fd5dcdf7 100644 --- a/charts/stable/traggo/Chart.yaml +++ b/charts/stable/traggo/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: traggo -version: 3.0.11 +version: 3.0.12 appVersion: 0.3.0 description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans. @@ -21,7 +21,7 @@ keywords: - tag dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index 06214a82fe87b..a01abd1cb2042 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: transmission -version: 17.0.18 +version: 17.0.19 appVersion: 4.0.4 description: fast, easy, and free BitTorrent client. home: https://truecharts.org/charts/stable/transmission @@ -21,7 +21,7 @@ keywords: - usenet dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml index 746d8fbecc7c9..037f2f82a47a1 100644 --- a/charts/stable/trilium-notes/Chart.yaml +++ b/charts/stable/trilium-notes/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: trilium-notes -version: 9.1.4 +version: 9.1.5 appVersion: 0.62.4 description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. @@ -23,7 +23,7 @@ keywords: - information dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index 797f03b882b3b..bb3344f7b4e10 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: truecommand -version: 15.0.11 +version: 15.0.12 appVersion: "2.2" description: Aggregated management of TrueNAS devices home: https://truecharts.org/charts/stable/truecommand @@ -18,7 +18,7 @@ keywords: - truecommand dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/tsmuxer/Chart.yaml b/charts/stable/tsmuxer/Chart.yaml index 06a39ea36fd9d..73f4247828390 100644 --- a/charts/stable/tsmuxer/Chart.yaml +++ b/charts/stable/tsmuxer/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: tsmuxer -version: 5.0.12 +version: 5.0.13 appVersion: 23.11.2 description: tsMuxer is a Transport Stream muxer. home: https://truecharts.org/charts/stable/tsmuxer @@ -20,7 +20,7 @@ keywords: - tsmuxer dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index 385bee211a43a..3de96778a80b0 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: tt-rss -version: 12.0.11 +version: 12.0.12 appVersion: 2.0.9113 description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator. @@ -21,7 +21,7 @@ keywords: - rss dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index e61078566bea9..a039e2d27e02a 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: tvheadend -version: 16.0.28 +version: 16.0.29 appVersion: latest description: TVheadend - a TV streaming server and digital video recorder home: https://truecharts.org/charts/stable/tvheadend @@ -22,7 +22,7 @@ keywords: - dvb dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/twtxt/Chart.yaml b/charts/stable/twtxt/Chart.yaml index ef0e228516a9c..45ab3708b83fa 100644 --- a/charts/stable/twtxt/Chart.yaml +++ b/charts/stable/twtxt/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: twtxt -version: 7.0.11 +version: 7.0.12 appVersion: 0.1.1 description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! @@ -24,7 +24,7 @@ keywords: - social-network dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ubooquity/Chart.yaml b/charts/stable/ubooquity/Chart.yaml index 922ec3bc2e539..287a779674eb1 100644 --- a/charts/stable/ubooquity/Chart.yaml +++ b/charts/stable/ubooquity/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ubooquity -version: 7.0.26 +version: 7.0.27 appVersion: 2.1.2 description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. @@ -19,7 +19,7 @@ keywords: - ubooquity dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index 6a1a55a773e8c..be63eef13df92 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: unifi -version: 17.0.4 +version: 17.0.5 appVersion: 8.0.7 description: Ubiquiti Network's Unifi Controller home: https://truecharts.org/charts/stable/unifi @@ -21,7 +21,7 @@ keywords: - unifi dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/unmanic/Chart.yaml b/charts/stable/unmanic/Chart.yaml index 31756311e2943..743377a869e31 100644 --- a/charts/stable/unmanic/Chart.yaml +++ b/charts/stable/unmanic/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: unmanic -version: 7.0.12 +version: 7.0.13 appVersion: 0.2.4 description: Unmanic is a simple tool for optimising your file library. home: https://truecharts.org/charts/stable/unmanic @@ -19,7 +19,7 @@ keywords: - media dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index 6dbb7143893dc..8eec52aa24926 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: unpackerr -version: 10.0.11 +version: 10.0.12 appVersion: 0.12.0 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 @@ -25,7 +25,7 @@ keywords: - readarr dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml index 12ac05d4f7c58..2d3080e483710 100644 --- a/charts/stable/unpoller/Chart.yaml +++ b/charts/stable/unpoller/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: unpoller -version: 7.0.17 +version: 7.0.18 appVersion: 2.9.4 description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. @@ -22,7 +22,7 @@ keywords: - metrics dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/uptime-kuma/Chart.yaml b/charts/stable/uptime-kuma/Chart.yaml index 05ba070e950f8..d9ce9e53e3a8a 100644 --- a/charts/stable/uptime-kuma/Chart.yaml +++ b/charts/stable/uptime-kuma/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: uptime-kuma -version: 7.0.22 +version: 7.0.23 appVersion: 1.23.10 description: A fancy self-hosted monitoring tool home: https://truecharts.org/charts/stable/uptime-kuma @@ -20,7 +20,7 @@ keywords: - uptime dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml index ee8438b171dd6..a847b5c511826 100644 --- a/charts/stable/uptimerobot-prometheus/Chart.yaml +++ b/charts/stable/uptimerobot-prometheus/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: uptimerobot-prometheus -version: 8.0.11 +version: 8.0.12 appVersion: 0.0.1 description: Prometheus Exporter for the official uptimerobot CLI home: https://truecharts.org/charts/stable/uptimerobot-prometheus @@ -23,7 +23,7 @@ keywords: - metrics dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index 1ff8c906c1d0c..9ffaf78d0454a 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: valheim -version: 7.0.12 +version: 7.0.13 appVersion: latest description: Valheim dedicated gameserver with automatic update and world backup support home: https://truecharts.org/charts/stable/valheim @@ -19,7 +19,7 @@ keywords: - valheim dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/van-dam/Chart.yaml b/charts/stable/van-dam/Chart.yaml index 08d8cd61652a7..332eaf75a68c0 100644 --- a/charts/stable/van-dam/Chart.yaml +++ b/charts/stable/van-dam/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: van-dam -version: 0.1.1 +version: 0.1.2 appVersion: 0.54.0 description: A Digital Asset Manager (DAM), specifically designed for 3D print files. home: https://truecharts.org/charts/incubator/van-dam @@ -20,7 +20,7 @@ keywords: - media dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/verysync/Chart.yaml b/charts/stable/verysync/Chart.yaml index 95bcd5aa8e1fa..0e68279a65ca5 100644 --- a/charts/stable/verysync/Chart.yaml +++ b/charts/stable/verysync/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: verysync -version: 6.0.11 +version: 6.0.12 appVersion: 2.16.0 description: very sync is an easy-to-use multi-platform file synchronization software home: https://truecharts.org/charts/stable/verysync @@ -21,7 +21,7 @@ keywords: - bittorrent dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index f962d6bac0f07..bb40d5c0e9b63 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: vikunja -version: 9.0.28 +version: 9.0.29 appVersion: 0.21.0 description: The to-do app to organize your life. home: https://truecharts.org/charts/stable/vikunja @@ -19,7 +19,7 @@ keywords: - vikunja dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/vocechat-server/Chart.yaml b/charts/stable/vocechat-server/Chart.yaml index f1bc31c8d62d1..2808e78d37d16 100644 --- a/charts/stable/vocechat-server/Chart.yaml +++ b/charts/stable/vocechat-server/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: vocechat-server -version: 1.0.1 +version: 1.0.2 appVersion: 0.3.43 description: A superlight rust written social server. home: https://truecharts.org/charts/stable/vocechat-server @@ -20,7 +20,7 @@ keywords: - social dependencies: - name: common - version: 16.0.0 + version: 16.2.6 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/wallos/Chart.yaml b/charts/stable/wallos/Chart.yaml index 5c596241ee052..57c4fada187df 100644 --- a/charts/stable/wallos/Chart.yaml +++ b/charts/stable/wallos/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: wallos -version: 1.0.6 +version: 1.0.7 appVersion: latest description: Wallos - Self Hosted Subscription tracker home: https://truecharts.org/charts/stable/wallos @@ -19,7 +19,7 @@ keywords: - dashboard dependencies: - name: common - version: 15.0.1 + version: 15.3.4 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/watcharr/Chart.yaml b/charts/stable/watcharr/Chart.yaml index b2c619df28989..6a6476189dbde 100644 --- a/charts/stable/watcharr/Chart.yaml +++ b/charts/stable/watcharr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: watcharr -version: 1.1.2 +version: 1.1.3 appVersion: 1.21.1 description: Open source, self-hostable watched list home: https://truecharts.org/charts/stable/watcharr @@ -20,7 +20,7 @@ keywords: - media dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/watchyourlan/Chart.yaml b/charts/stable/watchyourlan/Chart.yaml index 91e61e3cdf9b9..db65e5636c9c3 100644 --- a/charts/stable/watchyourlan/Chart.yaml +++ b/charts/stable/watchyourlan/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: watchyourlan -version: 5.1.8 +version: 5.1.9 appVersion: 1.0.4 description: Lightweight network IP scanner with web GUI home: https://truecharts.org/charts/stable/watchyourlan @@ -20,7 +20,7 @@ keywords: - monitor dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/webgrabplus/Chart.yaml b/charts/stable/webgrabplus/Chart.yaml index d6dbbe05d0582..bfcddbe25a680 100644 --- a/charts/stable/webgrabplus/Chart.yaml +++ b/charts/stable/webgrabplus/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: webgrabplus -version: 6.0.28 +version: 6.0.29 appVersion: 5.1.3 description: Webgrabplus is a multi-site incremental xmltv epg grabber. home: https://truecharts.org/charts/stable/webgrabplus @@ -18,7 +18,7 @@ keywords: - webgrabplus dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index 3a84218ea06da..e0239a876cb09 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: weblate -version: 9.0.11 +version: 9.0.12 appVersion: 4.16.4 description: Weblate is a copylefted libre software web-based continuous localization system @@ -23,7 +23,7 @@ keywords: - translate dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/webnut/Chart.yaml b/charts/stable/webnut/Chart.yaml index 9db9f396b6f61..92a80e79a7165 100644 --- a/charts/stable/webnut/Chart.yaml +++ b/charts/stable/webnut/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: webnut -version: 5.0.11 +version: 5.0.12 appVersion: latest description: webNUT (UPS network monitoring web ui). home: https://truecharts.org/charts/stable/webnut @@ -21,7 +21,7 @@ keywords: - monitoring dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml index deba467a83fb1..7c147348d9c2e 100644 --- a/charts/stable/website-shot/Chart.yaml +++ b/charts/stable/website-shot/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: website-shot -version: 7.0.8 +version: 7.0.9 appVersion: latest 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 @@ -21,7 +21,7 @@ keywords: - website-shot dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/webtop/Chart.yaml b/charts/stable/webtop/Chart.yaml index 3af69bc689d69..102bad2393487 100644 --- a/charts/stable/webtop/Chart.yaml +++ b/charts/stable/webtop/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: webtop -version: 6.0.225 +version: 6.0.226 appVersion: latest description: Webtop full desktop environments in officially supported flavors accessible @@ -24,7 +24,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index 98a87076d9404..c0de0d38b10dc 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: wekan -version: 10.5.1 +version: 10.5.2 appVersion: "7.23" description: WeKan - Open Source kanban home: https://truecharts.org/charts/stable/wekan @@ -21,7 +21,7 @@ keywords: - kanban dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index b61e0493c3499..1a02563721a03 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: wg-easy -version: 5.0.11 +version: 5.0.12 appVersion: latest description: The easiest way to run WireGuard VPN + Web-based Admin UI. home: https://truecharts.org/charts/stable/wg-easy @@ -21,7 +21,7 @@ keywords: - weejewel dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/whisparr/Chart.yaml b/charts/stable/whisparr/Chart.yaml index 0c2d389dacd75..ca64b6b06f494 100644 --- a/charts/stable/whisparr/Chart.yaml +++ b/charts/stable/whisparr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: whisparr -version: 6.1.3 +version: 6.1.4 appVersion: 2.0.0.289 description: An adult media thingy. home: https://truecharts.org/charts/stable/whisparr @@ -21,7 +21,7 @@ keywords: - MediaApp-Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/whisper-asr-webservice/Chart.yaml b/charts/stable/whisper-asr-webservice/Chart.yaml index 94bdf27fe8ec5..f7916c1ec0cd8 100644 --- a/charts/stable/whisper-asr-webservice/Chart.yaml +++ b/charts/stable/whisper-asr-webservice/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: whisper-asr-webservice -version: 1.0.18 +version: 1.0.19 appVersion: 1.2.3 description: Whisper is a general-purpose speech recognition model. home: https://truecharts.org/charts/stable/whisper-asr-webservice @@ -20,7 +20,7 @@ keywords: - machine-learning dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml index 8d0d6dfe0bed7..6c4d3dfde033e 100644 --- a/charts/stable/whoogle/Chart.yaml +++ b/charts/stable/whoogle/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: whoogle -version: 7.0.13 +version: 7.0.14 appVersion: 0.8.4 description: A self-hosted, ad-free, privacy-respecting metasearch engine home: https://truecharts.org/charts/stable/whoogle @@ -22,7 +22,7 @@ keywords: - privacy dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml index 65305ae5f3daf..cc85c003dad4e 100644 --- a/charts/stable/wikijs/Chart.yaml +++ b/charts/stable/wikijs/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: wikijs -version: 12.0.12 +version: 12.0.13 appVersion: 2.5.300 description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! @@ -22,7 +22,7 @@ keywords: - wikijs dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/wireguard/Chart.yaml b/charts/stable/wireguard/Chart.yaml index 3584318fb401e..3ded3a6db8c26 100644 --- a/charts/stable/wireguard/Chart.yaml +++ b/charts/stable/wireguard/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: wireguard -version: 5.0.11 +version: 5.0.12 appVersion: 1.0.20210914 description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. @@ -21,7 +21,7 @@ keywords: - vpn dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/wizarr/Chart.yaml b/charts/stable/wizarr/Chart.yaml index 56a0dc64a0a7e..d5f4a750ebe4c 100644 --- a/charts/stable/wizarr/Chart.yaml +++ b/charts/stable/wizarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: wizarr -version: 3.0.16 +version: 3.0.17 appVersion: 3.5.1 description: A automatic user invitation system for Plex. home: https://truecharts.org/charts/stable/wizarr @@ -22,7 +22,7 @@ keywords: - Other dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/wordpress/Chart.yaml b/charts/stable/wordpress/Chart.yaml index 734648f37293c..525e413d7e7d6 100644 --- a/charts/stable/wordpress/Chart.yaml +++ b/charts/stable/wordpress/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: wordpress -version: 3.1.5 +version: 3.1.6 appVersion: 6.4.2 description: The WordPress rich content management system can utilize plugins, widgets, and themes. @@ -21,7 +21,7 @@ keywords: - cms dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/xen-orchestra/Chart.yaml b/charts/stable/xen-orchestra/Chart.yaml index cb43286573333..4f17d63c867a9 100644 --- a/charts/stable/xen-orchestra/Chart.yaml +++ b/charts/stable/xen-orchestra/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: xen-orchestra -version: 5.2.4 +version: 5.2.5 appVersion: 5.129.0 description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. home: https://truecharts.org/charts/stable/xen-orchestra @@ -18,7 +18,7 @@ keywords: - xen-orchestra dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index 4540bfee27854..64af8814c4f96 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: xteve -version: 10.0.11 +version: 10.0.12 appVersion: 2.2.0.200 description: M3U Proxy for Plex DVR and Emby Live TV. home: https://truecharts.org/charts/stable/xteve @@ -23,7 +23,7 @@ keywords: - emby dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml index ed6a9264ef336..f23bdafd11a86 100644 --- a/charts/stable/xwiki/Chart.yaml +++ b/charts/stable/xwiki/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: xwiki -version: 8.1.6 +version: 8.1.7 appVersion: 15.10.1 description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility @@ -21,7 +21,7 @@ keywords: - wiki dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/youtransfer/Chart.yaml b/charts/stable/youtransfer/Chart.yaml index 3e8b32717a909..a3507497eb138 100644 --- a/charts/stable/youtransfer/Chart.yaml +++ b/charts/stable/youtransfer/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: youtransfer -version: 4.0.11 +version: 4.0.12 appVersion: latest description: YouTransfer is a simple but elegant self-hosted file transfer sharing solution. @@ -22,7 +22,7 @@ keywords: - Tools-Utilities dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/youtubedl-material/Chart.yaml b/charts/stable/youtubedl-material/Chart.yaml index 6150838a0cc35..639c55a3fec0b 100644 --- a/charts/stable/youtubedl-material/Chart.yaml +++ b/charts/stable/youtubedl-material/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: youtubedl-material -version: 6.0.12 +version: 6.0.13 appVersion: 4.3.2 description: YoutubeDL-Material is a Material Design frontend for youtube-dl. home: https://truecharts.org/charts/stable/youtubedl-material @@ -19,7 +19,7 @@ keywords: - youtube dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/zerotier/Chart.yaml b/charts/stable/zerotier/Chart.yaml index 3c4a6d10e4ed2..21eb1a2a70471 100644 --- a/charts/stable/zerotier/Chart.yaml +++ b/charts/stable/zerotier/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: zerotier -version: 6.0.13 +version: 6.0.14 appVersion: 1.12.2 description: ZeroTier is a smart programmable Ethernet switch for planet Earth home: https://truecharts.org/charts/stable/zerotier @@ -19,7 +19,7 @@ keywords: - network dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/zigbee2mqtt/Chart.yaml b/charts/stable/zigbee2mqtt/Chart.yaml index 658703c3bcbc5..27cf2b6f9014f 100644 --- a/charts/stable/zigbee2mqtt/Chart.yaml +++ b/charts/stable/zigbee2mqtt/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: zigbee2mqtt -version: 8.0.16 +version: 8.0.17 appVersion: 1.33.2 description: Bridges events and allows you to control your Zigbee devices via MQTT home: https://truecharts.org/charts/stable/zigbee2mqtt @@ -21,7 +21,7 @@ keywords: - home-assistant dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/znc/Chart.yaml b/charts/stable/znc/Chart.yaml index b8f04aa4a0b03..80c3d32e7cdb1 100644 --- a/charts/stable/znc/Chart.yaml +++ b/charts/stable/znc/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: znc -version: 6.0.21 +version: 6.0.22 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. @@ -19,7 +19,7 @@ keywords: - znc dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/ztcuui-aio/Chart.yaml b/charts/stable/ztcuui-aio/Chart.yaml index 12a0ddcafe12c..b9709b16d3146 100644 --- a/charts/stable/ztcuui-aio/Chart.yaml +++ b/charts/stable/ztcuui-aio/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: ztcuui-aio -version: 5.0.13 +version: 5.0.14 appVersion: 1.2.16 description: ZeroTier network controller user interface in a Docker container home: https://truecharts.org/charts/stable/ztcuui-aio @@ -19,7 +19,7 @@ keywords: - ztcuui-aio dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: "" diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index b7219eeb1c381..8fd4e1353aa8a 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: zwavejs2mqtt -version: 16.3.1 +version: 16.3.2 appVersion: 9.6.0 description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue @@ -23,7 +23,7 @@ keywords: - zwave dependencies: - name: common - version: 14.3.5 + version: 14.5.0 repository: https://library-charts.truecharts.org condition: "" alias: ""