nova: Add version 3.0.2 (#3513)

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Steve Hipwell 2022-04-20 20:19:41 +01:00 committed by GitHub
parent d95642d8e1
commit d389b3ab7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/nova.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "3.0.2",
"description": "Utility to scan your Kubernetes cluster for installed Helm charts, then cross-checks them against all known Helm repositories. If it finds an updated version of the chart you're using, or notices your current version is deprecated, it will let you know.",
"homepage": "https://nova.docs.fairwinds.com/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/FairwindsOps/nova/releases/download/3.0.2/nova_3.0.2_windows_amd64.tar.gz",
"hash": "0494b3a1ae071a382a7a200984fb46cbb6fd2ea4bfd38c9927ce56fb6afec979"
}
},
"bin": "nova.exe",
"checkver": {
"github": "https://github.com/FairwindsOps/nova"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/FairwindsOps/nova/releases/download/$version/nova_$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}