From c62c30cc6806e135f755fa8970356fbeb0fc7cd5 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Fri, 9 Jan 2026 16:00:14 -0300 Subject: [PATCH] SIENTIAPDE-1478 Update requirements.txt and values.yaml for dependency and image tag adjustments - Replaced local path with the correct GitHub URL for sientia-dataops-library in requirements.txt. - Downgraded the image tag from "1.1.2" to "1.0.1" in values.yaml for consistency with deployment requirements. --- git-requirements-mapping.txt | 2 ++ requirements.txt | 3 +-- values.yaml | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 git-requirements-mapping.txt diff --git a/git-requirements-mapping.txt b/git-requirements-mapping.txt new file mode 100644 index 0000000..24095da --- /dev/null +++ b/git-requirements-mapping.txt @@ -0,0 +1,2 @@ +git+ssh://git@github.com/Aignosi/sientia-dataops-library.git:sientia-do +git+ssh://git@github.com/Aignosi/sientia-mlops-library.git:sientia \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ddb2406..c0ba2d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,7 @@ psycopg2-binary sqlalchemy asyncua redis -#git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.8.0 -/home/grezewave/Documents/projects/sientia/sientia-dataops-library/ +git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.8.0 git+ssh://git@github.com/Aignosi/sientia-mlops-library.git@0.40.6 prometheus-client botocore diff --git a/values.yaml b/values.yaml index 2d3a7a4..46d87e3 100644 --- a/values.yaml +++ b/values.yaml @@ -11,9 +11,9 @@ image: # This sets the pull policy for images. pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "1.1.2" + tag: "1.0.1" -0# 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/ +# 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: - name: docker-hub-secret # This is to override the chart name. @@ -149,7 +149,7 @@ env: - name: GITHUB_REPO_URL value: "git@github.com:Aignosi/sientia-dataops-laborious_temporal.git" - name: GITHUB_BRANCH - value: "feature/SIENTIAPDE-1273" + value: "feature/SIENTIAPDE-1478" - name: PYTHON_APP value: "laborious.worker.worker"