From 97586316b13b97a32a11ba6d3ca33df81de4de0c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 7 Jul 2026 13:59:31 +0300 Subject: ychat: bump image to 4dd00e2 (mobile address-bar + online-frame fix) --- f3s/ychat/helm-chart/Chart.yaml | 2 +- f3s/ychat/helm-chart/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/f3s/ychat/helm-chart/Chart.yaml b/f3s/ychat/helm-chart/Chart.yaml index 9c6a0b8..e4f5ad3 100644 --- a/f3s/ychat/helm-chart/Chart.yaml +++ b/f3s/ychat/helm-chart/Chart.yaml @@ -3,4 +3,4 @@ name: ychat description: yChat revival (SQLite-backed, persistent registered accounts) for f3s type: application version: 0.8.0 -appVersion: "1db2cfe" \ No newline at end of file +appVersion: "4dd00e2" \ 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 ff69935..ebe8604 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:1db2cfe + image: registry.lan.buetow.org:30001/ychat:4dd00e2 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false -- cgit v1.2.3