We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abbf8e commit 3e5b790Copy full SHA for 3e5b790
bucket/app-name.json.template
bucket/cmctl.json
@@ -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