From 8bfa81a9ceed6eeb04025e0512f2fe2c4de81088 Mon Sep 17 00:00:00 2001 From: Akos Eros Date: Tue, 11 Aug 2026 13:11:55 +0200 Subject: [PATCH] feat: Change azure node type to newer generation (v4) Gen V4 is supported and has better availability in most regions --- pattern-metadata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pattern-metadata.yaml b/pattern-metadata.yaml index 06fbcfcfe..437c77919 100644 --- a/pattern-metadata.yaml +++ b/pattern-metadata.yaml @@ -23,7 +23,7 @@ requirements: type: n1-standard-8 azure: replicas: 3 - type: Standard_D8s_v3 + type: Standard_D8s_v4 aws: replicas: 3 type: m5.2xlarge @@ -34,7 +34,7 @@ requirements: type: n1-standard-4 azure: replicas: 3 - type: Standard_D4s_v3 + type: Standard_D4s_v4 aws: replicas: 3 type: m5.xlarge