comms: bump atlasbot image

This commit is contained in:
Brad Stein 2026-01-31 21:39:48 -03:00
parent 867172600f
commit 0aed7fe3ee

View File

@ -67,7 +67,7 @@ spec:
hardware: rpi5 hardware: rpi5
containers: containers:
- name: atlasbot - 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"] command: ["/bin/sh","-c"]
args: args:
- | - |
@ -112,6 +112,8 @@ spec:
value: "30" value: "30"
- name: ATLASBOT_HTTP_PORT - name: ATLASBOT_HTTP_PORT
value: "8090" value: "8090"
- name: ATLASBOT_STATE_DB
value: /data/atlasbot_state.db
- name: ATLASBOT_QUEUE_ENABLED - name: ATLASBOT_QUEUE_ENABLED
value: "false" value: "false"
- name: ATLASBOT_DEBUG_PIPELINE - name: ATLASBOT_DEBUG_PIPELINE
@ -147,6 +149,8 @@ spec:
- name: vault-scripts - name: vault-scripts
mountPath: /vault/scripts mountPath: /vault/scripts
readOnly: true readOnly: true
- name: atlasbot-state
mountPath: /data
volumes: volumes:
- name: kb - name: kb
configMap: configMap:
@ -168,3 +172,5 @@ spec:
configMap: configMap:
name: comms-vault-env name: comms-vault-env
defaultMode: 0555 defaultMode: 0555
- name: atlasbot-state
emptyDir: {}