summaryrefslogtreecommitdiff
path: root/f3s/ychat/helm-chart/Chart.yaml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-03 23:15:33 +0300
committerPaul Buetow <paul@buetow.org>2026-07-03 23:15:33 +0300
commit7f4b152880bdbd7e0b603cfea43a766b6fb56823 (patch)
tree5a946625e5de1b2bd1d21d8538aaa277777548e4 /f3s/ychat/helm-chart/Chart.yaml
parenta62a6048bd65a9cf4267cf77141e1818fd72a16c (diff)
f3s/ychat: add persistent SQLite volume, bump image to 67babb2
ychat now requires SQLite (no more no-DB build), so registered accounts need to survive pod restarts. Adds a hostPath-backed PV/PVC for /app/data, an NFS sentinel initContainer (same pattern as other f3s charts), and points the image at the SQLite-mandatory build.
Diffstat (limited to 'f3s/ychat/helm-chart/Chart.yaml')
-rw-r--r--f3s/ychat/helm-chart/Chart.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/f3s/ychat/helm-chart/Chart.yaml b/f3s/ychat/helm-chart/Chart.yaml
index 1326171..5150739 100644
--- a/f3s/ychat/helm-chart/Chart.yaml
+++ b/f3s/ychat/helm-chart/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: ychat
-description: yChat revival (Mode A, in-memory guest chat) for f3s
+description: yChat revival (SQLite-backed, persistent registered accounts) for f3s
type: application
-version: 0.1.0
-appVersion: "6c3a65b" \ No newline at end of file
+version: 0.2.0
+appVersion: "67babb2" \ No newline at end of file