VOL-3137 - release name best practice update

Change-Id: Iefce588d7b7383905e2d2fb43f1d1e7d6a7ce6ec
diff --git a/freeradius/values.yaml b/freeradius/values.yaml
index c8f5021..4707318 100644
--- a/freeradius/values.yaml
+++ b/freeradius/values.yaml
@@ -1,4 +1,3 @@
----
 # Copyright 2019-present Open Networking Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,15 +11,18 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+---
+nameOverride: ~
+fullNameOverride: ~
 
-serviceaccount: ''
+serviceaccount: ""
 
 defaults:
   image_pullPolicy: "Always"
 
 images:
   radius:
-    registry: ''
-    repository: 'tpdock/freeradius'
-    tag: '{{ .Chart.AppVersion }}'
-    pullPolicy: '{{ .Values.defaults.image_pullPolicy }}'
+    registry: ""
+    repository: "tpdock/freeradius"
+    tag: "{{ .Chart.AppVersion }}"
+    pullPolicy: "{{ .Values.defaults.image_pullPolicy }}"