From 4edf70c4a0fea2e301713f0b1ae7ea7e9f437507 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 19 May 2026 14:06:36 -0300 Subject: [PATCH] SIENTIAPDE-1646 SIENTIAPDE-1646 Add new runtime configuration for single environment in values.yaml - Introduced a new runtime named "single" with a replica count of 1. - Added an environment variable "GITHUB_BRANCH" set to "0.4.2" for the new runtime. --- values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/values.yaml b/values.yaml index d0f7cb8..f78261d 100644 --- a/values.yaml +++ b/values.yaml @@ -233,6 +233,11 @@ global: runtimes: - name: "basic" replicas: 1 + - name: "single" + replicas: 1 + env: + - name: "GITHUB_BRANCH" + value: "0.4.2" # ----------------------------------------------------------------------------- # Chart-level configuration (applies to all runtimes)