diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml index 7d435c5af479c36e7cbe9f3c3854c68399ba8cda..3ffebdfcb47f4e6bb8eb1114e3420f33a07d17c7 100644 --- a/deployment/helmchart/Chart.yaml +++ b/deployment/helmchart/Chart.yaml @@ -18,7 +18,7 @@ keywords: maintainers: - email: info@openappstack.net name: Stackspin -name: dashboard +name: stackspin-dashboard sources: - https://open.greenhost.net/openappstack/dashboard-frontend/ - https://open.greenhost.net/openappstack/dashboard-backend/ diff --git a/deployment/helmchart/templates/_helpers.tpl b/deployment/helmchart/templates/_helpers.tpl index 1731d23c1dc429461c6ebc661816f0535ff18c09..06461ecbda0ab70c834232142fc32e4f7386faa1 100644 --- a/deployment/helmchart/templates/_helpers.tpl +++ b/deployment/helmchart/templates/_helpers.tpl @@ -11,7 +11,7 @@ Create the name of the service account to use {{- end -}} {{/* -Return the proper Docker image registry secret names +Return the proper container image registry secret names */}} {{- define "dashboard.imagePullSecrets" -}} {{ include "common.images.pullSecrets" (dict "images" (list .Values.image) "global" .Values.global) }} diff --git a/deployment/helmchart/values-local.yaml.example b/deployment/helmchart/values-local.yaml.example index d1e0bb7d5486b56d68cbafcce4ff4ad5c63bd884..6be3f173bef9a05d407fbcc7628ecf93dae20d75 100644 --- a/deployment/helmchart/values-local.yaml.example +++ b/deployment/helmchart/values-local.yaml.example @@ -1,4 +1,4 @@ -# Values you're likely to want to override. See values.yaml for their meanings +# Values you will likely want to override. See values.yaml for their meanings frontend: host: dashboard.oas.example.com