Aether-3088 change license to Apache-2.0

Change-Id: I42d7535e82065a8031119bee17594d3fb358a1e5
diff --git a/chronos-umbrella/Chart.yaml b/chronos-umbrella/Chart.yaml
index db30c96..00fa1c0 100644
--- a/chronos-umbrella/Chart.yaml
+++ b/chronos-umbrella/Chart.yaml
@@ -1,13 +1,13 @@
 # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>

 #

-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0

+# SPDX-License-Identifier: Apache-2.0

 

 apiVersion: v2

 name: chronos-umbrella

 description: Chronos Umbrella chart to deploy all Aether ROC

 kubeVersion: ">=1.18.0"

 type: application

-version: 0.1.23

+version: 0.1.24

 appVersion: v0.0.0

 keywords:

   - aether

@@ -29,15 +29,15 @@
   - name: chronos-exporter

     condition: import.chronos-exporter.enabled

     repository: "file://../chronos-exporter"

-    version: 0.0.21

+    version: 0.0.23

   - name: aether-enterprise-portal

     condition: import.aether-enterprise-portal.enabled

     repository: "file://../aether-enterprise-portal"

-    version: 0.0.6

+    version: 0.0.7

   - name: rasa-model-server

     condition: import.rasa-model-server.enabled

     repository: "file://../rasa-model-server"

-    version: 0.0.2

+    version: 0.0.3

   - name: rasa

     condition: import.rasa.chronos.enabled

     repository: https://helm.rasa.com

diff --git a/chronos-umbrella/README.md b/chronos-umbrella/README.md
index 22a8b65..bd13d1f 100644
--- a/chronos-umbrella/README.md
+++ b/chronos-umbrella/README.md
@@ -1,7 +1,7 @@
 <!--

 SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>

 

-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0

+SPDX-License-Identifier: Apache-2.0

 -->

 

 ## Chronos Umbrella chart

diff --git a/chronos-umbrella/templates/NOTES.txt b/chronos-umbrella/templates/NOTES.txt
index 879d855..c5c7359 100644
--- a/chronos-umbrella/templates/NOTES.txt
+++ b/chronos-umbrella/templates/NOTES.txt
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021 Open Networking Foundation

 #

-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0

+# SPDX-License-Identifier: Apache-2.0

 

 Thank you for installing {{ .Chart.Name }} Helm chart.

 

diff --git a/chronos-umbrella/templates/_helpers.tpl b/chronos-umbrella/templates/_helpers.tpl
index 6e413de..72286dc 100644
--- a/chronos-umbrella/templates/_helpers.tpl
+++ b/chronos-umbrella/templates/_helpers.tpl
@@ -1,7 +1,7 @@
 {{/* vim: set filetype=mustache: */}}

 {{/*

 SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>

-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0

+SPDX-License-Identifier: Apache-2.0

 

 Expand the name of the chart.

 */}}

diff --git a/chronos-umbrella/templates/dashboards-templated.yaml b/chronos-umbrella/templates/dashboards-templated.yaml
index ec7f7cd..51930af 100644
--- a/chronos-umbrella/templates/dashboards-templated.yaml
+++ b/chronos-umbrella/templates/dashboards-templated.yaml
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 apiVersion: v1
 kind: ConfigMap
diff --git a/chronos-umbrella/templates/datasources-templated.yaml b/chronos-umbrella/templates/datasources-templated.yaml
index 8268d68..13a92f3 100644
--- a/chronos-umbrella/templates/datasources-templated.yaml
+++ b/chronos-umbrella/templates/datasources-templated.yaml
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 apiVersion: v1
 kind: ConfigMap
diff --git a/chronos-umbrella/tests/chronos-umbrella.go b/chronos-umbrella/tests/chronos-umbrella.go
index 9e70d56..95252e2 100644
--- a/chronos-umbrella/tests/chronos-umbrella.go
+++ b/chronos-umbrella/tests/chronos-umbrella.go
@@ -1,6 +1,6 @@
 // SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
 //
-// SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+// SPDX-License-Identifier: Apache-2.0
 
 package tests
 
diff --git a/chronos-umbrella/values.yaml b/chronos-umbrella/values.yaml
index e377885..2e6fbcf 100644
--- a/chronos-umbrella/values.yaml
+++ b/chronos-umbrella/values.yaml
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>

 #

-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0

+# SPDX-License-Identifier: Apache-2.0

 

 # Default values for all Aether Helm charts.

 # This is a YAML-formatted file.