We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e079ddf commit da79495Copy full SHA for da79495
1 file changed
registration/deployment.yaml
@@ -14,7 +14,7 @@ spec:
14
spec:
15
containers:
16
- name: icrsbot
17
- image: icroboticssociety/icrs-bot:1.0.1 # Replace with your Python Docker image and tag
+ image: icroboticssociety/icrs-bot:1.0.2-rc1 # Replace with your Python Docker image and tag
18
ports:
19
- containerPort: 5000 # Port your Python application is listening on
20
imagePullPolicy: "Always"
0 commit comments