Skip to content

Commit

Permalink
bump version to ensure it picked up model fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsu Han Ooi committed Oct 4, 2018
1 parent 251b95e commit b3445f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cron.k8s-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
spec:
containers:
- name: cron
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/cron:3.2.2
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/cron:3.2.3
restartPolicy: Never
2 changes: 1 addition & 1 deletion db_worker.k8s-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: spv2-dbworker
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/db_worker:3.2.2
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/db_worker:3.2.3
resources:
requests:
cpu: 12
Expand Down
2 changes: 1 addition & 1 deletion server.k8s-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: spv2-service
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/server:3.2.2
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/server:3.2.3
ports:
- containerPort: 8081
name: backend-http
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.3

0 comments on commit b3445f5

Please sign in to comment.