From aa38441163190aa36b20e444d4ab4968e9299021 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Sat, 27 Jun 2026 23:20:43 +0200 Subject: [PATCH] Update NetBird server and proxy image versions to 0.74.0-rc.2 --- infrastructure_files/getting-started.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure_files/getting-started.sh b/infrastructure_files/getting-started.sh index 113cb2058..46bef5a1f 100755 --- a/infrastructure_files/getting-started.sh +++ b/infrastructure_files/getting-started.sh @@ -418,10 +418,10 @@ apply_agent_network_preset() { # Agent-network ships dedicated server/proxy images. Honor an explicit # env override; otherwise pin the agent-network builds. if [[ "${NETBIRD_SERVER_IMAGE_EXPLICIT}" != "true" ]]; then - NETBIRD_SERVER_IMAGE="netbirdio/netbird-server:0.74.0-rc.1" + NETBIRD_SERVER_IMAGE="netbirdio/netbird-server:0.74.0-rc.2" fi if [[ "${NETBIRD_PROXY_IMAGE_EXPLICIT}" != "true" ]]; then - NETBIRD_PROXY_IMAGE="netbirdio/reverse-proxy:0.74.0-rc.1" + NETBIRD_PROXY_IMAGE="netbirdio/reverse-proxy:0.74.0-rc.2" fi if [[ -n "${NETBIRD_LETSENCRYPT_EMAIL}" ]]; then