From 6c4095825d62dd9009bac387b4dbf90b609fc88b Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Fri, 22 May 2026 16:22:15 -0300 Subject: [PATCH] SIENTIAPDE-1646 Update values.yaml to change runtime configurations and GitHub branch - Renamed runtime entries from list format to key-value pairs for "basic" and "single". - Updated the GITHUB_BRANCH environment variable from "feature/SIENTIAPDE-1646-legacy-laborious-worker" to "main". - Added a helm upgrade command comment for deployment reference. --- values.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index df3e8d4..cd047ca 100644 --- a/values.yaml +++ b/values.yaml @@ -231,13 +231,13 @@ global: # - The runtime name is used by the worker bootstrap to resolve plugins and task queues. # - Keep runtime names in sync with the plugin-store runtime names. runtimes: - - name: "basic" + basic: replicas: 1 - - name: "single" + single: replicas: 1 env: - name: "GITHUB_BRANCH" - value: "feature/SIENTIAPDE-1646-legacy-laborious-worker" + value: "main" # ----------------------------------------------------------------------------- # Chart-level configuration (applies to all runtimes) @@ -311,3 +311,5 @@ ssh: # --namespace sientia \ # --from-file=ssh-privatekey=git_key \ # --type=kubernetes.io/ssh-auth + +# helm upgrade --install sientia-laborious-worker /home/grezewave/Documents/projects/sientia/sientia-core-applications/sientia-module -n sientia --create-namespace -f ./values.yaml \ No newline at end of file