From e03065a7fcfd4dc5ebf73e0549101f37d7b30436 Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Wed, 5 Jul 2023 04:35:46 -0300 Subject: [PATCH] Upgraded catalog item(s) (#1328) This commit upgrades elastic-search, syncthing, chia, adguard-home, radarr, ipfs, jenkins catalog item(s). Co-authored-by: sonicaj --- library/ix-dev/charts/elastic-search/Chart.yaml | 7 ++++--- library/ix-dev/charts/elastic-search/values.yaml | 2 +- library/ix-dev/charts/syncthing/Chart.yaml | 4 ++-- library/ix-dev/charts/syncthing/values.yaml | 2 +- library/ix-dev/community/adguard-home/Chart.yaml | 7 ++++--- library/ix-dev/community/adguard-home/values.yaml | 2 +- library/ix-dev/community/chia/Chart.yaml | 7 ++++--- library/ix-dev/community/chia/values.yaml | 2 +- library/ix-dev/community/ipfs/Chart.yaml | 7 ++++--- library/ix-dev/community/ipfs/values.yaml | 2 +- library/ix-dev/community/jenkins/Chart.yaml | 4 ++-- library/ix-dev/community/jenkins/values.yaml | 2 +- library/ix-dev/community/radarr/Chart.yaml | 4 ++-- library/ix-dev/community/radarr/values.yaml | 2 +- 14 files changed, 29 insertions(+), 25 deletions(-) diff --git a/library/ix-dev/charts/elastic-search/Chart.yaml b/library/ix-dev/charts/elastic-search/Chart.yaml index aae1aeb1b6..40a7ca7e2f 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.0.11 +version: 1.0.12 apiVersion: v2 -appVersion: 8.8.1 +appVersion: 8.8.2 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 6dee75bdae..2580f41250 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.8.1 + tag: 8.8.2 resources: limits: diff --git a/library/ix-dev/charts/syncthing/Chart.yaml b/library/ix-dev/charts/syncthing/Chart.yaml index f07fe11bf4..702de5d7cc 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: 1.0.30 +version: 1.0.31 apiVersion: v2 -appVersion: 1.23.5 +appVersion: 1.23.6 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 ce8de1c7b7..e7e5dee2e5 100644 --- a/library/ix-dev/charts/syncthing/values.yaml +++ b/library/ix-dev/charts/syncthing/values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: syncthing/syncthing - tag: 1.23.5 + tag: 1.23.6 diff --git a/library/ix-dev/community/adguard-home/Chart.yaml b/library/ix-dev/community/adguard-home/Chart.yaml index de72d0ecf0..9c03945eb9 100644 --- a/library/ix-dev/community/adguard-home/Chart.yaml +++ b/library/ix-dev/community/adguard-home/Chart.yaml @@ -1,11 +1,12 @@ name: adguard-home -description: Free and open source, powerful network-wide ads & trackers blocking DNS server. +description: Free and open source, powerful network-wide ads & trackers blocking DNS + server. annotations: title: AdGuard Home type: application -version: 1.0.10 +version: 1.0.11 apiVersion: v2 -appVersion: 0.107.32 +appVersion: 0.107.33 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/adguard-home/values.yaml b/library/ix-dev/community/adguard-home/values.yaml index f5af20bab0..db5d594457 100644 --- a/library/ix-dev/community/adguard-home/values.yaml +++ b/library/ix-dev/community/adguard-home/values.yaml @@ -1,6 +1,6 @@ image: repository: adguard/adguardhome - tag: v0.107.32 + tag: v0.107.33 pullPolicy: IfNotPresent resources: diff --git a/library/ix-dev/community/chia/Chart.yaml b/library/ix-dev/community/chia/Chart.yaml index c3ad8d94df..f072901e96 100644 --- a/library/ix-dev/community/chia/Chart.yaml +++ b/library/ix-dev/community/chia/Chart.yaml @@ -1,11 +1,12 @@ name: chia -description: Chia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. +description: Chia is a modern cryptocurrency built from scratch, designed to be efficient, + decentralized, and secure. annotations: title: Chia type: application -version: 1.0.12 +version: 1.0.13 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/chia/values.yaml b/library/ix-dev/community/chia/values.yaml index 03264f7273..2bdd571cf5 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: 1.8.1 + tag: 1.8.2 pullPolicy: IfNotPresent resources: limits: diff --git a/library/ix-dev/community/ipfs/Chart.yaml b/library/ix-dev/community/ipfs/Chart.yaml index cd5c30b978..e92ccb9d8a 100644 --- a/library/ix-dev/community/ipfs/Chart.yaml +++ b/library/ix-dev/community/ipfs/Chart.yaml @@ -1,11 +1,12 @@ name: ipfs -description: Interplanetary Filesystem - the Web3 standard for content-addressing, interoperable with HTTP +description: Interplanetary Filesystem - the Web3 standard for content-addressing, + interoperable with HTTP annotations: title: IPFS type: application -version: 1.0.14 +version: 1.0.15 apiVersion: v2 -appVersion: v0.20.0 +appVersion: v0.21.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 1dc1f2279b..1427c27be8 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.20.0 + tag: v0.21.0 resources: limits: cpu: 4000m diff --git a/library/ix-dev/community/jenkins/Chart.yaml b/library/ix-dev/community/jenkins/Chart.yaml index c534d3fa50..8eba1a26bf 100644 --- a/library/ix-dev/community/jenkins/Chart.yaml +++ b/library/ix-dev/community/jenkins/Chart.yaml @@ -3,9 +3,9 @@ description: Jenkins is a leading open source automation server, annotations: title: Jenkins type: application -version: 1.0.2 +version: 1.0.3 apiVersion: v2 -appVersion: '2.401.1' +appVersion: 2.401.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/jenkins/values.yaml b/library/ix-dev/community/jenkins/values.yaml index ceb22ff439..b89bda93de 100644 --- a/library/ix-dev/community/jenkins/values.yaml +++ b/library/ix-dev/community/jenkins/values.yaml @@ -1,7 +1,7 @@ image: repository: jenkins/jenkins pullPolicy: IfNotPresent - tag: '2.401.1-jdk17' + tag: 2.401.2-jdk17 resources: limits: diff --git a/library/ix-dev/community/radarr/Chart.yaml b/library/ix-dev/community/radarr/Chart.yaml index 986b5c8d55..f5d385c33c 100644 --- a/library/ix-dev/community/radarr/Chart.yaml +++ b/library/ix-dev/community/radarr/Chart.yaml @@ -3,9 +3,9 @@ description: Radarr is a movie collection manager for Usenet and BitTorrent user annotations: title: Radarr type: application -version: 1.0.14 +version: 1.0.15 apiVersion: v2 -appVersion: 4.5.2.7388 +appVersion: 4.6.4.7568 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/radarr/values.yaml b/library/ix-dev/community/radarr/values.yaml index 46da24f066..9c2c445be9 100644 --- a/library/ix-dev/community/radarr/values.yaml +++ b/library/ix-dev/community/radarr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/onedr0p/radarr pullPolicy: IfNotPresent - tag: 4.5.2.7388 + tag: 4.6.4.7568 resources: limits: