diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml index 7d435c5..3ffebdf 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 1731d23..06461ec 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 d1e0bb7..6be3f17 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