diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-30 13:59:42 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-30 13:59:42 +0300 |
| commit | 8ccafa9c3a457bc1057bd6f09e96fc12a99ef924 (patch) | |
| tree | b07f5d64ecec934fa0f2849535722d178d4bb72e | |
| parent | 31ec5c182992e3f6753fa5dd2f065f686be8a5a3 (diff) | |
f3s/ychat: bump image to dadd9f9 (get_user UB fix)
| -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 7c0ded6..297a7f8 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: "fed8e7b"
\ No newline at end of file +appVersion: "dadd9f9"
\ 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 5f8ece4..d46f8c7 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:fed8e7b + image: registry.lan.buetow.org:30001/ychat:dadd9f9 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
