summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-03 23:50:56 +0300
committerPaul Buetow <paul@buetow.org>2026-07-03 23:50:56 +0300
commita8e6654bb40bc99504699c213ab05bcb5fefd664 (patch)
tree6d7bace8084b3238956d5b974b1c3d8bd03eaa91 /f3s
parent2f74acdb3dd244383b2eecf315e304342bcca100 (diff)
f3s/ychat: bump image to 64ba6d8 (mobile-friendly chat UI)
Replaces the frameset-based chat layout with iframes + flexbox and adds viewport meta tags across templates, so the chat is usable on phones.
Diffstat (limited to 'f3s')
-rw-r--r--f3s/ychat/helm-chart/Chart.yaml4
-rw-r--r--f3s/ychat/helm-chart/templates/deployment.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/f3s/ychat/helm-chart/Chart.yaml b/f3s/ychat/helm-chart/Chart.yaml
index 69771cd..8c6d064 100644
--- a/f3s/ychat/helm-chart/Chart.yaml
+++ b/f3s/ychat/helm-chart/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
name: ychat
description: yChat revival (SQLite-backed, persistent registered accounts) for f3s
type: application
-version: 0.3.0
-appVersion: "b8faffb" \ No newline at end of file
+version: 0.4.0
+appVersion: "64ba6d8" \ 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 afa8c2b..3a3fa52 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:b8faffb
+ image: registry.lan.buetow.org:30001/ychat:64ba6d8
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false