summaryrefslogtreecommitdiff
path: root/f3s/ychat
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-30 10:41:03 +0300
committerPaul Buetow <paul@buetow.org>2026-06-30 10:41:03 +0300
commit32af9cbb3f1eb9d3e42ed2afa9ac1f3f04163859 (patch)
treefcb5ad2dc4d5ca7fcb478697c88ee269f57e555e /f3s/ychat
parentec725188ebd541ae620064d5d294540f19f60ac6 (diff)
f3s/ychat: bump image to 2adb923 (POST body behind proxy fix)
Diffstat (limited to 'f3s/ychat')
-rw-r--r--f3s/ychat/helm-chart/Chart.yaml2
-rw-r--r--f3s/ychat/helm-chart/templates/deployment.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/f3s/ychat/helm-chart/Chart.yaml b/f3s/ychat/helm-chart/Chart.yaml
index a06e0e8..cb127dc 100644
--- a/f3s/ychat/helm-chart/Chart.yaml
+++ b/f3s/ychat/helm-chart/Chart.yaml
@@ -3,4 +3,4 @@ name: ychat
description: yChat revival (Mode A, in-memory guest chat) for f3s
type: application
version: 0.1.0
-appVersion: "3c50e28" \ No newline at end of file
+appVersion: "2adb923" \ No newline at end of file
diff --git a/f3s/ychat/helm-chart/templates/deployment.yaml b/f3s/ychat/helm-chart/templates/deployment.yaml
index 14728ca..7879dce 100644
--- a/f3s/ychat/helm-chart/templates/deployment.yaml
+++ b/f3s/ychat/helm-chart/templates/deployment.yaml
@@ -24,7 +24,7 @@ spec:
fsGroup: 1000
containers:
- name: ychat
- image: registry.lan.buetow.org:30001/ychat:3c50e28
+ image: registry.lan.buetow.org:30001/ychat:2adb923
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false