File tree 6 files changed +41
-14
lines changed
6 files changed +41
-14
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,37 @@ entries:
91
91
- https://utkuozdemir.org/helm-charts/dontstarvetogether-1.0.0.tgz
92
92
version : 1.0.0
93
93
filebrowser :
94
+ - annotations :
95
+ artifacthub.io/changes : |
96
+ - Fix settings.json path once more
97
+ artifacthub.io/images : |
98
+ - name: filebrowser/filebrowser
99
+ image: docker.io/filebrowser/filebrowser:v2.23.0
100
+ artifacthub.io/license : MIT
101
+ apiVersion : v2
102
+ appVersion : v2.23.0
103
+ created : " 2022-11-13T03:11:18.416853+01:00"
104
+ description : A Helm chart for the File Browser project
105
+ digest : 8857738a28a2adc63f93dde3635b5661a13ad0db504acb19c37bf0596fe1ee48
106
+ home : https://filebrowser.org
107
+ icon : https://utkuozdemir.org/helm-charts/filebrowser.png
108
+ keywords :
109
+ - filebrowser
110
+ - file-browser
111
+ - file-server
112
+ - http-file-server
113
+ maintainers :
114
+
115
+ name : Utku Özdemir
116
+ url : https://utkuozdemir.org
117
+ name : filebrowser
118
+ sources :
119
+ - https://github.com/filebrowser/filebrowser
120
+ - https://github.com/utkuozdemir/helm-charts
121
+ type : application
122
+ urls :
123
+ - https://utkuozdemir.org/helm-charts/filebrowser-1.0.0.tgz
124
+ version : 1.0.0
94
125
- annotations :
95
126
artifacthub.io/changes : |
96
127
- Fix settings.json path
@@ -2415,4 +2446,4 @@ entries:
2415
2446
urls :
2416
2447
- https://utkuozdemir.org/helm-charts/transmission-openvpn-0.1.0.tgz
2417
2448
version : 0.1.0
2418
- generated : " 2022-03-28T19:35:14.022609+02 :00"
2449
+ generated : " 2022-11-13T03:11:18.416339+01 :00"
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : filebrowser
3
3
description : A Helm chart for the File Browser project
4
4
type : application
5
- version : 0.4.1
6
- appVersion : v2.20 .0
5
+ version : 1.0.0
6
+ appVersion : v2.23 .0
7
7
home : https://filebrowser.org
8
8
keywords :
9
9
- filebrowser
@@ -21,7 +21,7 @@ maintainers:
21
21
annotations :
22
22
artifacthub.io/license : MIT
23
23
artifacthub.io/changes : |
24
- - Fix settings.json path
24
+ - Fix settings.json path once more
25
25
artifacthub.io/images : |
26
26
- name: filebrowser/filebrowser
27
- image: docker.io/filebrowser/filebrowser:v2.20 .0
27
+ image: docker.io/filebrowser/filebrowser:v2.23 .0
Original file line number Diff line number Diff line change 1
- # filebrowser - ⚠️ DEPRECATED
1
+ # filebrowser
2
2
3
- ⚠️ ** This chart is not maintained anymore. Please switch to using [ k8s-at-home/filebrowser] ( https://github.com/k8s-at-home/charts/tree/master/charts/stable/filebrowser ) instead.**
4
-
5
- ---
6
-
7
- ![ Version: 0.3.0] ( https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v2.18.0] ( https://img.shields.io/badge/AppVersion-v2.18.0-informational?style=flat-square )
3
+ ![ Version: 1.0.0] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v2.23.0] ( https://img.shields.io/badge/AppVersion-v2.23.0-informational?style=flat-square )
8
4
9
5
A Helm chart for the File Browser project
10
6
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ metadata:
5
5
labels :
6
6
{{- include "filebrowser.labels" . | nindent 4 }}
7
7
data :
8
- settings .json : |
8
+ .filebrowser .json : |
9
9
{{- .Values.config | toPrettyJson | nindent 4 }}
Original file line number Diff line number Diff line change 41
41
image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
42
42
imagePullPolicy : {{ .Values.image.pullPolicy }}
43
43
volumeMounts :
44
- - mountPath : /config/settings .json
44
+ - mountPath : /.filebrowser .json
45
45
name : config
46
- subPath : settings .json
46
+ subPath : .filebrowser .json
47
47
- mountPath : /db
48
48
name : db
49
49
- mountPath : /rootdir
You can’t perform that action at this time.
0 commit comments