Skip to content
Snippets Groups Projects
Commit 5ee0ebb5 authored by Panagiotis Karamolegkos's avatar Panagiotis Karamolegkos :v_tone2:
Browse files

Image Version Fix

parent fe8cdbcb
No related branches found
No related tags found
No related merge requests found
Pipeline #50245 passed
......@@ -19,7 +19,7 @@ spec:
nodeName: sonem-worker #The node of the Deployment
containers:
- name: pdlc-ca
image: docker.io/hecodeco/pdlc-ca:v0.0.0
image: docker.io/hecodeco/pdlc-ca:2.0.0
imagePullPolicy: Always ## To always pull the image
volumeMounts:
- name: shared-volume
......
......@@ -19,7 +19,7 @@ spec:
nodeName: sonem-worker #The node of the Deployment
containers:
- name: pdlc-dp
image: docker.io/hecodeco/pdlc-dp:v0.4.4.1-debug
image: docker.io/hecodeco/pdlc-dp:2.0.0
imagePullPolicy: Always
volumeMounts:
- name: shared-volume
......
......@@ -17,7 +17,7 @@ spec:
nodeName: sonem-worker #The node of the Deployment
containers:
- name: gnn-controller
image: hecodeco/pdlc-dl-gnns-stgnn-controller:1.1.6
image: hecodeco/pdlc-dl-gnns-stgnn-controller:2.0.0
# imagePullPolicy: Always
env:
- name: DATA_PATH
......
......@@ -17,7 +17,7 @@ spec:
serviceAccountName: default
containers:
- name: pdlc-gnn-inference
image: docker.io/hecodeco/pdlc-dl-gnns-stgnn-inference:1.1.6
image: docker.io/hecodeco/pdlc-dl-gnns-stgnn-inference:2.0.0
# imagePullPolicy: Always
env:
- name: NAMESPACE
......
......@@ -19,7 +19,7 @@ spec:
nodeName: sonem-worker #The node of the Deployment
containers:
- name: pdlc-rl
image: docker.io/hecodeco/pdlcrl_inference:1.0.0
image: docker.io/hecodeco/pdlcrl_inference:2.0.0
imagePullPolicy: Always
volumeMounts:
- name: shared-volume
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment