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.
This commit is contained in:
vitor-aignosi
2026-05-22 16:22:15 -03:00
parent 7a776066ec
commit 6c4095825d

View File

@@ -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