fix: use Wallarm v6.12.5 (matching AIO_BASE from ingress repo)

This commit is contained in:
admin 2026-08-01 17:11:19 +00:00
parent 02e9fd2793
commit fd3a005fe8

View file

@ -21,7 +21,7 @@ func installerURL() string {
if u := os.Getenv("WALLARM_INSTALLER_URL"); u != "" {
return u
}
return "https://storage.googleapis.com/meganode_storage/6.13/wallarm-6.13.0.x86_64-glibc.sh"
return "https://storage.googleapis.com/meganode_storage/6.12/wallarm-6.12.5.x86_64-glibc.sh"
}
func InstallNode(node state.Node, apiToken, apiHost, labels string) error {