AETHER-2796 make application.endpoint.port-start not mandatory

Change-Id: Ic443bc7c00f6e73623c53ab1c7eefc4d4513a728
diff --git a/aether-roc-api/Chart.yaml b/aether-roc-api/Chart.yaml
index 637a9b0..fc7d3bc 100644
--- a/aether-roc-api/Chart.yaml
+++ b/aether-roc-api/Chart.yaml
@@ -7,8 +7,8 @@
 description: Aether ROC API
 kubeVersion: ">=1.15.0"
 type: application
-version: 1.2.11
-appVersion: v0.8.13
+version: 1.2.12
+appVersion: v0.8.14
 keywords:
   - aether
   - config
diff --git a/aether-roc-api/values.yaml b/aether-roc-api/values.yaml
index 3272ccf..d54a84a 100644
--- a/aether-roc-api/values.yaml
+++ b/aether-roc-api/values.yaml
@@ -10,7 +10,7 @@
 
 image:
   repository: onosproject/aether-roc-api
-  tag: v0.8.13
+  tag: v0.8.14
   pullPolicy: IfNotPresent
   pullSecrets: []