From ff683eea14a73d242fe381c19d5e8521272514dd Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 23 Jul 2025 08:04:21 -0300 Subject: [PATCH] SIENTIAPDE-1166 Update image tag to 0.2.5 and change GITHUB_BRANCH to SIENTIAPDE-1166-alterar-orquestrador-para-criar-collections-com-ttl-no-mongo in values.yaml --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 03b5b62..bb7ac0d 100644 --- a/values.yaml +++ b/values.yaml @@ -11,7 +11,7 @@ image: # This sets the pull policy for images. pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "0.2.4" + tag: "0.2.5" # This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ imagePullSecrets: @@ -132,7 +132,7 @@ env: - name: GITHUB_REPO_URL value: "git@github.com:Aignosi/sientia-dataops-orchestrator_temporal.git" - name: GITHUB_BRANCH - value: "SIENTIAPDE-1151-criar-testes-de-stress" + value: "SIENTIAPDE-1166-alterar-orquestrador-para-criar-collections-com-ttl-no-mongo]" - name: PYTHON_APP value: "orchestrator.worker.worker"