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.
1 parent bdf7dc3 commit 7dbb88bCopy full SHA for 7dbb88b
charts/cryptpad/README.md.gotmpl
@@ -24,7 +24,7 @@ Example of how verify signature of helm:
24
25
```bash
26
# 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
+ curl https://xwiki-contrib.github.io/xwiki-helm/helm-charts.asc | gpg --dearmor > helm-charts.gpg
28
# Verify thatthe signed chart:
29
helm fetch --verify cryptpad-github/{{ template "chart.name" . }} --version {{ template "chart.version" . }} --keyring helm-charts.gpg
30
```
0 commit comments