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.
This commit is contained in:
vitor-aignosi
2026-01-09 16:00:14 -03:00
parent 8b55c07b48
commit c62c30cc68
3 changed files with 6 additions and 5 deletions

View File

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

View File

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

View File

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