Skip to content

Commit e7fc20d

Browse files
committed
update deployment stuff
1 parent 107dcec commit e7fc20d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

database_adapter/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: database-adapter
17-
image: icroboticssociety/db-adapter:1.0.1-rc7
17+
image: icroboticssociety/db-adapter:1.0.2
1818
ports:
1919
- containerPort: 8000 # Port your Python application is listening on
2020
imagePullPolicy: "Always"

database_adapter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
22
name = "ICRS Database Adapter"
3-
version = "1.0.1-rc7"
3+
version = "1.0.2"
44
description = "ICRS infrastructure main database abstraction layer/rest api."
55
requires-python = ">=3.8"

0 commit comments

Comments
 (0)