From 441ff5bbf633d9d8c47e3be399f45d0cf45d9620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20K=C5=82opotek?= Date: Fri, 2 Apr 2021 10:45:34 +0200 Subject: [PATCH] helm-docs: Add version 1.5.0 (#1938) --- bucket/helm-docs.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/helm-docs.json diff --git a/bucket/helm-docs.json b/bucket/helm-docs.json new file mode 100644 index 0000000000..d65feb1d05 --- /dev/null +++ b/bucket/helm-docs.json @@ -0,0 +1,24 @@ +{ + "version": "1.5.0", + "description": "Generate Helm charts documentation as markdown files", + "homepage": "https://github.com/norwoodj/helm-docs", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/norwoodj/helm-docs/releases/download/v1.5.0/helm-docs_1.5.0_Windows_x86_64.tar.gz", + "hash": "e0ec8d9a7400fc9a40c96e0beaea5bf8463af1ed9cd555f821439eb1e2dcac3d" + } + }, + "bin": "helm-docs.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/norwoodj/helm-docs/releases/download/v$version/helm-docs_$version_Windows_x86_64.tar.gz" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}