jenkins: Update config to include additional filters

Should help with the massive number of targets we have now.

Change-Id: Ic7f2d4a78cf1552023a3c357c1a350442975e977
diff --git a/k8s/configmap.yaml b/k8s/configmap.yaml
index edb5626..89ed191 100644
--- a/k8s/configmap.yaml
+++ b/k8s/configmap.yaml
@@ -47,6 +47,30 @@
               - "lastFailure"
               - "lastDuration"
               - "buildButton"
+            description: "All Image Targets"
+            includeRegex: "^image.*"
+            name: "image"
+        - list:
+            columns:
+              - "status"
+              - "weather"
+              - "jobName"
+              - "lastSuccess"
+              - "lastFailure"
+              - "lastDuration"
+              - "buildButton"
             description: "All Enterprise Packages"
             includeRegex: "^enterprise.*"
             name: "enterprise"
+        - list:
+            columns:
+              - "status"
+              - "weather"
+              - "jobName"
+              - "lastSuccess"
+              - "lastFailure"
+              - "lastDuration"
+              - "buildButton"
+            description: "All Excelsior Targets"
+            includeRegex: "^excelsior.*"
+            name: "excelsior"