Update registry references and node selector in configuration files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-03-05 17:30:18 +01:00
parent 59db7bc9e8
commit b4f570ee8f
4 changed files with 59 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
SERVICE_FILE=$1
DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-registry.format.hu}
DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-safebox}
SETUP_VERSION=${SETUP_VERSION:-latest}
if [[ -n "$DOCKER_REGISTRY_URL" && "$DOCKER_REGISTRY_URL" != "null" ]]; then