diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-30 17:38:37 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-30 17:38:37 +0300 |
| commit | a5dd5d8eba9a0163319bb76748c8b210bb499102 (patch) | |
| tree | e232f7307ecd6fffcfeab6f23e33f4e45dd8af68 /f3s | |
| parent | 0bdd15edfbe035fd10b207adddb8f1e29005a7c4 (diff) | |
f3s/ychat: bump image to 6d079fb (flush_stream UAF fix)
Diffstat (limited to 'f3s')
| -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 22bff86..f0f220e 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: "e4de236"
\ No newline at end of file +appVersion: "6d079fb"
\ 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 4154956..25de7cd 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:e4de236 + image: registry.lan.buetow.org:30001/ychat:6d079fb imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
