Skip to content

Commit 32b3fa6

Browse files
alexanpatrananos
authored andcommitted
fix: remove agents dir for clean merge.
Signed-off-by: Alexandros Patras <patras@uth.gr>
1 parent da8686c commit 32b3fa6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

mlsysops-cli/mlsysops_cli/deployment/api-service-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: nb-api-service
20-
image: registry.mlsysops.eu/agent/northbound-api:0.0.0
20+
image: harbor.nbfc.io/mlsysops/northbound-api
2121
ports:
2222
- containerPort: 8000
2323
name: http-port

mlsysops-cli/mlsysops_cli/deployment/cluster-agents-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
mlsysops/continuumLayer: "cluster"
1919
containers:
2020
- name: cluster-agent
21-
image: harbor.nbfc.io/mlsysops/cluster-agent:latest
21+
image: harbor.nbfc.io/mlsysops/cluster-agent
2222
imagePullPolicy: Always
2323
env:
2424
- name: NODE_NAME

mlsysops-cli/mlsysops_cli/deployment/continuum-agent-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
containers:
2121
- name: continuum-agent
2222
imagePullPolicy: Always
23-
image: harbor.nbfc.io/mlsysops/continuum-agent@sha256:aa117aebe81e913f782f335c1fbefba7765077dcea3d70f0380f5de4fd5e6e49
23+
image: harbor.nbfc.io/mlsysops/continuum-agent
2424
env:
2525
- name: KARMADA_API_KUBECONFIG
2626
value: /etc/kubeconfigs/mls-test-karmadaapi.kubeconfig

mlsysops-cli/mlsysops_cli/deployment/node-agents-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
mlsysops/continuumLayer: "node"
2020
containers:
2121
- name: node-agent
22-
image: registry.mlsysops.eu/agent/agents/node:0.0.15
22+
image: harbor.nbfc.io/mlsysops/node-agent
2323
imagePullPolicy: Always
2424
env:
2525
- name: NODE_NAME

0 commit comments

Comments
 (0)