Skip to content

Commit bdf7dc3

Browse files
author
CryptPad Helm Actions
committed
docs: generate chart documentation
Signed-off-by: CryptPad Helm Actions <[email protected]>
1 parent f9ce50f commit bdf7dc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/cryptpad/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
CryptPad is a collaboration office suite that is end-to-end-encrypted and open-source.
44

5-
![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
5+
![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
## Installing the Chart
88

99
Install via OCI Registry:
1010
```bash
11-
helm install cryptpad oci://ghcr.io/cryptpad/helm/cryptpad --version 0.0.19
11+
helm install cryptpad oci://ghcr.io/cryptpad/helm/cryptpad --version 0.0.20
1212
```
1313

1414
Install via Repository:
1515

1616
```bash
1717
helm repo add cryptpad-github https://cryptpad.github.io/helm
18-
helm install cryptpad cryptpad-github/cryptpad --version 0.0.19
18+
helm install cryptpad cryptpad-github/cryptpad --version 0.0.20
1919
```
2020
cd
2121
## Signing
@@ -26,7 +26,7 @@ Example of how verify signature of helm:
2626
# Download and convert key from ASCII armor format to binary.
2727
curl https://extensions.xwiki.org/xwiki/bin/download/Extension/XWikiHelm/WebHome/helm-charts.asc | gpg --dearmor > helm-charts.gpg
2828
# Verify thatthe signed chart:
29-
helm fetch --verify cryptpad-github/cryptpad --version 0.0.19 --keyring helm-charts.gpg
29+
helm fetch --verify cryptpad-github/cryptpad --version 0.0.20 --keyring helm-charts.gpg
3030
```
3131

3232
### Configure and Customization

0 commit comments

Comments
 (0)