diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-30 23:10:55 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-30 23:10:55 +0300 |
| commit | 7ac7e5fe46d32751f23d1638f946783c03bb2fd4 (patch) | |
| tree | f5a3d9e52fda960bd068d0a2a25837f92c548da5 /f3s | |
| parent | 19e2c4ca8ef246f76434fd8c3ef0cb1fe73e390d (diff) | |
f3s/ychat: bump image to 6c3a65b (hide no-DB Options menu)
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 01d63b5..1326171 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: "c46fec1"
\ No newline at end of file +appVersion: "6c3a65b"
\ 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 008313e..991d75c 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:c46fec1 + image: registry.lan.buetow.org:30001/ychat:6c3a65b imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
