File tree 4 files changed +25
-3
lines changed
4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ entries:
101
101
artifacthub.io/license : MIT
102
102
apiVersion : v2
103
103
appVersion : v2.17.2
104
- created : " 2021-10-18T21:40:59.526556 +03:00"
104
+ created : " 2021-10-18T21:46:28.689916 +03:00"
105
105
description : A Helm chart for the File Browser project
106
- digest : d91768f3347f96ca7de4fc191dc95b30366a131aaa0ae4e380565d59e9b11ba1
106
+ digest : 42bc020da869cc8208996e849a217c27ca5beec7c870a7bbfc0ca4c9a4093bde
107
107
home : https://filebrowser.org
108
108
icon : https://utkuozdemir.org/helm-charts/filebrowser.png
109
109
keywords :
@@ -1629,4 +1629,4 @@ entries:
1629
1629
urls :
1630
1630
- https://utkuozdemir.org/helm-charts/transmission-openvpn-0.1.0.tgz
1631
1631
version : 0.1.0
1632
- generated : " 2021-10-18T21:40:59.525618 +03:00"
1632
+ generated : " 2021-10-18T21:46:28.688997 +03:00"
Original file line number Diff line number Diff line change @@ -41,6 +41,17 @@ $ helm delete my-release
41
41
42
42
The command removes all the Kubernetes components associated with the chart and deletes the release.
43
43
44
+ ## Upgrade Notes
45
+
46
+ Please read the upgrade notes before upgrading. There may be breaking changes!
47
+
48
+ ### From 0.1.x to 0.2.x
49
+
50
+ - The values ` persistence.rootDir.* ` and ` persistence.db.* ` are
51
+ renamed to ` rootDir.pvc.* ` and ` db.pvc.* ` . You should rename your values accordingly.
52
+ - A new value ` rootDir.type ` is introduced. The default value is ` pvc ` , which is same as the
53
+ previous default. You can instead set it to ` hostPath ` to mount
54
+
44
55
## Parameters
45
56
46
57
The following tables lists the configurable parameters of the chart and their default values.
Original file line number Diff line number Diff line change @@ -40,6 +40,17 @@ $ helm delete my-release
40
40
41
41
The command removes all the Kubernetes components associated with the chart and deletes the release.
42
42
43
+ ## Upgrade Notes
44
+
45
+ Please read the upgrade notes before upgrading. There may be breaking changes!
46
+
47
+ ### From 0.1.x to 0.2.x
48
+
49
+ - The values `persistence.rootDir.*` and `persistence.db.*` are
50
+ renamed to `rootDir.pvc.*` and `db.pvc.*`. You should rename your values accordingly.
51
+ - A new value `rootDir.type` is introduced. The default value is `pvc`, which is same as the
52
+ previous default. You can instead set it to `hostPath` to mount
53
+
43
54
## Parameters
44
55
45
56
The following tables lists the configurable parameters of the chart and their default values.
You can’t perform that action at this time.
0 commit comments