We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107dcec commit e7fc20dCopy full SHA for e7fc20d
2 files changed
database_adapter/deployment.yaml
@@ -14,7 +14,7 @@ spec:
14
spec:
15
containers:
16
- name: database-adapter
17
- image: icroboticssociety/db-adapter:1.0.1-rc7
+ image: icroboticssociety/db-adapter:1.0.2
18
ports:
19
- containerPort: 8000 # Port your Python application is listening on
20
imagePullPolicy: "Always"
database_adapter/pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
2
name = "ICRS Database Adapter"
3
-version = "1.0.1-rc7"
+version = "1.0.2"
4
description = "ICRS infrastructure main database abstraction layer/rest api."
5
requires-python = ">=3.8"
0 commit comments