Skip to content

Commit

Permalink
feat: using latest sdk and compute pods
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Apr 11, 2023
1 parent 47494f4 commit 4bed90b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:

- name: configurator-pod
container:
image: neverminedio/compute-pods-config:develop
image: neverminedio/compute-pods-config:latest
imagePullPolicy: IfNotPresent
name: configurator-pod
command:
Expand Down Expand Up @@ -143,7 +143,7 @@ spec:

- name: publishing-pod
container:
image: neverminedio/compute-pods-publish:develop
image: neverminedio/compute-pods-publish:latest
imagePullPolicy: IfNotPresent
name: publishing-pod
command:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-ts",
"version": "1.1.4",
"version": "1.1.5",
"description": "Nevermined Node",
"main": "main.ts",
"scripts": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"@nestjs/typeorm": "^8.0.3",
"@nevermined-io/argo-workflows-api": "^0.1.3",
"@nevermined-io/passport-nevermined": "^0.1.1",
"@nevermined-io/sdk": "1.3.0",
"@nevermined-io/sdk-dtp": "^0.4.2",
"@nevermined-io/sdk": "1.3.3",
"@nevermined-io/sdk-dtp": "^0.4.4",
"@sideway/address": "^4.1.3",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0",
Expand Down

0 comments on commit 4bed90b

Please sign in to comment.