Skip to content

Commit

Permalink
new ECR image
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Jan 19, 2024
1 parent 3e73575 commit 0c590b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/k3s/edge_deployment/edge_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
serviceAccountName: edge-endpoint-service-account
containers:
- name: edge-endpoint
image: 723181461334.dkr.ecr.us-west-2.amazonaws.com/edge-endpoint:miscellaneous-34a8b3fb4-dirty-dd8d2cc8894cf5e
image: 723181461334.dkr.ecr.us-west-2.amazonaws.com/edge-endpoint:3e7357529-miscellaneous
imagePullPolicy: IfNotPresent
ports:
- containerPort: 6717
Expand All @@ -64,7 +64,7 @@ spec:
mountPath: /opt/groundlight/edge/sqlite

- name: inference-model-updater
image: 723181461334.dkr.ecr.us-west-2.amazonaws.com/edge-endpoint:miscellaneous-34a8b3fb4-dirty-dd8d2cc8894cf5e
image: 723181461334.dkr.ecr.us-west-2.amazonaws.com/edge-endpoint:3e7357529-miscellaneous
imagePullPolicy: IfNotPresent
command: ["/bin/bash", "-c"]
args: ["poetry run python -m app.model_updater.update_models"]
Expand Down

0 comments on commit 0c590b9

Please sign in to comment.