From 01f1f75df9a06225cfc58295811d3aebc932d96d Mon Sep 17 00:00:00 2001 From: ElderMatt <18527012+ElderMatt@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:48:08 +0200 Subject: [PATCH 1/2] feat: hide ingress-nginx --- src/validators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validators.ts b/src/validators.ts index 7d24c4d9..fb62542e 100644 --- a/src/validators.ts +++ b/src/validators.ts @@ -93,7 +93,7 @@ export const PREINSTALLED_EXCLUDED_APPS = json({ export const HIDDEN_APPS = json({ desc: 'Applications that are hidden from the apps page', default: { - apps: [''], + apps: ['ingress-nginx'], }, }) export const OBJ_STORAGE_APPS = json({ From 095c36a72d59bb66d5bd5d3f6717d43e80639f40 Mon Sep 17 00:00:00 2001 From: ElderMatt <18527012+ElderMatt@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:05:15 +0200 Subject: [PATCH 2/2] fix: change to ingress-nginx-platform --- src/validators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validators.ts b/src/validators.ts index fb62542e..35b90a65 100644 --- a/src/validators.ts +++ b/src/validators.ts @@ -93,7 +93,7 @@ export const PREINSTALLED_EXCLUDED_APPS = json({ export const HIDDEN_APPS = json({ desc: 'Applications that are hidden from the apps page', default: { - apps: ['ingress-nginx'], + apps: ['ingress-nginx-platform'], }, }) export const OBJ_STORAGE_APPS = json({