We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 246d284 + 890a01c commit 1e03d14Copy full SHA for 1e03d14
1 file changed
docs/wiki/Helm.md
@@ -1,25 +1,19 @@
1
# Helm Chart
2
3
-There's an unofficial helm chart that may be used to deploy FileRise
+There's an unofficial [helm chart](https://github.com/dofevine/charts/tree/main/filerise) that may be used to deploy FileRise
4
5
## Installation
6
7
-### Add repository
8
-
9
-```bash
10
-helm repo add dofevine https://dofevine.github.io/charts/
11
-```
12
13
### Basic Installation
14
15
```bash
16
-helm install filerise dofevine/FileRise
+helm install filerise oci://ghcr.io/dofevine/charts/filerise
17
```
18
19
### Install with custom values
20
21
22
-helm install filerise dofevine/FileRise -f values
+helm install filerise oci://ghcr.io/dofevine/charts/filerise -f values
23
24
25
### Remove installed release
0 commit comments