Skip to content

Commit 3f5de6b

Browse files
committed
fix README of filebrowser 0.2.0
1 parent 61beff8 commit 3f5de6b

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

docs/filebrowser-0.2.0.tgz

212 Bytes
Binary file not shown.

docs/index.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ entries:
101101
artifacthub.io/license: MIT
102102
apiVersion: v2
103103
appVersion: v2.17.2
104-
created: "2021-10-18T21:40:59.526556+03:00"
104+
created: "2021-10-18T21:46:28.689916+03:00"
105105
description: A Helm chart for the File Browser project
106-
digest: d91768f3347f96ca7de4fc191dc95b30366a131aaa0ae4e380565d59e9b11ba1
106+
digest: 42bc020da869cc8208996e849a217c27ca5beec7c870a7bbfc0ca4c9a4093bde
107107
home: https://filebrowser.org
108108
icon: https://utkuozdemir.org/helm-charts/filebrowser.png
109109
keywords:
@@ -1629,4 +1629,4 @@ entries:
16291629
urls:
16301630
- https://utkuozdemir.org/helm-charts/transmission-openvpn-0.1.0.tgz
16311631
version: 0.1.0
1632-
generated: "2021-10-18T21:40:59.525618+03:00"
1632+
generated: "2021-10-18T21:46:28.688997+03:00"

filebrowser/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ $ helm delete my-release
4141

4242
The command removes all the Kubernetes components associated with the chart and deletes the release.
4343

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+
4455
## Parameters
4556

4657
The following tables lists the configurable parameters of the chart and their default values.

filebrowser/README.md.gotmpl

+11
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ $ helm delete my-release
4040

4141
The command removes all the Kubernetes components associated with the chart and deletes the release.
4242

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+
4354
## Parameters
4455

4556
The following tables lists the configurable parameters of the chart and their default values.

0 commit comments

Comments
 (0)