Преглед на файлове

Fix Homarr icons mountPath (#1841)

* Fix Homarr icons mountPath

* bump common

---------

Co-authored-by: Stavros kois <s.kois@outlook.com>
Urkaz преди 1 година
родител
ревизия
2ecf8a2810

+ 3 - 3
library/ix-dev/community/homarr/Chart.lock

@@ -1,6 +1,6 @@
 dependencies:
 - name: common
   repository: file://../../../common
-  version: 1.2.3
-digest: sha256:e6ff49b06bf5d4d159e505ae6d153f36cd46170bb519caf90462cd5caebfd0fb
-generated: "2023-11-22T22:27:03.247695375+02:00"
+  version: 1.2.4
+digest: sha256:47ebfd41bc2ac33ab6989e7bd4d1d3aea662365fffa8b525a24cc56a2a35c174
+generated: "2023-12-11T14:41:15.313216502+02:00"

+ 2 - 2
library/ix-dev/community/homarr/Chart.yaml

@@ -3,7 +3,7 @@ description: Homarr is a sleek, modern dashboard that puts all of your apps and
 annotations:
   title: Homarr
 type: application
-version: 2.0.0
+version: 2.0.1
 apiVersion: v2
 appVersion: 0.14.2
 kubeVersion: '>=1.16.0-0'
@@ -14,7 +14,7 @@ maintainers:
 dependencies:
   - name: common
     repository: file://../../../common
-    version: 1.2.3
+    version: 1.2.4
 home: https://homarr.dev/
 icon: https://media.sys.truenas.net/apps/homarr/icons/icon.svg
 sources:

BIN
library/ix-dev/community/homarr/charts/common-1.2.3.tgz


BIN
library/ix-dev/community/homarr/charts/common-1.2.4.tgz


+ 1 - 1
library/ix-dev/community/homarr/templates/_persistence.tpl

@@ -20,7 +20,7 @@ persistence:
     targetSelector:
       homarr:
         homarr:
-          mountPath: /app/data/icons
+          mountPath: /app/public/icons
   tmp:
     enabled: true
     type: emptyDir