Skip to content

Commit 3e5b790

Browse files
committed
Add cmctl manifest
1 parent 8abbf8e commit 3e5b790

File tree

2 files changed

+18
-63
lines changed

2 files changed

+18
-63
lines changed

bucket/app-name.json.template

-63
This file was deleted.

bucket/cmctl.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "1.13.3",
3+
"description": "Easily manage your certificates on a Kubernetes cluster running cert-manager",
4+
"homepage": "https://cert-manager.io",
5+
"license": {
6+
"identifier": "Apache-2.0",
7+
"url": "https://github.com/cert-manager/cert-manager/blob/master/LICENSE"
8+
},
9+
"architecture": {
10+
"64bit": {
11+
"url": "https://github.com/cert-manager/cert-manager/releases/download/v1.13.3/cmctl-windows-amd64.zip",
12+
"hash": "afb8fab0980273a8c1fe403c215b20ba5942cda520a6399639b25d4d5c0a2265"
13+
}
14+
},
15+
"bin": [
16+
"cmctl.exe"
17+
]
18+
}

0 commit comments

Comments
 (0)