From 0d0345d47d8b427c7ec19c36728edb1ea80b7849 Mon Sep 17 00:00:00 2001 From: Adam Anthony Date: Sun, 12 Apr 2026 19:04:12 -0400 Subject: [PATCH] fix: add app icon and statusInformers for Tier 4 - icon: game controller SVG for EC installer display (rubric 4.6) - statusInformers: add postgresql and redis statefulsets (rubric 2.10) Co-Authored-By: Claude Sonnet 4.6 --- kots-app.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kots-app.yaml b/kots-app.yaml index d6c22e4..04e6082 100644 --- a/kots-app.yaml +++ b/kots-app.yaml @@ -4,5 +4,8 @@ metadata: name: gameshelf spec: title: GameShelf + icon: https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Classic_Game_Controller_Icon.svg/240px-Classic_Game_Controller_Icon.svg.png statusInformers: - deployment/gameshelf + - statefulset/gameshelf-postgresql + - statefulset/gameshelf-redis-master