From 0f2b5c8d8de275cdeba9742a39a627e1f41e52ce Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:01:27 -0300 Subject: [PATCH] Upgraded catalog item(s) (#2049) * Upgraded catalog item(s) This commit upgrades elastic-search, gitea, qbittorrent, cloudflared, drawio, castopod, n8n catalog item(s). * undo n8n for now --------- Co-authored-by: sonicaj Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- library/ix-dev/charts/elastic-search/Chart.yaml | 7 ++++--- library/ix-dev/charts/elastic-search/values.yaml | 2 +- library/ix-dev/community/castopod/Chart.yaml | 4 ++-- library/ix-dev/community/castopod/values.yaml | 4 ++-- library/ix-dev/community/cloudflared/Chart.yaml | 7 ++++--- library/ix-dev/community/cloudflared/values.yaml | 2 +- library/ix-dev/community/drawio/Chart.yaml | 4 ++-- library/ix-dev/community/drawio/values.yaml | 2 +- library/ix-dev/community/gitea/Chart.yaml | 4 ++-- library/ix-dev/community/gitea/values.yaml | 2 +- library/ix-dev/community/qbittorrent/Chart.yaml | 7 ++++--- library/ix-dev/community/qbittorrent/values.yaml | 2 +- 12 files changed, 25 insertions(+), 22 deletions(-) diff --git a/library/ix-dev/charts/elastic-search/Chart.yaml b/library/ix-dev/charts/elastic-search/Chart.yaml index b23da13be0..a28548ddda 100644 --- a/library/ix-dev/charts/elastic-search/Chart.yaml +++ b/library/ix-dev/charts/elastic-search/Chart.yaml @@ -1,11 +1,12 @@ name: elastic-search -description: Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the Elastic Stack. +description: Elasticsearch is the distributed, RESTful search and analytics engine + at the heart of the Elastic Stack. annotations: title: Elastic Search type: application -version: 1.1.9 +version: 1.1.10 apiVersion: v2 -appVersion: 8.11.4 +appVersion: 8.12.0 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 545b2e44d6..f8c0914b2a 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.11.4 + tag: 8.12.0 resources: limits: diff --git a/library/ix-dev/community/castopod/Chart.yaml b/library/ix-dev/community/castopod/Chart.yaml index 66c05d62ea..50013ef2b4 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.7 +version: 1.2.8 apiVersion: v2 -appVersion: 1.8.1 +appVersion: 1.8.2 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 28c0d80082..eb051a2ade 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.8.1 + tag: 1.8.2 webImage: repository: castopod/web-server pullPolicy: IfNotPresent - tag: 1.8.1 + tag: 1.8.2 resources: limits: diff --git a/library/ix-dev/community/cloudflared/Chart.yaml b/library/ix-dev/community/cloudflared/Chart.yaml index 45c8361783..68738d1f96 100644 --- a/library/ix-dev/community/cloudflared/Chart.yaml +++ b/library/ix-dev/community/cloudflared/Chart.yaml @@ -1,11 +1,12 @@ name: cloudflared -description: Cloudflared is a client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. +description: Cloudflared is a client for Cloudflare Tunnel, a daemon that exposes + private services through the Cloudflare edge. annotations: title: Cloudflared type: application -version: 1.2.4 +version: 1.2.5 apiVersion: v2 -appVersion: 2024.1.2 +appVersion: 2024.1.3 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/cloudflared/values.yaml b/library/ix-dev/community/cloudflared/values.yaml index 662e442aac..46ae655885 100644 --- a/library/ix-dev/community/cloudflared/values.yaml +++ b/library/ix-dev/community/cloudflared/values.yaml @@ -1,7 +1,7 @@ image: repository: cloudflare/cloudflared pullPolicy: IfNotPresent - tag: 2024.1.2 + tag: 2024.1.3 ci: false diff --git a/library/ix-dev/community/drawio/Chart.yaml b/library/ix-dev/community/drawio/Chart.yaml index dc208c1da5..e914adb031 100644 --- a/library/ix-dev/community/drawio/Chart.yaml +++ b/library/ix-dev/community/drawio/Chart.yaml @@ -3,9 +3,9 @@ description: Draw.io is a whiteboarding / diagramming software application. annotations: title: Draw.IO type: application -version: 1.2.9 +version: 1.2.10 apiVersion: v2 -appVersion: 22.1.19 +appVersion: 22.1.21 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/drawio/values.yaml b/library/ix-dev/community/drawio/values.yaml index 683742a24b..2b0a66273d 100644 --- a/library/ix-dev/community/drawio/values.yaml +++ b/library/ix-dev/community/drawio/values.yaml @@ -1,7 +1,7 @@ image: repository: jgraph/drawio pullPolicy: IfNotPresent - tag: 22.1.19 + tag: 22.1.21 resources: limits: diff --git a/library/ix-dev/community/gitea/Chart.yaml b/library/ix-dev/community/gitea/Chart.yaml index 63b7403e07..2491d0169a 100644 --- a/library/ix-dev/community/gitea/Chart.yaml +++ b/library/ix-dev/community/gitea/Chart.yaml @@ -3,9 +3,9 @@ description: Gitea - Git with a cup of tea annotations: title: Gitea type: application -version: 1.1.10 +version: 1.1.11 apiVersion: v2 -appVersion: 1.21.3 +appVersion: 1.21.4 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/gitea/values.yaml b/library/ix-dev/community/gitea/values.yaml index 10eaae875a..b0f9a9968b 100644 --- a/library/ix-dev/community/gitea/values.yaml +++ b/library/ix-dev/community/gitea/values.yaml @@ -1,7 +1,7 @@ image: repository: gitea/gitea pullPolicy: IfNotPresent - tag: 1.21.3-rootless + tag: 1.21.4-rootless resources: limits: diff --git a/library/ix-dev/community/qbittorrent/Chart.yaml b/library/ix-dev/community/qbittorrent/Chart.yaml index e3311487d2..5e6fd70c2f 100644 --- a/library/ix-dev/community/qbittorrent/Chart.yaml +++ b/library/ix-dev/community/qbittorrent/Chart.yaml @@ -1,11 +1,12 @@ name: qbittorrent -description: The qBittorrent project aims to provide an open-source software alternative to µTorrent. +description: The qBittorrent project aims to provide an open-source software alternative + to µTorrent. annotations: title: qBittorrent type: application -version: 1.2.7 +version: 1.2.8 apiVersion: v2 -appVersion: 4.6.2 +appVersion: 4.6.3 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/qbittorrent/values.yaml b/library/ix-dev/community/qbittorrent/values.yaml index 3a7a3f297b..968f3069e7 100644 --- a/library/ix-dev/community/qbittorrent/values.yaml +++ b/library/ix-dev/community/qbittorrent/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/onedr0p/qbittorrent pullPolicy: IfNotPresent - tag: 4.6.2 + tag: 4.6.3 resources: limits: