From 5f53f41ca455a06db587a51697ce2527d977f20e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:00:56 +0000 Subject: [PATCH] Update ghcr.io/nodebb/nodebb Docker tag to v4.9 --- 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..15373d5e 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.9 imagePullPolicy: Always name: nodebb volumeMounts: