commit | db34617469c7d91a61a393f97bc11b206492e354 | [log] [tgz] |
---|---|---|
author | Maninder <maninder@ciena.com> | Mon Feb 01 16:06:00 2021 +0530 |
committer | Maninder Singh <maninder@ciena.com> | Mon Feb 08 06:28:25 2021 +0000 |
tree | 08eec91729b64b2c52d9d66ad7503d32f2eb2056 | |
parent | adc1b31953b8842f9eec78245d9c5da8c7c08df2 [diff] |
Changing default kvStore Path Prefix as part of a set of new helm chart Please refer https://gerrit.opencord.org/c/voltha-helm-charts/+/22295 Change-Id: Ib1b89d89508d494a190aed8adf95231d7d2a7510
diff --git a/VERSION b/VERSION index a2cec7a..7919852 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -4.0.8 +4.0.9
diff --git a/pkg/config/configmanager.go b/pkg/config/configmanager.go index 4b1c841..8350225 100644 --- a/pkg/config/configmanager.go +++ b/pkg/config/configmanager.go
@@ -29,7 +29,7 @@ const ( defaultkvStoreConfigPath = "config" - defaultkvStoreDataPathPrefix = "service/voltha" + defaultkvStoreDataPathPrefix = "service/voltha_voltha" kvStorePathSeparator = "/" )