diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index dbc4ef31f2c30619376e19d4b04254fb183c9053..7b20fee23faf248d51f098e704fae5062f478668 100644
--- a/deployment/helmchart/Chart.yaml
+++ b/deployment/helmchart/Chart.yaml
@@ -10,8 +10,8 @@ dependencies:
     version: 1.x.x
 description: A Helm chart for deploying the Stackspin Dashboard to Kubernetes
 engine: gotpl
-home: https://open.greenhost.net/stackspin/dashboard-frontend/
-icon: https://open.greenhost.net/stackspin/dashboard-frontend/-/blob/master/public/assets/logo.svg
+home: https://open.greenhost.net/stackspin/dashboard/
+icon: https://open.greenhost.net/stackspin/dashboard/-/blob/master/public/assets/logo.svg
 keywords:
   - stackspin
   - dashboard
@@ -20,6 +20,6 @@ maintainers:
     name: Stackspin
 name: stackspin-dashboard
 sources:
-  - https://open.greenhost.net/stackspin/dashboard-frontend/
+  - https://open.greenhost.net/stackspin/dashboard/
   - https://open.greenhost.net/stackspin/dashboard-backend/
 version: 0.1.0
diff --git a/deployment/helmchart/templates/_helpers.tpl b/deployment/helmchart/templates/_helpers.tpl
index c05dc41ba1a22b4b262e6fb06643ec733e0b1731..eef1d1c45d4340a5df7cb6cd21518d12b209b8a1 100644
--- a/deployment/helmchart/templates/_helpers.tpl
+++ b/deployment/helmchart/templates/_helpers.tpl
@@ -89,7 +89,7 @@ Service name for the backend service
 Service name for the frontend service
 */}}
 {{- define "frontend.serviceName" -}}
-  {{ include "common.names.fullname" . }}-frontend
+  {{ include "common.names.fullname" . }}
 {{- end -}}
 
 {{/*
diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index 492bad8c3f65bceb7ecbe18131a0bf40ed56ed3c..e4816129e2d6f32410633bffa9a1979397d4423a 100644
--- a/deployment/helmchart/values.yaml
+++ b/deployment/helmchart/values.yaml
@@ -44,7 +44,7 @@ image:
   imagePullSecrets: []
 
 ## Admin frontend configuration parameters
-## ref: https://open.greenhost.net/stackspin/dashboard-frontend
+## ref: https://open.greenhost.net/stackspin/dashboard
 ##
 frontend:
   ## Admin frontend image version
@@ -58,7 +58,7 @@ frontend:
   ##
   image:
     registry: open.greenhost.net:4567
-    repository: stackspin/admin-frontend/admin-frontend
+    repository: stackspin/admin/admin
     tag: 0.1.1
     ## Specify a imagePullPolicy
     ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'