Skip to content

Commit

Permalink
fix(deploy): Version v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DoyunShin committed Mar 6, 2024
1 parent c5c4b52 commit 4b68aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/base/celery/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ spec:
spec:
containers:
- name: ara-celery
image: 666583083672.dkr.ecr.ap-northeast-2.amazonaws.com/newara:v3.0.1
image: 666583083672.dkr.ecr.ap-northeast-2.amazonaws.com/newara:v3.4.1
command: ["/newara/www/.docker/run-celery.sh"]
2 changes: 1 addition & 1 deletion deployment/base/server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: ara-server
image: 666583083672.dkr.ecr.ap-northeast-2.amazonaws.com/newara:v3.0.1
image: 666583083672.dkr.ecr.ap-northeast-2.amazonaws.com/newara:v3.4.1
command: ["/newara/www/.docker/run.sh"]
ports:
- containerPort: 9000
Expand Down

0 comments on commit 4b68aaa

Please sign in to comment.