Skip to content

Commit b996b29

Browse files
authored
Fix GLPI Helm chart repository URL (#135)
Updated GLPI Helm chart repository URL in README.
1 parent a45f40e commit b996b29

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ Manifest files for building and deploying **GLPI** using containers with Docker
2222
Add the GLPI Helm chart repository:
2323

2424
```sh
25-
helm repo add glpi https://<owner>.github.io/<repo>
25+
helm repo add glpi https://eftechcombr.github.io/glpi/
2626
helm repo update
2727
```
2828

29-
Replace `<owner>` with the GitHub organization/user name and `<repo>` with the repository name.
3029

3130
#### Installing the Chart
3231

0 commit comments

Comments
 (0)