{ "version": "3.10.1", "description": "Tool for testing Helm charts. It is meant to be used for linting and testing pull requests. It automatically detects charts changed against the target branch.", "homepage": "https://github.com/helm/chart-testing/", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/helm/chart-testing/releases/download/v3.10.1/chart-testing_3.10.1_windows_amd64.zip", "hash": "fff22fa56a619dbe37bdd1633eff9d0c6be0c8a0510692fc1d32c0767460f967" }, "arm64": { "url": "https://github.com/helm/chart-testing/releases/download/v3.10.1/chart-testing_3.10.1_windows_arm64.zip", "hash": "873c97568968c0a20bcb2e661f8d5902e07bcb9e6e41ce65f3dd1fee913016ef" } }, "post_install": [ "New-Item -ItemType Directory -Path \"~/.ct\" -Force | Out-Null", "Copy-Item -Path \"$dir/etc/*\" -Destination \"~/.ct\" -Recurse -Force | Out-Null" ], "bin": "ct.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/helm/chart-testing/releases/download/v$version/chart-testing_$version_windows_amd64.zip" }, "arm64": { "url": "https://github.com/helm/chart-testing/releases/download/v$version/chart-testing_$version_windows_arm64.zip" } }, "hash": { "url": "$baseurl/checksums.txt", "regex": "(?im)^$sha256\\s+$basename$" } } }