From 4a7fdccc8c649af0c039513f7520b9bb2a648a8e Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:47:47 +0200 Subject: [PATCH] revert apps with breaking changes --- library/ix-dev/community/immich/Chart.yaml | 4 ++-- library/ix-dev/community/immich/values.yaml | 8 ++++---- library/ix-dev/community/odoo/Chart.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/library/ix-dev/community/immich/Chart.yaml b/library/ix-dev/community/immich/Chart.yaml index 25a4acbb58e..8475adbaffb 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.24 +version: 4.0.23 apiVersion: v2 -appVersion: 1.120.2 +appVersion: 1.119.1 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 1a49f60e3bd..0c4a5f916b1 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.120.2 + tag: v1.119.1 mlImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.120.2 + tag: v1.119.1 mlCudaImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.120.2-cuda + tag: v1.119.1-cuda mlOpenvinoImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.120.2-openvino + tag: v1.119.1-openvino pgvectorImage: repository: tensorchord/pgvecto-rs diff --git a/library/ix-dev/community/odoo/Chart.yaml b/library/ix-dev/community/odoo/Chart.yaml index cc74413d105..7b92298150b 100644 --- a/library/ix-dev/community/odoo/Chart.yaml +++ b/library/ix-dev/community/odoo/Chart.yaml @@ -3,9 +3,9 @@ description: Odoo is a suite of web based open source business apps. annotations: title: Odoo type: application -version: 2.0.9 +version: 2.0.8 apiVersion: v2 -appVersion: '18.0' +appVersion: '17.0' kubeVersion: '>=1.16.0-0' maintainers: - name: truenas