diff --git a/library/ix-dev/community/homarr/Chart.lock b/library/ix-dev/community/homarr/Chart.lock index 29921cf41f..b2aa4251d5 100644 --- a/library/ix-dev/community/homarr/Chart.lock +++ b/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" diff --git a/library/ix-dev/community/homarr/Chart.yaml b/library/ix-dev/community/homarr/Chart.yaml index 2414f2ca78..8f2d926b2d 100644 --- a/library/ix-dev/community/homarr/Chart.yaml +++ b/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: diff --git a/library/ix-dev/community/homarr/charts/common-1.2.3.tgz b/library/ix-dev/community/homarr/charts/common-1.2.3.tgz deleted file mode 100644 index 7943f6af73..0000000000 Binary files a/library/ix-dev/community/homarr/charts/common-1.2.3.tgz and /dev/null differ diff --git a/library/ix-dev/community/homarr/charts/common-1.2.4.tgz b/library/ix-dev/community/homarr/charts/common-1.2.4.tgz new file mode 100644 index 0000000000..1b9342d860 Binary files /dev/null and b/library/ix-dev/community/homarr/charts/common-1.2.4.tgz differ diff --git a/library/ix-dev/community/homarr/templates/_persistence.tpl b/library/ix-dev/community/homarr/templates/_persistence.tpl index 5c7e91c056..85cad525e1 100644 --- a/library/ix-dev/community/homarr/templates/_persistence.tpl +++ b/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