From 2fe2c4e3a75e327237728593ec05ff4fdc27cb8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 00:56:02 +0000 Subject: [PATCH] Update ghcr.io/nodebb/nodebb Docker tag to v4.11 --- apps/nodebb/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nodebb/templates/deployment.yaml b/apps/nodebb/templates/deployment.yaml index aece1434..afa65d6c 100644 --- a/apps/nodebb/templates/deployment.yaml +++ b/apps/nodebb/templates/deployment.yaml @@ -42,7 +42,7 @@ spec: - mountPath: /data/plugins name: plugins containers: - - image: ghcr.io/nodebb/nodebb:4.7 + - image: ghcr.io/nodebb/nodebb:4.11 imagePullPolicy: Always name: nodebb volumeMounts: