diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-07 14:54:43 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-07 14:54:43 +0300 |
| commit | 213c92a36424d55f7a4650851ceb45c8a2283926 (patch) | |
| tree | 47318b3ee87543bb6401e9e65518b99ad26f58ae | |
| parent | 97586316b13b97a32a11ba6d3ca33df81de4de0c (diff) | |
ychat: bump image to 1f28ff5 (redirect to login on invalid session)
| -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 e4f5ad3..d85b4aa 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: "4dd00e2"
\ No newline at end of file +appVersion: "1f28ff5"
\ 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 ebe8604..3bfbfa2 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:4dd00e2 + image: registry.lan.buetow.org:30001/ychat:1f28ff5 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
