From 81bdec29e55f393b76b3153b22fc4f253b9918e8 Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Tue, 16 Jul 2024 02:18:40 -0700 Subject: [PATCH] Upgraded catalog item(s) (#2661) This commit upgrades minecraft, sonarr, piwigo, planka catalog item(s). Co-authored-by: sonicaj --- library/ix-dev/community/minecraft/Chart.yaml | 4 ++-- library/ix-dev/community/minecraft/values.yaml | 14 +++++++------- library/ix-dev/community/piwigo/Chart.yaml | 4 ++-- library/ix-dev/community/piwigo/values.yaml | 2 +- library/ix-dev/community/planka/Chart.yaml | 4 ++-- library/ix-dev/community/planka/values.yaml | 2 +- library/ix-dev/community/sonarr/Chart.yaml | 4 ++-- library/ix-dev/community/sonarr/values.yaml | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/library/ix-dev/community/minecraft/Chart.yaml b/library/ix-dev/community/minecraft/Chart.yaml index 72ee2eeaba..f61a4af98a 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.14 +version: 1.2.15 apiVersion: v2 -appVersion: 2024.6.1 +appVersion: 2024.7.0 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 d25ea0a525..c165bb1b46 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.6.1-java8 + tag: 2024.7.0-java8 j8gceImage: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.6.1-java8-graalvm-ce + tag: 2024.7.0-java8-graalvm-ce j8j9Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.6.1-java8-openj9 + tag: 2024.7.0-java8-openj9 j8jdkImage: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.6.1-java8-jdk + tag: 2024.7.0-java8-jdk j11Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.6.0-java11 + tag: 2024.7.0-java11 j11j9Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent @@ -29,7 +29,7 @@ j11jdkImage: j17Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.6.0-java17 + tag: 2024.7.0-java17 j17j9Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent @@ -45,7 +45,7 @@ j17gceImage: j17alpineImage: repository: itzg/minecraft-server pullPolicy: IfNotPresent - tag: 2024.6.0-java17-alpine + tag: 2024.7.0-java17-alpine j19Image: repository: itzg/minecraft-server pullPolicy: IfNotPresent diff --git a/library/ix-dev/community/piwigo/Chart.yaml b/library/ix-dev/community/piwigo/Chart.yaml index a298929ec8..0859d36db8 100644 --- a/library/ix-dev/community/piwigo/Chart.yaml +++ b/library/ix-dev/community/piwigo/Chart.yaml @@ -4,9 +4,9 @@ description: Piwigo is a photo gallery software for the web that comes with powe annotations: title: Piwigo type: application -version: 1.2.6 +version: 1.2.7 apiVersion: v2 -appVersion: 14.4.0 +appVersion: 14.5.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/piwigo/values.yaml b/library/ix-dev/community/piwigo/values.yaml index 0993737665..9cecaa946f 100644 --- a/library/ix-dev/community/piwigo/values.yaml +++ b/library/ix-dev/community/piwigo/values.yaml @@ -1,7 +1,7 @@ image: repository: linuxserver/piwigo pullPolicy: IfNotPresent - tag: 14.4.0 + tag: 14.5.0 resources: limits: diff --git a/library/ix-dev/community/planka/Chart.yaml b/library/ix-dev/community/planka/Chart.yaml index 29bcea0e06..4b3643473e 100644 --- a/library/ix-dev/community/planka/Chart.yaml +++ b/library/ix-dev/community/planka/Chart.yaml @@ -3,9 +3,9 @@ description: Planka is an Elegant open source project tracking annotations: title: Planka type: application -version: 1.2.28 +version: 1.2.29 apiVersion: v2 -appVersion: 1.19.1 +appVersion: 1.19.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/planka/values.yaml b/library/ix-dev/community/planka/values.yaml index 3187f810cd..ec7c2e3623 100644 --- a/library/ix-dev/community/planka/values.yaml +++ b/library/ix-dev/community/planka/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/plankanban/planka pullPolicy: IfNotPresent - tag: 1.19.1 + tag: 1.19.2 resources: limits: diff --git a/library/ix-dev/community/sonarr/Chart.yaml b/library/ix-dev/community/sonarr/Chart.yaml index 2f2b622b78..5fad48dd8f 100644 --- a/library/ix-dev/community/sonarr/Chart.yaml +++ b/library/ix-dev/community/sonarr/Chart.yaml @@ -3,9 +3,9 @@ description: Sonarr is a PVR for Usenet and BitTorrent users. annotations: title: Sonarr type: application -version: 1.2.16 +version: 1.2.17 apiVersion: v2 -appVersion: 4.0.6.1805 +appVersion: 4.0.7.1863 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/sonarr/values.yaml b/library/ix-dev/community/sonarr/values.yaml index 59f185be31..2683eb86ae 100644 --- a/library/ix-dev/community/sonarr/values.yaml +++ b/library/ix-dev/community/sonarr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/onedr0p/sonarr pullPolicy: IfNotPresent - tag: 4.0.6.1805 + tag: 4.0.7.1863 resources: limits: