From 2a929a6f688cde8397214fc76569ad19cb3db197 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Aug 2026 17:46:32 +0300 Subject: ychat: bump image to fac9995 (release 0.9.3) Amp-Thread-ID: https://ampcode.com/threads/T-019fc2a1-15bb-7179-939e-39dd3bb10597 Co-authored-by: Amp --- 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 a980d37..e3d3dd3 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: "8f3051b" +appVersion: "fac9995" diff --git a/f3s/ychat/helm-chart/templates/deployment.yaml b/f3s/ychat/helm-chart/templates/deployment.yaml index 94071b2..365588e 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:8f3051b + image: registry.lan.buetow.org:30001/ychat:fac9995 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false -- cgit v1.2.3