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"