diff --git a/kubernetes/helm/README.md b/kubernetes/helm/README.md index 89fbcbbdb2c053cd2bbf4748713c3a486f5b4270..57bb9b09c49456cbc41eeb0ab5488af7812704fb 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 4b6899eee6a1e5038d31bb3ed30f656b7d146700..65f11fc665ebd8ca8bf4fddce77c804fa57f5e7d 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 4ef84f6695bfc035cd2fb5d850cf12d76305415f..ae2b91fca19115ee98b62f24cd27bbe14c7350fa 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}/",