From 66219c220847a6743ba8e7ab2485b3eb1ebb3a8f Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 17 May 2024 12:15:02 +0300 Subject: [PATCH] audiobookshelf: make upgrade_strategy executable (#2483) * audiobookshelf: make upgrade_strategy executable * bump --- library/ix-dev/community/audiobookshelf/Chart.yaml | 2 +- library/ix-dev/community/audiobookshelf/upgrade_strategy | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 library/ix-dev/community/audiobookshelf/upgrade_strategy diff --git a/library/ix-dev/community/audiobookshelf/Chart.yaml b/library/ix-dev/community/audiobookshelf/Chart.yaml index 64b2fa94a9..c14498e22c 100644 --- a/library/ix-dev/community/audiobookshelf/Chart.yaml +++ b/library/ix-dev/community/audiobookshelf/Chart.yaml @@ -3,7 +3,7 @@ description: Audiobookshelf is a self-hosted audiobook and podcast server annotations: title: Audiobookshelf type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 appVersion: 2.8.1 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/audiobookshelf/upgrade_strategy b/library/ix-dev/community/audiobookshelf/upgrade_strategy old mode 100644 new mode 100755