Skip to content

Commit 7dbb88b

Browse files
authored
fix: correct chart signing certificate location (#31)
1 parent bdf7dc3 commit 7dbb88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/cryptpad/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Example of how verify signature of helm:
2424

2525
```bash
2626
# Download and convert key from ASCII armor format to binary.
27-
curl https://extensions.xwiki.org/xwiki/bin/download/Extension/XWikiHelm/WebHome/helm-charts.asc | gpg --dearmor > helm-charts.gpg
27+
curl https://xwiki-contrib.github.io/xwiki-helm/helm-charts.asc | gpg --dearmor > helm-charts.gpg
2828
# Verify thatthe signed chart:
2929
helm fetch --verify cryptpad-github/{{ template "chart.name" . }} --version {{ template "chart.version" . }} --keyring helm-charts.gpg
3030
```

0 commit comments

Comments
 (0)