From 4951b008b289e21bbdbfd38e8ffa8bbe9e842e79 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 21 Nov 2023 09:56:24 +0200 Subject: [PATCH] immich - make migration executable --- library/ix-dev/community/immich/Chart.yaml | 2 +- library/ix-dev/community/immich/migrations/migrate | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 library/ix-dev/community/immich/migrations/migrate diff --git a/library/ix-dev/community/immich/Chart.yaml b/library/ix-dev/community/immich/Chart.yaml index 1ebb343ab0..8f2971cfca 100644 --- a/library/ix-dev/community/immich/Chart.yaml +++ b/library/ix-dev/community/immich/Chart.yaml @@ -3,7 +3,7 @@ description: Immich annotations: title: Immich type: application -version: 1.1.0 +version: 1.1.1 apiVersion: v2 appVersion: 1.87.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/immich/migrations/migrate b/library/ix-dev/community/immich/migrations/migrate old mode 100644 new mode 100755