From 07e5206e9432cae49092703996e81b63c8c6f37b Mon Sep 17 00:00:00 2001
From: Dimitrios Giannopoulos <dimit.giannopoulos@upnet.gr>
Date: Thu, 13 Jun 2024 13:04:33 +0000
Subject: [PATCH] feat: version 1.0.0

---
 kubernetes/helm/README.md                                       | 2 +-
 kubernetes/helm/openslice/Chart.yaml                            | 2 +-
 .../src/assets/config/config.prod.default.json                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kubernetes/helm/README.md b/kubernetes/helm/README.md
index 89fbcbb..57bb9b0 100644
--- a/kubernetes/helm/README.md
+++ b/kubernetes/helm/README.md
@@ -208,7 +208,7 @@ E.g. Edit "TITLE", "WIKI", etc properties with your domain title. Also configure
 ```
 {	      
     "TITLE": "OpenSlice by ETSI",
-    "PORTALVERSION":"2024-Q2 1.0.0-SNAPSHOT",
+    "PORTALVERSION":"2024-Q2 1.0.0",
     "WIKI": "https://osl.etsi.org/documentation",
     "BUGZILLA": "{BASEURL}/bugzilla/",
     "STATUS": "http://status.localhost/",
diff --git a/kubernetes/helm/openslice/Chart.yaml b/kubernetes/helm/openslice/Chart.yaml
index 4b6899e..65f11fc 100644
--- a/kubernetes/helm/openslice/Chart.yaml
+++ b/kubernetes/helm/openslice/Chart.yaml
@@ -20,4 +20,4 @@ version: 0.1.0
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
-appVersion: 1.0.0-SNAPSHOT
+appVersion: 1.0.0
diff --git a/kubernetes/helm/openslice/files/org.etsi.osl.tmf.web/src/assets/config/config.prod.default.json b/kubernetes/helm/openslice/files/org.etsi.osl.tmf.web/src/assets/config/config.prod.default.json
index 4ef84f6..ae2b91f 100644
--- a/kubernetes/helm/openslice/files/org.etsi.osl.tmf.web/src/assets/config/config.prod.default.json
+++ b/kubernetes/helm/openslice/files/org.etsi.osl.tmf.web/src/assets/config/config.prod.default.json
@@ -1,6 +1,6 @@
 {	      
   "TITLE": "Openslice demo",
-  "PORTALVERSION":"2023-Q3 1.0.0-SNAPSHOT",
+  "PORTALVERSION":"2023-Q3 1.0.0",
   "WIKI": "https://openslice.readthedocs.io/en/stable/",
   "BUGZILLA": "{BASEURL}/bugzilla/",
   "STATUS": "{BASEURL}/",
-- 
GitLab