summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-04 00:00:34 +0300
committerPaul Buetow <paul@buetow.org>2026-07-04 00:00:34 +0300
commitc0c06152762e45e2bd6edf3a68fd7036106bb303 (patch)
tree0ed6d40b9f6b98712bbd0233353a4029099e02a3
parenta8e6654bb40bc99504699c213ab05bcb5fefd664 (diff)
f3s/ychat: bump image to 256e4b2 (fix message-box shrink, Register spacing)
-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 8c6d064..418179b 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.4.0
-appVersion: "64ba6d8" \ No newline at end of file
+version: 0.5.0
+appVersion: "256e4b2" \ 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 3a3fa52..22b0ef9 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:64ba6d8
+ image: registry.lan.buetow.org:30001/ychat:256e4b2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false