mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 18:01:25 +08:00
Fix Homarr icons mountPath (#1841)
* Fix Homarr icons mountPath * bump common --------- Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Binary file not shown.
BIN
library/ix-dev/community/homarr/charts/common-1.2.4.tgz
Normal file
BIN
library/ix-dev/community/homarr/charts/common-1.2.4.tgz
Normal file
Binary file not shown.
@@ -20,7 +20,7 @@ persistence:
|
||||
targetSelector:
|
||||
homarr:
|
||||
homarr:
|
||||
mountPath: /app/data/icons
|
||||
mountPath: /app/public/icons
|
||||
tmp:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
|
||||
Reference in New Issue
Block a user