Skip to content

Commit 1e03d14

Browse files
authored
Merge pull request #107 from dofevine/master
Update helm repository
2 parents 246d284 + 890a01c commit 1e03d14

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

docs/wiki/Helm.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
# Helm Chart
22

3-
There's an unofficial helm chart that may be used to deploy FileRise
3+
There's an unofficial [helm chart](https://github.com/dofevine/charts/tree/main/filerise) that may be used to deploy FileRise
44

55
## Installation
66

7-
### Add repository
8-
9-
```bash
10-
helm repo add dofevine https://dofevine.github.io/charts/
11-
```
12-
137
### Basic Installation
148

159
```bash
16-
helm install filerise dofevine/FileRise
10+
helm install filerise oci://ghcr.io/dofevine/charts/filerise
1711
```
1812

1913
### Install with custom values
2014

2115
```bash
22-
helm install filerise dofevine/FileRise -f values
16+
helm install filerise oci://ghcr.io/dofevine/charts/filerise -f values
2317
```
2418

2519
### Remove installed release

0 commit comments

Comments
 (0)