comms: bump atlasbot image
This commit is contained in:
parent
867172600f
commit
0aed7fe3ee
@ -67,7 +67,7 @@ spec:
|
||||
hardware: rpi5
|
||||
containers:
|
||||
- name: atlasbot
|
||||
image: registry.bstein.dev/bstein/atlasbot:0.1.0-48
|
||||
image: registry.bstein.dev/bstein/atlasbot:0.1.0-49
|
||||
command: ["/bin/sh","-c"]
|
||||
args:
|
||||
- |
|
||||
@ -112,6 +112,8 @@ spec:
|
||||
value: "30"
|
||||
- name: ATLASBOT_HTTP_PORT
|
||||
value: "8090"
|
||||
- name: ATLASBOT_STATE_DB
|
||||
value: /data/atlasbot_state.db
|
||||
- name: ATLASBOT_QUEUE_ENABLED
|
||||
value: "false"
|
||||
- name: ATLASBOT_DEBUG_PIPELINE
|
||||
@ -147,6 +149,8 @@ spec:
|
||||
- name: vault-scripts
|
||||
mountPath: /vault/scripts
|
||||
readOnly: true
|
||||
- name: atlasbot-state
|
||||
mountPath: /data
|
||||
volumes:
|
||||
- name: kb
|
||||
configMap:
|
||||
@ -168,3 +172,5 @@ spec:
|
||||
configMap:
|
||||
name: comms-vault-env
|
||||
defaultMode: 0555
|
||||
- name: atlasbot-state
|
||||
emptyDir: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user