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:
2
git-requirements-mapping.txt
Normal file
2
git-requirements-mapping.txt
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user