From e81c753a65b3a251e180d58a71eb5c83ea7aad83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 17:43:23 +0000 Subject: [PATCH] Update ghcr.io/nodebb/nodebb Docker tag to v3.12.4 --- 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 77f300e3..e4b3274e 100644 --- a/apps/nodebb/templates/deployment.yaml +++ b/apps/nodebb/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: - mountPath: /data/plugins name: plugins containers: - - image: ghcr.io/nodebb/nodebb:3.12.3 + - image: ghcr.io/nodebb/nodebb:3.12.4 imagePullPolicy: Always name: nodebb volumeMounts: