diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-07 13:59:31 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-07 13:59:31 +0300 |
| commit | 97586316b13b97a32a11ba6d3ca33df81de4de0c (patch) | |
| tree | 552e48547e3ba1a62cc91e8e48aa72cd453eddc2 | |
| parent | 20dba5c4d023756ad308e4ddbe2eb097272641d9 (diff) | |
ychat: bump image to 4dd00e2 (mobile address-bar + online-frame 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 9c6a0b8..e4f5ad3 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: "1db2cfe"
\ No newline at end of file +appVersion: "4dd00e2"
\ 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 ff69935..ebe8604 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:1db2cfe + image: registry.lan.buetow.org:30001/ychat:4dd00e2 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
