New config in configpod and deploy set to true
Cleanup. Deploy 4G configpod always.
Change-Id: I7e2b8490fa696d384b8139bbe3a24e19efd44ac7
diff --git a/omec-control-plane/Chart.yaml b/omec-control-plane/Chart.yaml
index 479ba3e..7c7797f 100644
--- a/omec-control-plane/Chart.yaml
+++ b/omec-control-plane/Chart.yaml
@@ -3,11 +3,10 @@
# Copyright 2018-present Open Networking Foundation
#
# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: Apache-2.0
apiVersion: v1
description: OMEC control plane services
name: omec-control-plane
icon: https://guide.opencord.org/logos/cord.svg
-version: 0.10.4
+version: 0.10.5
diff --git a/omec-control-plane/templates/NOTES.txt b/omec-control-plane/templates/NOTES.txt
index decbd1c..7398da0 100644
--- a/omec-control-plane/templates/NOTES.txt
+++ b/omec-control-plane/templates/NOTES.txt
@@ -4,7 +4,6 @@
# Copyright 2018-present Open Networking Foundation
#
# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: Apache-2.0
*/ -}}
diff --git a/omec-control-plane/templates/_helpers.tpl b/omec-control-plane/templates/_helpers.tpl
index 21e3701..f259272 100644
--- a/omec-control-plane/templates/_helpers.tpl
+++ b/omec-control-plane/templates/_helpers.tpl
@@ -4,7 +4,6 @@
# Copyright 2018-present Open Networking Foundation
#
# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: Apache-2.0
*/ -}}
diff --git a/omec-control-plane/templates/bin/_hss-bootstrap.sh.tpl b/omec-control-plane/templates/bin/_hss-bootstrap.sh.tpl
index 5abef5d..6b0ea2e 100644
--- a/omec-control-plane/templates/bin/_hss-bootstrap.sh.tpl
+++ b/omec-control-plane/templates/bin/_hss-bootstrap.sh.tpl
@@ -4,7 +4,6 @@
# Copyright 2019-present Open Networking Foundation
#
# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: Apache-2.0
set -ex
diff --git a/omec-control-plane/templates/bin/_pcrf-bootstrap.sh.tpl b/omec-control-plane/templates/bin/_pcrf-bootstrap.sh.tpl
index 54e0ac1..fe00c56 100644
--- a/omec-control-plane/templates/bin/_pcrf-bootstrap.sh.tpl
+++ b/omec-control-plane/templates/bin/_pcrf-bootstrap.sh.tpl
@@ -3,7 +3,6 @@
# Copyright 2020-present Open Networking Foundation
#
# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: Apache-2.0
set -ex
diff --git a/omec-control-plane/values.yaml b/omec-control-plane/values.yaml
index 74056ea..bf1456f 100644
--- a/omec-control-plane/values.yaml
+++ b/omec-control-plane/values.yaml
@@ -2,7 +2,6 @@
# Copyright 2018-present Open Networking Foundation
#
# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: Apache-2.0
images:
tags:
@@ -117,7 +116,7 @@
debugLevel: info
ReportCaller: false
config4g:
- deploy: false
+ deploy: true
podAnnotations:
field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
prometheus:
@@ -141,13 +140,11 @@
version: 1.0.0
description: WebUI initial local configuration
configuration:
+ spec-compliant-sdf: false
endpoints:
- type: spgw
configPushUrl: "http://spgwc:8080/v1/config"
configCheckUrl: "http://spgwc:8080/v1/config-check"
- #- type: mmeapp
- # configPushUrl: "http://mme-app-config:8080/v1/config/slice"
- # configCheckUrl: "http://mme-app-config:8080/v1/config-check"
- type: mme-s1ap
configPushUrl: "http://mme:8081/v1/config/slice"
configCheckUrl: "http://mme:8081/v1/config-check"
diff --git a/omec-sub-provision/Chart.yaml b/omec-sub-provision/Chart.yaml
index 2f22139..85b826a 100644
--- a/omec-sub-provision/Chart.yaml
+++ b/omec-sub-provision/Chart.yaml
@@ -8,4 +8,4 @@
name: omec-sub-provision
icon: https://guide.opencord.org/logos/cord.svg
-version: 0.4.3
+version: 0.4.4
diff --git a/omec-sub-provision/values.yaml b/omec-sub-provision/values.yaml
index 1f2cf9b..7755f6a 100644
--- a/omec-sub-provision/values.yaml
+++ b/omec-sub-provision/values.yaml
@@ -5,7 +5,7 @@
images:
tags:
init: docker.io/omecproject/pod-init:1.0.0
- simapp: "registry.aetherproject.org/omecproject/simapp:main-552bbec"
+ simapp: "registry.aetherproject.org/omecproject/simapp:main-2a3d85f"
pullPolicy: IfNotPresent
# Optionally specify an array of imagePullSecrets.
# Secrets must be manually created in the namespace.