From ec33114f26d2dace0dac2e388c705698ed84a210 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 11 Oct 2023 21:25:34 +0000 Subject: [PATCH] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 5 (done automagically via Drone pipeline) --- dashboard/prod/dashboard.yaml | 31 +++++++++++++++++++++++++++++++ dashboard/staging/dashboard.yaml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 06af11e..cacbb0e 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -57,6 +57,37 @@ data: "newTab": true } ] + }, + { + "name": "GitOps", + "items": [ + { + "name": "Gitea", + "displayURL": "git.ar21.de", + "url": "https://git.ar21.de", + "icon": "alt_route", + "newTab": true + }, + { + "name": "DroneCI", + "displayURL": "drone.ar21.de", + "url": "https://drone.ar21.de", + "icon": "helicopter", + "newTab": true + } + ] + }, + { + "name": "Applications", + "items": [ + { + "name": "Paste", + "displayURL": "paste.apps.yolokube.de", + "url": "https://paste.apps.yolokube.de", + "icon": "description", + "newTab": true + } + ] } ] } diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index d75ed6f..7745adf 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -57,6 +57,37 @@ data: "newTab": true } ] + }, + { + "name": "GitOps", + "items": [ + { + "name": "Gitea", + "displayURL": "git.ar21.de", + "url": "https://git.ar21.de", + "icon": "alt_route", + "newTab": true + }, + { + "name": "DroneCI", + "displayURL": "drone.ar21.de", + "url": "https://drone.ar21.de", + "icon": "helicopter", + "newTab": true + } + ] + }, + { + "name": "Applications", + "items": [ + { + "name": "Paste", + "displayURL": "paste.apps.yolokube.de", + "url": "https://paste.apps.yolokube.de", + "icon": "description", + "newTab": true + } + ] } ] }