From e84c3c3d0a7330555556d6118b4d2fc57a65b4fb Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:07:06 -0700 Subject: [PATCH] Upgraded catalog item(s) (#2647) This commit upgrades netdata, home-assistant, plex, prometheus, chia, metube, omada-controller, immich, jenkins, n8n catalog item(s). Co-authored-by: sonicaj --- library/ix-dev/charts/home-assistant/Chart.yaml | 4 ++-- library/ix-dev/charts/home-assistant/values.yaml | 2 +- library/ix-dev/charts/netdata/Chart.yaml | 4 ++-- library/ix-dev/charts/netdata/values.yaml | 2 +- library/ix-dev/charts/plex/Chart.yaml | 4 ++-- library/ix-dev/charts/plex/values.yaml | 2 +- library/ix-dev/charts/prometheus/Chart.yaml | 4 ++-- library/ix-dev/charts/prometheus/values.yaml | 2 +- library/ix-dev/community/chia/Chart.yaml | 4 ++-- library/ix-dev/community/chia/values.yaml | 2 +- library/ix-dev/community/immich/Chart.yaml | 4 ++-- library/ix-dev/community/immich/values.yaml | 8 ++++---- library/ix-dev/community/jenkins/Chart.yaml | 4 ++-- library/ix-dev/community/jenkins/values.yaml | 2 +- library/ix-dev/community/metube/Chart.yaml | 4 ++-- library/ix-dev/community/metube/values.yaml | 2 +- library/ix-dev/community/n8n/Chart.yaml | 4 ++-- library/ix-dev/community/n8n/values.yaml | 2 +- library/ix-dev/community/omada-controller/Chart.yaml | 7 ++++--- library/ix-dev/community/omada-controller/values.yaml | 2 +- 20 files changed, 35 insertions(+), 34 deletions(-) diff --git a/library/ix-dev/charts/home-assistant/Chart.yaml b/library/ix-dev/charts/home-assistant/Chart.yaml index aacf3d0929..83659b55c7 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.33 +version: 2.0.34 apiVersion: v2 -appVersion: 2024.7.1 +appVersion: 2024.7.2 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 7cd4f2ae74..1088aa8608 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.7.1 + tag: 2024.7.2 # Keep using the same image # as before the migration diff --git a/library/ix-dev/charts/netdata/Chart.yaml b/library/ix-dev/charts/netdata/Chart.yaml index a940436fc5..7b12840fde 100644 --- a/library/ix-dev/charts/netdata/Chart.yaml +++ b/library/ix-dev/charts/netdata/Chart.yaml @@ -3,9 +3,9 @@ description: Real-time performance monitoring, done right! annotations: title: Netdata type: application -version: 2.0.12 +version: 2.0.13 apiVersion: v2 -appVersion: v1.46.1 +appVersion: v1.46.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/netdata/values.yaml b/library/ix-dev/charts/netdata/values.yaml index 4f4b260fe7..4d8da5b3a0 100644 --- a/library/ix-dev/charts/netdata/values.yaml +++ b/library/ix-dev/charts/netdata/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: netdata/netdata - tag: v1.46.1 + tag: v1.46.2 resources: limits: diff --git a/library/ix-dev/charts/plex/Chart.yaml b/library/ix-dev/charts/plex/Chart.yaml index de39caee20..9fa99cff08 100644 --- a/library/ix-dev/charts/plex/Chart.yaml +++ b/library/ix-dev/charts/plex/Chart.yaml @@ -4,9 +4,9 @@ description: Plex is a media server that allows you to stream your media to any annotations: title: Plex type: application -version: 2.0.8 +version: 2.0.9 apiVersion: v2 -appVersion: 1.40.3.8555 +appVersion: 1.40.4.8679 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/plex/values.yaml b/library/ix-dev/charts/plex/values.yaml index de5ca24c38..a2ae881075 100644 --- a/library/ix-dev/charts/plex/values.yaml +++ b/library/ix-dev/charts/plex/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.40.3.8555-fef15d30c + tag: 1.40.4.8679-424562606 plexPassImage: pullPolicy: IfNotPresent repository: plexinc/pms-docker diff --git a/library/ix-dev/charts/prometheus/Chart.yaml b/library/ix-dev/charts/prometheus/Chart.yaml index d5dbf5e635..42c27eeef7 100644 --- a/library/ix-dev/charts/prometheus/Chart.yaml +++ b/library/ix-dev/charts/prometheus/Chart.yaml @@ -3,9 +3,9 @@ description: The Prometheus monitoring system and time series database. annotations: title: Prometheus type: application -version: 1.1.16 +version: 1.1.17 apiVersion: v2 -appVersion: v2.53.0 +appVersion: v2.53.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/prometheus/values.yaml b/library/ix-dev/charts/prometheus/values.yaml index 161756c996..f9837ebe98 100644 --- a/library/ix-dev/charts/prometheus/values.yaml +++ b/library/ix-dev/charts/prometheus/values.yaml @@ -1,7 +1,7 @@ image: repository: prom/prometheus pullPolicy: IfNotPresent - tag: v2.53.0 + tag: v2.53.1 resources: limits: diff --git a/library/ix-dev/community/chia/Chart.yaml b/library/ix-dev/community/chia/Chart.yaml index 1818d78370..0994ca5230 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.38 +version: 1.0.39 apiVersion: v2 -appVersion: 2.4.1 +appVersion: 2.4.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 23d17a0ce8..18a25f9882 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.1 + tag: 2.4.2 pullPolicy: IfNotPresent resources: limits: diff --git a/library/ix-dev/community/immich/Chart.yaml b/library/ix-dev/community/immich/Chart.yaml index 38ee27f3c8..3758eb5b6c 100644 --- a/library/ix-dev/community/immich/Chart.yaml +++ b/library/ix-dev/community/immich/Chart.yaml @@ -4,9 +4,9 @@ description: Immich is a self-hosted photo and video backup solution directly fr annotations: title: Immich type: application -version: 4.0.5 +version: 4.0.6 apiVersion: v2 -appVersion: 1.107.2 +appVersion: 1.108.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/immich/values.yaml b/library/ix-dev/community/immich/values.yaml index d441af9959..8468218015 100644 --- a/library/ix-dev/community/immich/values.yaml +++ b/library/ix-dev/community/immich/values.yaml @@ -1,22 +1,22 @@ image: repository: altran1502/immich-server pullPolicy: IfNotPresent - tag: v1.107.2 + tag: v1.108.0 mlImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.107.2 + tag: v1.108.0 mlCudaImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.107.2-cuda + tag: v1.108.0-cuda mlOpenvinoImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.107.2-openvino + tag: v1.108.0-openvino pgvectorImage: repository: tensorchord/pgvecto-rs diff --git a/library/ix-dev/community/jenkins/Chart.yaml b/library/ix-dev/community/jenkins/Chart.yaml index 5419586a8e..a6b736fdae 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.2.11 +version: 1.2.12 apiVersion: v2 -appVersion: 2.452.2 +appVersion: 2.452.3 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 0f415614df..bd59c173fa 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.452.2-jdk17 + tag: 2.452.3-jdk17 resources: limits: diff --git a/library/ix-dev/community/metube/Chart.yaml b/library/ix-dev/community/metube/Chart.yaml index 7edaacc763..7d898232e3 100644 --- a/library/ix-dev/community/metube/Chart.yaml +++ b/library/ix-dev/community/metube/Chart.yaml @@ -4,9 +4,9 @@ description: MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with pla annotations: title: MeTube type: application -version: 1.2.23 +version: 1.2.24 apiVersion: v2 -appVersion: '2024-07-09' +appVersion: '2024-07-10' kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/metube/values.yaml b/library/ix-dev/community/metube/values.yaml index 9e7c3d05ae..3903834f7a 100644 --- a/library/ix-dev/community/metube/values.yaml +++ b/library/ix-dev/community/metube/values.yaml @@ -1,7 +1,7 @@ image: repository: alexta69/metube pullPolicy: IfNotPresent - tag: '2024-07-09' + tag: '2024-07-10' resources: limits: diff --git a/library/ix-dev/community/n8n/Chart.yaml b/library/ix-dev/community/n8n/Chart.yaml index 3ae79f34c7..06b2031830 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.58 +version: 1.2.59 apiVersion: v2 -appVersion: 1.49.0 +appVersion: 1.50.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 64d3e62838..386b5c1ad8 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.49.0 + tag: 1.50.0 resources: limits: diff --git a/library/ix-dev/community/omada-controller/Chart.yaml b/library/ix-dev/community/omada-controller/Chart.yaml index 10e1ed80e0..0fce37adc0 100644 --- a/library/ix-dev/community/omada-controller/Chart.yaml +++ b/library/ix-dev/community/omada-controller/Chart.yaml @@ -1,11 +1,12 @@ name: omada-controller -description: Omada Controller (TP-Link) is a network management controller for TP-Link Omada Equipment. +description: Omada Controller (TP-Link) is a network management controller for TP-Link + Omada Equipment. annotations: title: Omada Controller type: application -version: 1.2.3 +version: 1.2.4 apiVersion: v2 -appVersion: '5.13' +appVersion: '5.14' 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 4f6198aa88..c47999311c 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.13' + tag: '5.14' resources: limits: