diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-30 09:24:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-30 09:24:08 +0300 |
| commit | 1b70f3762b834369a6261292e83255ce34ceb967 (patch) | |
| tree | ab6ffae624232c23b153043ecb91366b4318f1f2 | |
| parent | 66d853faa0c0653409491258e5af6199db4b3eea (diff) | |
f3s/ychat: bump image to 3c50e28 (login crash fixes)
| -rw-r--r-- | f3s/ychat/helm-chart/Chart.yaml | 2 | ||||
| -rw-r--r-- | 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 14910d2..a06e0e8 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: "85dcf05"
\ No newline at end of file +appVersion: "3c50e28"
\ 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 d8586e0..14728ca 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:85dcf05 + image: registry.lan.buetow.org:30001/ychat:3c50e28 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
