Merge "Add verification to packaging job to make sure that the included submodule...
authorLusheng Ji <lji@research.att.com>
Mon, 13 Apr 2020 18:55:53 +0000 (18:55 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 13 Apr 2020 18:55:53 +0000 (18:55 +0000)
ric-common/Common-Template/helm/ric-common/Chart.yaml
ric-common/Common-Template/helm/ric-common/templates/_e2term.tpl

index e2f199a..e40385b 100644 (file)
@@ -18,4 +18,4 @@
 apiVersion: v1
 description: Common templates for inclusion in other charts
 name: ric-common
-version: 3.1.0
+version: 3.1.1
index f83862e..aad075a 100644 (file)
   {{- $name := ( include "common.fullname.e2term" . ) -}}
   {{- printf "service-%s-rmr" $name | trunc 63 | trimSuffix "-" -}}
 {{- end -}}
+{{- define "common.servicename.e2term.sctp" -}}
+  {{- $name := ( include "common.fullname.e2term" . ) -}}
+  {{- printf "service-%s-sctp" $name | trunc 63 | trimSuffix "-" -}}
+{{- end -}}
 
 {{- define "common.servicename.e2term.http" -}}
   {{- $name := ( include "common.fullname.e2term" . ) -}}
@@ -65,7 +69,7 @@
 {{- define "common.serviceport.e2term.rmr.data" -}}38000{{- end -}}
 {{- define "common.serviceport.e2term.rmr.route" -}}4561{{- end -}}
 {{- define "common.serviceport.e2term.http" -}}8080{{- end -}}
-{{- define "common.serviceport.e2term.sctp" -}}5577{{- end -}}
+{{- define "common.serviceport.e2term.sctp" -}}36422{{- end -}}
 
 
 {{- define "common.serviceaccountname.e2term" -}}