nova: Update to version 3.6.2 (#4533)

This commit is contained in:
StarsbySea 2023-03-11 20:19:17 +08:00 committed by GitHub
parent 978954cb6a
commit b0aac44b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"version": "3.6.1", "version": "3.6.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.", "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/", "homepage": "https://nova.docs.fairwinds.com/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/FairwindsOps/nova/releases/download/3.6.1/nova_3.6.1_windows_amd64.tar.gz", "url": "https://github.com/FairwindsOps/nova/releases/download/v3.6.2/nova_3.6.2_windows_amd64.tar.gz",
"hash": "aa9c3b469920b66c0ff72026301435ab122b6490cbd53b6447664d141c5c4f87" "hash": "f8e9fd932fb74c1e51cff26b65d41f1b718046f6cdf503de95dd073e37e871c8"
} }
}, },
"bin": "nova.exe", "bin": "nova.exe",
@ -16,7 +16,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/FairwindsOps/nova/releases/download/$version/nova_$version_windows_amd64.tar.gz" "url": "https://github.com/FairwindsOps/nova/releases/download/v$version/nova_$version_windows_amd64.tar.gz"
} }
}, },
"hash": { "hash": {