From 173f2d7bf14229b1b229d69680692e53cf8e5e6b Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 6 Oct 2021 12:33:05 +0000
Subject: [PATCH] Apply 3 suggestion(s) to 3 file(s)

---
 deployment/helmchart/Chart.yaml                | 2 +-
 deployment/helmchart/templates/_helpers.tpl    | 2 +-
 deployment/helmchart/values-local.yaml.example | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index 7d435c5a..3ffebdfc 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 1731d23c..06461ecb 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 d1e0bb7d..6be3f173 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
-- 
GitLab