summaryrefslogtreecommitdiff
path: root/f3s/ychat/helm-chart/templates/deployment.yaml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-08-02 17:31:22 +0300
committerPaul Buetow <paul@buetow.org>2026-08-02 17:31:22 +0300
commitf482b46c5eb14980642c861355a7739d0bc1d212 (patch)
tree49d43f9fe493fae53881825ac7f6aff24b659dd4 /f3s/ychat/helm-chart/templates/deployment.yaml
parent48c77438a860cd4097f8b20fbed2018dd48f0269 (diff)
ychat: bump image to 8f3051b (explicit guest login)
Amp-Thread-ID: https://ampcode.com/threads/T-019fc2a1-15bb-7179-939e-39dd3bb10597 Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'f3s/ychat/helm-chart/templates/deployment.yaml')
-rw-r--r--f3s/ychat/helm-chart/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/ychat/helm-chart/templates/deployment.yaml b/f3s/ychat/helm-chart/templates/deployment.yaml
index ca8e6ff..94071b2 100644
--- a/f3s/ychat/helm-chart/templates/deployment.yaml
+++ b/f3s/ychat/helm-chart/templates/deployment.yaml
@@ -43,7 +43,7 @@ spec:
- name: ychat
# SQLite is now mandatory (see ychat/DOCKER.md); the image tag tracks
# the ychat repo commit that build was cut from.
- image: registry.lan.buetow.org:30001/ychat:46e5af3
+ image: registry.lan.buetow.org:30001/ychat:8f3051b
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false