From 20dba5c4d023756ad308e4ddbe2eb097272641d9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 7 Jul 2026 13:32:07 +0300 Subject: f3s/ychat: bump image to 1db2cfe (fix clipped mobile input link row) --- f3s/ychat/helm-chart/Chart.yaml | 4 ++-- f3s/ychat/helm-chart/templates/deployment.yaml | 2 +- 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 -- cgit v1.2.3