[VOL-5359] Add redis option as KVStore
Change-Id: Iacf583f53a2b00e9f0afd49c51ffb6be616e9b9b
Signed-off-by: abhay <abhayk@radisys.com>
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index a796dd7..ca848eb 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2019-2024 Open Networking Foundation (ONF) and the ONF Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
## Chart version for package: 'voltha'
## Increment when Chart.yaml changes
-version: "2.12.19"
+version: "2.12.20"
description: "A Helm chart for Voltha based on K8S resources in Voltha project"
keywords:
@@ -37,6 +37,6 @@
# app version is NOT used in this chart for application versions or image tags
# but represents the voltha release version itself
-appVersion: "2.12"
+appVersion: "3.6.1"
# [EOF]