From 4d41238932d87d8902b2d95faedab261cbe9e432 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 17 Sep 2026 09:39:22 +1000 Subject: [PATCH] Upgrade NextExplorer --- services/NextExplorer/deployment-nextexplorer.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/services/NextExplorer/deployment-nextexplorer.yaml b/services/NextExplorer/deployment-nextexplorer.yaml index de9397c..f4b944b 100644 --- a/services/NextExplorer/deployment-nextexplorer.yaml +++ b/services/NextExplorer/deployment-nextexplorer.yaml @@ -17,13 +17,14 @@ spec: spec: containers: - name: nextexplorer - image: ghcr.io/cerede2000/explorer:3.5.0-lean + image: ghcr.io/cerede2000/explorer:3.7.0-lean env: - name: PUBLIC_URL -# value: https://st.itch.fyi value: https://st.itch.fyi - - name: SESSION_SECRET - value: VPd67z54NMceyvnPNaSCtktuePTbcIPU + - name: TRASH_ENABLED + value: "false" + - name: VERSIONS_ENABLED + value: "false" ports: - name: web containerPort: 3000