From 0d05cc09e6aaf37393083f94bfccbd04e8364fcc Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Fri, 3 Jan 2025 05:04:25 -0800 Subject: [PATCH] Upgraded catalog item(s) (#3032) * Upgraded catalog item(s) This commit upgrades prometheus, immich, komga, odoo catalog item(s). * revert 2 aps --------- Co-authored-by: sonicaj Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- library/ix-dev/charts/prometheus/Chart.yaml | 4 ++-- library/ix-dev/charts/prometheus/values.yaml | 2 +- .../immich/{upgrade_strategy => disable_upgrade_strategy} | 0 library/ix-dev/community/komga/Chart.yaml | 4 ++-- library/ix-dev/community/komga/values.yaml | 2 +- .../odoo/{upgrade_strategy => disable_upgrade_strategy} | 0 6 files changed, 6 insertions(+), 6 deletions(-) rename library/ix-dev/community/immich/{upgrade_strategy => disable_upgrade_strategy} (100%) mode change 100755 => 100644 rename library/ix-dev/community/odoo/{upgrade_strategy => disable_upgrade_strategy} (100%) mode change 100755 => 100644 diff --git a/library/ix-dev/charts/prometheus/Chart.yaml b/library/ix-dev/charts/prometheus/Chart.yaml index 9cbd6aa38e..5cdfdef1f2 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.23 +version: 1.1.24 apiVersion: v2 -appVersion: v3.0.1 +appVersion: v3.1.0 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 ad24e498ff..cffeb1c19e 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: v3.0.1 + tag: v3.1.0 resources: limits: diff --git a/library/ix-dev/community/immich/upgrade_strategy b/library/ix-dev/community/immich/disable_upgrade_strategy old mode 100755 new mode 100644 similarity index 100% rename from library/ix-dev/community/immich/upgrade_strategy rename to library/ix-dev/community/immich/disable_upgrade_strategy diff --git a/library/ix-dev/community/komga/Chart.yaml b/library/ix-dev/community/komga/Chart.yaml index 1e01915075..b4ebe629ee 100644 --- a/library/ix-dev/community/komga/Chart.yaml +++ b/library/ix-dev/community/komga/Chart.yaml @@ -3,9 +3,9 @@ description: Komga is a free and open source comics/mangas server. annotations: title: Komga type: application -version: 1.2.19 +version: 1.2.20 apiVersion: v2 -appVersion: 1.15.1 +appVersion: 1.16.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/komga/values.yaml b/library/ix-dev/community/komga/values.yaml index daa4332356..773dd514e6 100644 --- a/library/ix-dev/community/komga/values.yaml +++ b/library/ix-dev/community/komga/values.yaml @@ -1,7 +1,7 @@ image: repository: gotson/komga pullPolicy: IfNotPresent - tag: 1.15.1 + tag: 1.16.0 resources: limits: diff --git a/library/ix-dev/community/odoo/upgrade_strategy b/library/ix-dev/community/odoo/disable_upgrade_strategy old mode 100755 new mode 100644 similarity index 100% rename from library/ix-dev/community/odoo/upgrade_strategy rename to library/ix-dev/community/odoo/disable_upgrade_strategy