SEBA-461 update simpleexampleservice chart

Change-Id: I9334a57a5544d1cd06d0dde9f3bbee291d889f16
diff --git a/xos-services/simpleexampleservice/Chart.yaml b/xos-services/simpleexampleservice/Chart.yaml
index 1dfb7bd..7e22d70 100644
--- a/xos-services/simpleexampleservice/Chart.yaml
+++ b/xos-services/simpleexampleservice/Chart.yaml
@@ -17,5 +17,5 @@
 description: A Helm chart for XOS's "simpleexampleservice" service
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 1.1.5
-appVersion: 1.1.5
+version: 1.1.6
+appVersion: 1.1.7
diff --git a/xos-services/simpleexampleservice/templates/deployment.yaml b/xos-services/simpleexampleservice/templates/deployment.yaml
index 57db355..eb5c997 100644
--- a/xos-services/simpleexampleservice/templates/deployment.yaml
+++ b/xos-services/simpleexampleservice/templates/deployment.yaml
@@ -42,8 +42,8 @@
 {{ toYaml .Values.resources | indent 12 }}
           volumeMounts:
             - name: simpleexampleservice-config
-              mountPath: /opt/xos/synchronizers/simpleexampleservice/simpleexampleservice_config.yaml
-              subPath: simpleexampleservice_config.yaml
+              mountPath: /opt/xos/synchronizers/simpleexampleservice/config.yaml
+              subPath: config.yaml
             - name: certchain-volume
               mountPath: /usr/local/share/ca-certificates/local_certs.crt
               subPath: config/ca_cert_chain.pem
@@ -53,7 +53,7 @@
             name: simpleexampleservice
             items:
               - key: serviceConfig
-                path: simpleexampleservice_config.yaml
+                path: config.yaml
         - name: certchain-volume
           configMap:
             name: ca-certificates