File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
CryptPad is a collaboration office suite that is end-to-end-encrypted and open-source.
4
4
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 )
6
6
7
7
## Installing the Chart
8
8
9
9
Install via OCI Registry:
10
10
``` 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
12
12
```
13
13
14
14
Install via Repository:
15
15
16
16
``` bash
17
17
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
19
19
```
20
20
cd
21
21
## Signing
@@ -26,7 +26,7 @@ Example of how verify signature of helm:
26
26
# Download and convert key from ASCII armor format to binary.
27
27
curl https://extensions.xwiki.org/xwiki/bin/download/Extension/XWikiHelm/WebHome/helm-charts.asc | gpg --dearmor > helm-charts.gpg
28
28
# 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
30
30
```
31
31
32
32
### Configure and Customization
You can’t perform that action at this time.
0 commit comments