From 8cb39605d2522ac1a04828d6ed24aa47cbe34d41 Mon Sep 17 00:00:00 2001 From: Bruno Domingues Date: Thu, 4 Dec 2025 18:08:44 -0300 Subject: [PATCH] SIENTIAPDE-1352: Configure helm deployment to update version in pyproject and values files. --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 98ad683..db6a048 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,6 +36,7 @@ jobs: helm_chart_path: 'sientia-module' helm_release_name: 'sientia-dataops-model-manager' helm_namespace: 'sientia' + update_version_in: '["pyproject", "values"]' app_owner: 'Aignosi' private_repos: 'sientia-dataops-library' helm_repo_name: 'sientia'