From 3c1b6076b8f1864adae52509d060d288dbb8941b Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:38:27 -0300 Subject: [PATCH] Upgraded catalog item(s) (#2093) * Upgraded catalog item(s) This commit upgrades collabora, mealie, metube, linkding, tiny-media-manager, homepage, n8n, unifi-protect-backup catalog item(s). * untouch apps --------- Co-authored-by: sonicaj Co-authored-by: Stavros kois --- library/ix-dev/charts/collabora/Chart.yaml | 4 ++-- library/ix-dev/charts/collabora/values.yaml | 2 +- library/ix-dev/community/homepage/Chart.yaml | 4 ++-- library/ix-dev/community/homepage/values.yaml | 2 +- library/ix-dev/community/linkding/Chart.yaml | 4 ++-- library/ix-dev/community/linkding/values.yaml | 2 +- library/ix-dev/community/mealie/Chart.yaml | 4 ++-- library/ix-dev/community/mealie/values.yaml | 2 +- library/ix-dev/community/metube/Chart.yaml | 7 ++++--- library/ix-dev/community/metube/values.yaml | 2 +- library/ix-dev/community/unifi-protect-backup/Chart.yaml | 7 ++++--- library/ix-dev/community/unifi-protect-backup/values.yaml | 2 +- 12 files changed, 22 insertions(+), 20 deletions(-) diff --git a/library/ix-dev/charts/collabora/Chart.yaml b/library/ix-dev/charts/collabora/Chart.yaml index 7fbbd1f71b..8009124765 100644 --- a/library/ix-dev/charts/collabora/Chart.yaml +++ b/library/ix-dev/charts/collabora/Chart.yaml @@ -5,9 +5,9 @@ description: | annotations: title: Collabora type: application -version: 1.2.28 +version: 1.2.29 apiVersion: v2 -appVersion: 23.05.7.5.1 +appVersion: 23.05.8.2.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/collabora/values.yaml b/library/ix-dev/charts/collabora/values.yaml index b08ab22dd9..b313e40562 100644 --- a/library/ix-dev/charts/collabora/values.yaml +++ b/library/ix-dev/charts/collabora/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: collabora/code - tag: 23.05.7.5.1 + tag: 23.05.8.2.1 nginx: image: pullPolicy: IfNotPresent diff --git a/library/ix-dev/community/homepage/Chart.yaml b/library/ix-dev/community/homepage/Chart.yaml index 6f45ac2351..aebb8d8629 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.5 +version: 1.2.6 apiVersion: v2 -appVersion: 0.8.6 +appVersion: 0.8.7 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 c59570f7fd..a96d1ccbed 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.8.6 + tag: v0.8.7 resources: limits: diff --git a/library/ix-dev/community/linkding/Chart.yaml b/library/ix-dev/community/linkding/Chart.yaml index 7ca34b885c..cf7305af5e 100644 --- a/library/ix-dev/community/linkding/Chart.yaml +++ b/library/ix-dev/community/linkding/Chart.yaml @@ -3,9 +3,9 @@ description: Linkding is a bookmark manager that you can host yourself. annotations: title: Linkding type: application -version: 1.2.9 +version: 1.2.10 apiVersion: v2 -appVersion: 1.23.1 +appVersion: 1.24.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/linkding/values.yaml b/library/ix-dev/community/linkding/values.yaml index 13213fe950..22d6258e59 100644 --- a/library/ix-dev/community/linkding/values.yaml +++ b/library/ix-dev/community/linkding/values.yaml @@ -1,7 +1,7 @@ image: repository: sissbruecker/linkding pullPolicy: IfNotPresent - tag: 1.23.1 + tag: 1.24.0 resources: limits: diff --git a/library/ix-dev/community/mealie/Chart.yaml b/library/ix-dev/community/mealie/Chart.yaml index 6d81fd2aa8..223df196a5 100644 --- a/library/ix-dev/community/mealie/Chart.yaml +++ b/library/ix-dev/community/mealie/Chart.yaml @@ -3,9 +3,9 @@ description: Mealie is a self-hosted recipe manager and meal planner annotations: title: Mealie type: application -version: 1.0.8 +version: 1.0.9 apiVersion: v2 -appVersion: 1.0.0 +appVersion: 1.1.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/mealie/values.yaml b/library/ix-dev/community/mealie/values.yaml index c6fa59c56a..b262f31adb 100644 --- a/library/ix-dev/community/mealie/values.yaml +++ b/library/ix-dev/community/mealie/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/mealie-recipes/mealie pullPolicy: IfNotPresent - tag: v1.0.0 + tag: v1.1.0 resources: limits: diff --git a/library/ix-dev/community/metube/Chart.yaml b/library/ix-dev/community/metube/Chart.yaml index c41453133c..2bb34be5fa 100644 --- a/library/ix-dev/community/metube/Chart.yaml +++ b/library/ix-dev/community/metube/Chart.yaml @@ -1,11 +1,12 @@ name: metube -description: MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with playlist support. +description: MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with playlist + support. annotations: title: MeTube type: application -version: 1.2.7 +version: 1.2.8 apiVersion: v2 -appVersion: '2024-01-05' +appVersion: '2024-01-26' 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 ec1f936395..c157020e68 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-01-05' + tag: '2024-01-26' resources: limits: diff --git a/library/ix-dev/community/unifi-protect-backup/Chart.yaml b/library/ix-dev/community/unifi-protect-backup/Chart.yaml index 294fe31cef..1c7e1e782e 100644 --- a/library/ix-dev/community/unifi-protect-backup/Chart.yaml +++ b/library/ix-dev/community/unifi-protect-backup/Chart.yaml @@ -1,11 +1,12 @@ name: unifi-protect-backup -description: Unifi Protect Backup is a python based tool for backing up UniFi Protect event clips as they occur. +description: Unifi Protect Backup is a python based tool for backing up UniFi Protect + event clips as they occur. annotations: title: Unifi Protect Backup type: application -version: 1.2.3 +version: 1.2.4 apiVersion: v2 -appVersion: 0.10.3 +appVersion: 0.10.4 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/unifi-protect-backup/values.yaml b/library/ix-dev/community/unifi-protect-backup/values.yaml index 7edc75e037..a9d4d1810e 100644 --- a/library/ix-dev/community/unifi-protect-backup/values.yaml +++ b/library/ix-dev/community/unifi-protect-backup/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/ep1cman/unifi-protect-backup pullPolicy: IfNotPresent - tag: 0.10.3 + tag: 0.10.4 resources: limits: