From 22d5eb5fc555f995de5292d2326ddeab9e1f6593 Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:54:27 -0700 Subject: [PATCH] Upgraded catalog item(s) (#2879) * Upgraded catalog item(s) This commit upgrades elastic-search, syncthing, home-assistant, nextcloud, minecraft, nginx-proxy-manager, homer, chia, jellyseerr, castopod, tailscale, prowlarr, omada-controller, ipfs, immich, autobrr, komga, searxng, homepage, n8n, homarr, audiobookshelf, odoo, tdarr catalog item(s). * revert immich and odoo --------- Co-authored-by: sonicaj Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- library/ix-dev/charts/elastic-search/Chart.yaml | 4 ++-- library/ix-dev/charts/elastic-search/values.yaml | 2 +- library/ix-dev/charts/home-assistant/Chart.yaml | 4 ++-- library/ix-dev/charts/home-assistant/values.yaml | 2 +- library/ix-dev/charts/nextcloud/Chart.yaml | 4 ++-- library/ix-dev/charts/nextcloud/values.yaml | 2 +- library/ix-dev/charts/syncthing/Chart.yaml | 4 ++-- library/ix-dev/charts/syncthing/values.yaml | 2 +- library/ix-dev/community/audiobookshelf/Chart.yaml | 4 ++-- .../ix-dev/community/audiobookshelf/values.yaml | 2 +- library/ix-dev/community/autobrr/Chart.yaml | 4 ++-- library/ix-dev/community/autobrr/values.yaml | 2 +- library/ix-dev/community/castopod/Chart.yaml | 4 ++-- library/ix-dev/community/castopod/values.yaml | 4 ++-- library/ix-dev/community/chia/Chart.yaml | 4 ++-- library/ix-dev/community/chia/values.yaml | 2 +- library/ix-dev/community/homarr/Chart.yaml | 4 ++-- library/ix-dev/community/homarr/values.yaml | 2 +- library/ix-dev/community/homepage/Chart.yaml | 4 ++-- library/ix-dev/community/homepage/values.yaml | 2 +- library/ix-dev/community/homer/Chart.yaml | 7 ++++--- library/ix-dev/community/homer/values.yaml | 2 +- library/ix-dev/community/ipfs/Chart.yaml | 4 ++-- library/ix-dev/community/ipfs/values.yaml | 2 +- library/ix-dev/community/jellyseerr/Chart.yaml | 4 ++-- library/ix-dev/community/jellyseerr/values.yaml | 2 +- library/ix-dev/community/komga/Chart.yaml | 4 ++-- library/ix-dev/community/komga/values.yaml | 2 +- library/ix-dev/community/minecraft/Chart.yaml | 4 ++-- library/ix-dev/community/minecraft/values.yaml | 14 +++++++------- library/ix-dev/community/n8n/Chart.yaml | 4 ++-- library/ix-dev/community/n8n/values.yaml | 2 +- .../community/nginx-proxy-manager/Chart.yaml | 4 ++-- .../community/nginx-proxy-manager/values.yaml | 2 +- .../ix-dev/community/omada-controller/Chart.yaml | 4 ++-- .../ix-dev/community/omada-controller/values.yaml | 2 +- library/ix-dev/community/prowlarr/Chart.yaml | 4 ++-- library/ix-dev/community/prowlarr/values.yaml | 2 +- library/ix-dev/community/searxng/Chart.yaml | 4 ++-- library/ix-dev/community/searxng/values.yaml | 2 +- library/ix-dev/community/tailscale/Chart.yaml | 4 ++-- library/ix-dev/community/tailscale/values.yaml | 2 +- library/ix-dev/community/tdarr/Chart.yaml | 4 ++-- library/ix-dev/community/tdarr/values.yaml | 2 +- 44 files changed, 75 insertions(+), 74 deletions(-) diff --git a/library/ix-dev/charts/elastic-search/Chart.yaml b/library/ix-dev/charts/elastic-search/Chart.yaml index 3118bd423f..c142b3a750 100644 --- a/library/ix-dev/charts/elastic-search/Chart.yaml +++ b/library/ix-dev/charts/elastic-search/Chart.yaml @@ -4,9 +4,9 @@ description: Elasticsearch is the distributed, RESTful search and analytics engi annotations: title: Elastic Search type: application -version: 1.1.25 +version: 1.1.26 apiVersion: v2 -appVersion: 8.15.2 +appVersion: 8.15.3 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/elastic-search/values.yaml b/library/ix-dev/charts/elastic-search/values.yaml index 967db0935c..dfb186c62f 100644 --- a/library/ix-dev/charts/elastic-search/values.yaml +++ b/library/ix-dev/charts/elastic-search/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.elastic.co/elasticsearch/elasticsearch pullPolicy: IfNotPresent - tag: 8.15.2 + tag: 8.15.3 resources: limits: diff --git a/library/ix-dev/charts/home-assistant/Chart.yaml b/library/ix-dev/charts/home-assistant/Chart.yaml index 6714bbae4a..5c93183548 100644 --- a/library/ix-dev/charts/home-assistant/Chart.yaml +++ b/library/ix-dev/charts/home-assistant/Chart.yaml @@ -4,9 +4,9 @@ description: Home Assistant is an open source home automation that puts local co annotations: title: Home Assistant type: application -version: 2.0.47 +version: 2.0.48 apiVersion: v2 -appVersion: 2024.10.2 +appVersion: 2024.10.3 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/home-assistant/values.yaml b/library/ix-dev/charts/home-assistant/values.yaml index 227dbb7965..bc7c722bfa 100644 --- a/library/ix-dev/charts/home-assistant/values.yaml +++ b/library/ix-dev/charts/home-assistant/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: homeassistant/home-assistant - tag: 2024.10.2 + tag: 2024.10.3 # Keep using the same image # as before the migration diff --git a/library/ix-dev/charts/nextcloud/Chart.yaml b/library/ix-dev/charts/nextcloud/Chart.yaml index 8328f03931..24b0be8125 100644 --- a/library/ix-dev/charts/nextcloud/Chart.yaml +++ b/library/ix-dev/charts/nextcloud/Chart.yaml @@ -4,9 +4,9 @@ description: A file sharing server that puts the control and security of your ow annotations: title: Nextcloud type: application -version: 2.0.17 +version: 2.0.18 apiVersion: v2 -appVersion: 30.0.0 +appVersion: 30.0.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/nextcloud/values.yaml b/library/ix-dev/charts/nextcloud/values.yaml index f9a1268edb..ff3d191569 100644 --- a/library/ix-dev/charts/nextcloud/values.yaml +++ b/library/ix-dev/charts/nextcloud/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: nextcloud - tag: 30.0.0 + tag: 30.0.1 nginxImage: pullPolicy: IfNotPresent repository: nginx diff --git a/library/ix-dev/charts/syncthing/Chart.yaml b/library/ix-dev/charts/syncthing/Chart.yaml index cbf4e58a62..4b5df2eb1b 100644 --- a/library/ix-dev/charts/syncthing/Chart.yaml +++ b/library/ix-dev/charts/syncthing/Chart.yaml @@ -3,9 +3,9 @@ description: Syncthing is a continuous file synchronization program. annotations: title: Syncthing type: application -version: 2.0.11 +version: 2.0.12 apiVersion: v2 -appVersion: 1.27.12 +appVersion: 1.28.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/syncthing/values.yaml b/library/ix-dev/charts/syncthing/values.yaml index 9c543bb2bf..bb45175548 100644 --- a/library/ix-dev/charts/syncthing/values.yaml +++ b/library/ix-dev/charts/syncthing/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: syncthing/syncthing - tag: 1.27.12 + tag: 1.28.0 resources: limits: diff --git a/library/ix-dev/community/audiobookshelf/Chart.yaml b/library/ix-dev/community/audiobookshelf/Chart.yaml index 427a18c75a..08b6c7f3bf 100644 --- a/library/ix-dev/community/audiobookshelf/Chart.yaml +++ b/library/ix-dev/community/audiobookshelf/Chart.yaml @@ -3,9 +3,9 @@ description: Audiobookshelf is a self-hosted audiobook and podcast server annotations: title: Audiobookshelf type: application -version: 1.0.15 +version: 1.0.16 apiVersion: v2 -appVersion: 2.15.0 +appVersion: 2.15.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/audiobookshelf/values.yaml b/library/ix-dev/community/audiobookshelf/values.yaml index 8fd3e89729..fd8e38ca7d 100644 --- a/library/ix-dev/community/audiobookshelf/values.yaml +++ b/library/ix-dev/community/audiobookshelf/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/advplyr/audiobookshelf pullPolicy: IfNotPresent - tag: 2.15.0 + tag: 2.15.1 resources: limits: diff --git a/library/ix-dev/community/autobrr/Chart.yaml b/library/ix-dev/community/autobrr/Chart.yaml index 0ce686eef5..054dfca4d8 100644 --- a/library/ix-dev/community/autobrr/Chart.yaml +++ b/library/ix-dev/community/autobrr/Chart.yaml @@ -3,9 +3,9 @@ description: Autobrr is the modern download automation tool for torrents and use annotations: title: Autobrr type: application -version: 1.2.20 +version: 1.2.21 apiVersion: v2 -appVersion: 1.47.1 +appVersion: 1.48.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/autobrr/values.yaml b/library/ix-dev/community/autobrr/values.yaml index f988916390..9e54cc5f29 100644 --- a/library/ix-dev/community/autobrr/values.yaml +++ b/library/ix-dev/community/autobrr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/autobrr/autobrr pullPolicy: IfNotPresent - tag: v1.47.1 + tag: v1.48.0 resources: limits: diff --git a/library/ix-dev/community/castopod/Chart.yaml b/library/ix-dev/community/castopod/Chart.yaml index 420f741992..bb82543c30 100644 --- a/library/ix-dev/community/castopod/Chart.yaml +++ b/library/ix-dev/community/castopod/Chart.yaml @@ -4,9 +4,9 @@ description: Castopod is an open-source hosting platform made for podcasters who annotations: title: Castopod type: application -version: 1.2.26 +version: 1.2.27 apiVersion: v2 -appVersion: 1.12.10 +appVersion: 1.12.11 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/castopod/values.yaml b/library/ix-dev/community/castopod/values.yaml index 55de6e45e7..49a77af5e2 100644 --- a/library/ix-dev/community/castopod/values.yaml +++ b/library/ix-dev/community/castopod/values.yaml @@ -1,11 +1,11 @@ image: repository: castopod/app pullPolicy: IfNotPresent - tag: 1.12.10 + tag: 1.12.11 webImage: repository: castopod/web-server pullPolicy: IfNotPresent - tag: 1.12.10 + tag: 1.12.11 resources: limits: diff --git a/library/ix-dev/community/chia/Chart.yaml b/library/ix-dev/community/chia/Chart.yaml index 66491fa424..27a74da347 100644 --- a/library/ix-dev/community/chia/Chart.yaml +++ b/library/ix-dev/community/chia/Chart.yaml @@ -4,9 +4,9 @@ description: Chia is a modern cryptocurrency built from scratch, designed to be annotations: title: Chia type: application -version: 1.0.40 +version: 1.0.41 apiVersion: v2 -appVersion: 2.4.3 +appVersion: 2.4.4 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/chia/values.yaml b/library/ix-dev/community/chia/values.yaml index 3c870f8a7e..f1eecb821e 100644 --- a/library/ix-dev/community/chia/values.yaml +++ b/library/ix-dev/community/chia/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/chia-network/chia - tag: 2.4.3 + tag: 2.4.4 pullPolicy: IfNotPresent resources: limits: diff --git a/library/ix-dev/community/homarr/Chart.yaml b/library/ix-dev/community/homarr/Chart.yaml index ed7c309f7f..8793b7c756 100644 --- a/library/ix-dev/community/homarr/Chart.yaml +++ b/library/ix-dev/community/homarr/Chart.yaml @@ -4,9 +4,9 @@ description: Homarr is a sleek, modern dashboard that puts all of your apps and annotations: title: Homarr type: application -version: 2.0.15 +version: 2.0.16 apiVersion: v2 -appVersion: 0.15.4 +appVersion: 0.15.6 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/homarr/values.yaml b/library/ix-dev/community/homarr/values.yaml index b09ad19a14..630f4cf244 100644 --- a/library/ix-dev/community/homarr/values.yaml +++ b/library/ix-dev/community/homarr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/ajnart/homarr pullPolicy: IfNotPresent - tag: 0.15.4 + tag: 0.15.6 resources: limits: diff --git a/library/ix-dev/community/homepage/Chart.yaml b/library/ix-dev/community/homepage/Chart.yaml index 9d49f0462e..94ecc954c3 100644 --- a/library/ix-dev/community/homepage/Chart.yaml +++ b/library/ix-dev/community/homepage/Chart.yaml @@ -3,9 +3,9 @@ description: Homepage is a modern, secure, highly customizable application dashb annotations: title: Homepage type: application -version: 1.2.20 +version: 1.2.21 apiVersion: v2 -appVersion: 0.9.10 +appVersion: 0.9.11 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/homepage/values.yaml b/library/ix-dev/community/homepage/values.yaml index 8c5503bbcd..6cf053197f 100644 --- a/library/ix-dev/community/homepage/values.yaml +++ b/library/ix-dev/community/homepage/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/gethomepage/homepage pullPolicy: IfNotPresent - tag: v0.9.10 + tag: v0.9.11 resources: limits: diff --git a/library/ix-dev/community/homer/Chart.yaml b/library/ix-dev/community/homer/Chart.yaml index cdd234aa67..97be17c62b 100644 --- a/library/ix-dev/community/homer/Chart.yaml +++ b/library/ix-dev/community/homer/Chart.yaml @@ -1,11 +1,12 @@ name: homer -description: Homer is a dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file. +description: Homer is a dead simple static HOMepage for your servER to keep your services + on hand, from a simple yaml configuration file. annotations: title: Homer type: application -version: 1.2.4 +version: 1.2.5 apiVersion: v2 -appVersion: 23.10.1 +appVersion: 24.10.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/homer/values.yaml b/library/ix-dev/community/homer/values.yaml index 251eae79d6..fc37108c99 100644 --- a/library/ix-dev/community/homer/values.yaml +++ b/library/ix-dev/community/homer/values.yaml @@ -1,7 +1,7 @@ image: repository: b4bz/homer pullPolicy: IfNotPresent - tag: v23.10.1 + tag: v24.10.1 resources: limits: diff --git a/library/ix-dev/community/ipfs/Chart.yaml b/library/ix-dev/community/ipfs/Chart.yaml index 7c83f289e5..3993530f7e 100644 --- a/library/ix-dev/community/ipfs/Chart.yaml +++ b/library/ix-dev/community/ipfs/Chart.yaml @@ -4,9 +4,9 @@ description: Interplanetary Filesystem - the Web3 standard for content-addressin annotations: title: IPFS type: application -version: 1.0.38 +version: 1.0.39 apiVersion: v2 -appVersion: v0.30.0 +appVersion: v0.31.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/ipfs/values.yaml b/library/ix-dev/community/ipfs/values.yaml index 4c93c3c70f..8de2ab99c2 100644 --- a/library/ix-dev/community/ipfs/values.yaml +++ b/library/ix-dev/community/ipfs/values.yaml @@ -1,7 +1,7 @@ image: repository: ipfs/kubo pullPolicy: IfNotPresent - tag: v0.30.0 + tag: v0.31.0 resources: limits: cpu: 4000m diff --git a/library/ix-dev/community/jellyseerr/Chart.yaml b/library/ix-dev/community/jellyseerr/Chart.yaml index 0da570e177..5fc1b3dd4d 100644 --- a/library/ix-dev/community/jellyseerr/Chart.yaml +++ b/library/ix-dev/community/jellyseerr/Chart.yaml @@ -4,9 +4,9 @@ description: Jellyseerr is a free and open source software application for manag annotations: title: Jellyseerr type: application -version: 1.0.24 +version: 1.0.25 apiVersion: v2 -appVersion: 1.9.2 +appVersion: 2.0.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/jellyseerr/values.yaml b/library/ix-dev/community/jellyseerr/values.yaml index 3cc59e4937..de0c4ac420 100644 --- a/library/ix-dev/community/jellyseerr/values.yaml +++ b/library/ix-dev/community/jellyseerr/values.yaml @@ -1,7 +1,7 @@ image: repository: fallenbagel/jellyseerr pullPolicy: IfNotPresent - tag: 1.9.2 + tag: 2.0.1 resources: limits: diff --git a/library/ix-dev/community/komga/Chart.yaml b/library/ix-dev/community/komga/Chart.yaml index 9fc6deb0ae..fa6821f844 100644 --- a/library/ix-dev/community/komga/Chart.yaml +++ b/library/ix-dev/community/komga/Chart.yaml @@ -3,9 +3,9 @@ description: Komga is a free and open source comics/mangas server. annotations: title: Komga type: application -version: 1.2.16 +version: 1.2.17 apiVersion: v2 -appVersion: 1.14.0 +appVersion: 1.14.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/komga/values.yaml b/library/ix-dev/community/komga/values.yaml index 3bb9f2f470..737e4294ff 100644 --- a/library/ix-dev/community/komga/values.yaml +++ b/library/ix-dev/community/komga/values.yaml @@ -1,7 +1,7 @@ image: repository: gotson/komga pullPolicy: IfNotPresent - tag: 1.14.0 + tag: 1.14.1 resources: limits: diff --git a/library/ix-dev/community/minecraft/Chart.yaml b/library/ix-dev/community/minecraft/Chart.yaml index 1293937794..2ad956e25d 100644 --- a/library/ix-dev/community/minecraft/Chart.yaml +++ b/library/ix-dev/community/minecraft/Chart.yaml @@ -3,9 +3,9 @@ description: Minecraft is a sandbox game annotations: title: Minecraft type: application -version: 1.2.20 +version: 1.2.21 apiVersion: v2 -appVersion: 2024.10.1 +appVersion: 2024.10.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/minecraft/values.yaml b/library/ix-dev/community/minecraft/values.yaml index 410359ed62..75bff36060 100644 --- a/library/ix-dev/community/minecraft/values.yaml +++ b/library/ix-dev/community/minecraft/values.yaml @@ -1,23 +1,23 @@ j8Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.10.1-java8 + tag: 2024.10.2-java8 j8gceImage: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.10.1-java8-graalvm-ce + tag: 2024.10.2-java8-graalvm-ce j8j9Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.10.1-java8-openj9 + tag: 2024.10.2-java8-openj9 j8jdkImage: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.10.1-java8-jdk + tag: 2024.10.2-java8-jdk j11Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.10.0-java11 + tag: 2024.10.2-java11 j11j9Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent @@ -29,7 +29,7 @@ j11jdkImage: j17Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.10.0-java17 + tag: 2024.10.2-java17 j17j9Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent @@ -45,7 +45,7 @@ j17gceImage: j17alpineImage: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.10.0-java17-alpine + tag: 2024.10.2-java17-alpine j19Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent diff --git a/library/ix-dev/community/n8n/Chart.yaml b/library/ix-dev/community/n8n/Chart.yaml index 7520a88167..ee61867a47 100644 --- a/library/ix-dev/community/n8n/Chart.yaml +++ b/library/ix-dev/community/n8n/Chart.yaml @@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool. annotations: title: n8n type: application -version: 1.2.85 +version: 1.2.86 apiVersion: v2 -appVersion: 1.63.2 +appVersion: 1.64.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/n8n/values.yaml b/library/ix-dev/community/n8n/values.yaml index fad54421d3..8baf396f75 100644 --- a/library/ix-dev/community/n8n/values.yaml +++ b/library/ix-dev/community/n8n/values.yaml @@ -1,7 +1,7 @@ image: repository: n8nio/n8n pullPolicy: IfNotPresent - tag: 1.63.2 + tag: 1.64.0 resources: limits: diff --git a/library/ix-dev/community/nginx-proxy-manager/Chart.yaml b/library/ix-dev/community/nginx-proxy-manager/Chart.yaml index 9c32a55e79..f4c2267e5a 100644 --- a/library/ix-dev/community/nginx-proxy-manager/Chart.yaml +++ b/library/ix-dev/community/nginx-proxy-manager/Chart.yaml @@ -3,9 +3,9 @@ description: Expose your services easily and securely annotations: title: Nginx Proxy Manager type: application -version: 1.0.33 +version: 1.0.34 apiVersion: v2 -appVersion: 2.11.3 +appVersion: 2.12.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/nginx-proxy-manager/values.yaml b/library/ix-dev/community/nginx-proxy-manager/values.yaml index 6e494185fa..6bbdde5a4c 100644 --- a/library/ix-dev/community/nginx-proxy-manager/values.yaml +++ b/library/ix-dev/community/nginx-proxy-manager/values.yaml @@ -1,7 +1,7 @@ image: repository: jc21/nginx-proxy-manager pullPolicy: IfNotPresent - tag: 2.11.3 + tag: 2.12.1 resources: limits: cpu: 4000m diff --git a/library/ix-dev/community/omada-controller/Chart.yaml b/library/ix-dev/community/omada-controller/Chart.yaml index 7d9569dce9..4bf3339e4e 100644 --- a/library/ix-dev/community/omada-controller/Chart.yaml +++ b/library/ix-dev/community/omada-controller/Chart.yaml @@ -4,9 +4,9 @@ description: Omada Controller (TP-Link) is a network management controller for T annotations: title: Omada Controller type: application -version: 1.2.6 +version: 1.2.7 apiVersion: v2 -appVersion: 5.14.26.1 +appVersion: 5.14.32.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/omada-controller/values.yaml b/library/ix-dev/community/omada-controller/values.yaml index c93fa7f140..a619203a0d 100644 --- a/library/ix-dev/community/omada-controller/values.yaml +++ b/library/ix-dev/community/omada-controller/values.yaml @@ -1,7 +1,7 @@ image: repository: mbentley/omada-controller pullPolicy: IfNotPresent - tag: 5.14.26.1 + tag: 5.14.32.2 resources: limits: diff --git a/library/ix-dev/community/prowlarr/Chart.yaml b/library/ix-dev/community/prowlarr/Chart.yaml index 4a402e3ea7..cb86a9c623 100644 --- a/library/ix-dev/community/prowlarr/Chart.yaml +++ b/library/ix-dev/community/prowlarr/Chart.yaml @@ -4,9 +4,9 @@ description: Prowlarr is an indexer manager/proxy to integrate with your various annotations: title: Prowlarr type: application -version: 1.2.40 +version: 1.2.41 apiVersion: v2 -appVersion: 1.25.2.4794 +appVersion: 1.25.3.4815 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/prowlarr/values.yaml b/library/ix-dev/community/prowlarr/values.yaml index 1df7b67fce..16b4f235ef 100644 --- a/library/ix-dev/community/prowlarr/values.yaml +++ b/library/ix-dev/community/prowlarr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/onedr0p/prowlarr-develop pullPolicy: IfNotPresent - tag: 1.25.2.4794 + tag: 1.25.3.4815 resources: limits: diff --git a/library/ix-dev/community/searxng/Chart.yaml b/library/ix-dev/community/searxng/Chart.yaml index fe473dfbe5..8f706c2121 100644 --- a/library/ix-dev/community/searxng/Chart.yaml +++ b/library/ix-dev/community/searxng/Chart.yaml @@ -3,9 +3,9 @@ description: SearXNG is a privacy-respecting, hackable metasearch engine annotations: title: SearXNG type: application -version: 1.2.18 +version: 1.2.19 apiVersion: v2 -appVersion: 2023.12.31 +appVersion: 2024.10.19 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/searxng/values.yaml b/library/ix-dev/community/searxng/values.yaml index fd551e9ac8..840790b9ce 100644 --- a/library/ix-dev/community/searxng/values.yaml +++ b/library/ix-dev/community/searxng/values.yaml @@ -1,7 +1,7 @@ image: repository: searxng/searxng pullPolicy: IfNotPresent - tag: 2023.12.31-3535377c9 + tag: 2024.10.19-eeae3664c resources: limits: diff --git a/library/ix-dev/community/tailscale/Chart.yaml b/library/ix-dev/community/tailscale/Chart.yaml index fcfe81d6af..0e87bf390a 100644 --- a/library/ix-dev/community/tailscale/Chart.yaml +++ b/library/ix-dev/community/tailscale/Chart.yaml @@ -3,9 +3,9 @@ description: Secure remote access to shared resources annotations: title: Tailscale type: application -version: 1.0.46 +version: 1.0.47 apiVersion: v2 -appVersion: 1.74.1 +appVersion: 1.76.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/tailscale/values.yaml b/library/ix-dev/community/tailscale/values.yaml index b936842171..d3247385b7 100644 --- a/library/ix-dev/community/tailscale/values.yaml +++ b/library/ix-dev/community/tailscale/values.yaml @@ -1,7 +1,7 @@ image: repository: tailscale/tailscale pullPolicy: IfNotPresent - tag: v1.74.1 + tag: v1.76.1 resources: limits: diff --git a/library/ix-dev/community/tdarr/Chart.yaml b/library/ix-dev/community/tdarr/Chart.yaml index c422e589f7..8510f343c7 100644 --- a/library/ix-dev/community/tdarr/Chart.yaml +++ b/library/ix-dev/community/tdarr/Chart.yaml @@ -3,9 +3,9 @@ description: Tdarr is a Distributed Transcoding System annotations: title: Tdarr type: application -version: 1.2.15 +version: 1.2.16 apiVersion: v2 -appVersion: 2.26.1 +appVersion: 2.27.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/tdarr/values.yaml b/library/ix-dev/community/tdarr/values.yaml index d056e24dd3..f6ff356dbe 100644 --- a/library/ix-dev/community/tdarr/values.yaml +++ b/library/ix-dev/community/tdarr/values.yaml @@ -1,7 +1,7 @@ image: repository: haveagitgat/tdarr pullPolicy: IfNotPresent - tag: 2.26.01 + tag: 2.27.02 resources: limits: