summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-07 13:32:07 +0300
committerPaul Buetow <paul@buetow.org>2026-07-07 13:32:07 +0300
commit20dba5c4d023756ad308e4ddbe2eb097272641d9 (patch)
tree0b04911a0220ec48de8fbff206b527926d014696 /f3s
parenta5b6b38872cc41bcd1073b542cc04075d63a9874 (diff)
f3s/ychat: bump image to 1db2cfe (fix clipped mobile input link row)
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 7dedbdf..9c6a0b8 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.7.0
-appVersion: "a3908e1" \ No newline at end of file
+version: 0.8.0
+appVersion: "1db2cfe" \ 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 fccb141..ff69935 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:a3908e1
+ image: registry.lan.buetow.org:30001/ychat:1db2cfe
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false