fix: remove sentinel variable

fix: metrics are disabled by default
This commit is contained in:
Andras Bacsai
2024-06-18 13:01:23 +02:00
parent 768c917a0e
commit 83983bbb32
5 changed files with 36 additions and 7 deletions

View File

@@ -50,7 +50,6 @@ class PullSentinelImageJob implements ShouldBeEncrypted, ShouldQueue
}
if (version_compare($local_version, $version, '<')) {
StartSentinel::run($this->server, $version, true);
return;
}
ray('Sentinel image is up to date');