From be1e3637f6a103cdc7d4207c534c47bfbbf8b5dc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 30 Jun 2026 22:40:11 +0300 Subject: f3s/ychat: bump image to 651f762 (drop no-op Register link) --- 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 d8a124d..7ca3335 100644 --- a/f3s/ychat/helm-chart/Chart.yaml +++ b/f3s/ychat/helm-chart/Chart.yaml @@ -3,4 +3,4 @@ name: ychat description: yChat revival (Mode A, in-memory guest chat) for f3s type: application version: 0.1.0 -appVersion: "f03e160" \ No newline at end of file +appVersion: "651f762" \ 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 522cd83..b5af5be 100644 --- a/f3s/ychat/helm-chart/templates/deployment.yaml +++ b/f3s/ychat/helm-chart/templates/deployment.yaml @@ -24,7 +24,7 @@ spec: fsGroup: 1000 containers: - name: ychat - image: registry.lan.buetow.org:30001/ychat:f03e160 + image: registry.lan.buetow.org:30001/ychat:651f762 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false -- cgit v1.2.3