fix: use Wallarm v6.12.5 (matching AIO_BASE from ingress repo)
This commit is contained in:
parent
02e9fd2793
commit
fd3a005fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue