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 22
33CryptPad 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
99Install 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
1414Install via Repository:
1515
1616``` bash
1717helm 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```
2020cd
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
You can’t perform that action at this time.
0 commit comments