From 44fe6c6256ff2b5d1a6bf90ce8d9e782cfbd3881 Mon Sep 17 00:00:00 2001 From: Sebastian Leheis Date: Wed, 20 Sep 2023 21:58:23 +0200 Subject: [PATCH] updated to own custom container image --- dashboard/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/dashboard.yaml b/dashboard/dashboard.yaml index 5e224be..1ad6924 100644 --- a/dashboard/dashboard.yaml +++ b/dashboard/dashboard.yaml @@ -303,7 +303,7 @@ spec: defaultMode: 0666 containers: - name: dashboard - image: phntxx/dashboard:latest + image: yolokube/dashboard:latest imagePullPolicy: IfNotPresent ports: - containerPort: 8080