commit | e77b89539515a4724c370040a8c4f052f307b79a | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Tue Feb 02 16:10:41 2021 +0100 |
committer | Andrea Campanella <andrea@opennetworking.org> | Tue Feb 02 16:10:41 2021 +0100 |
tree | adf2638fc134949f3e9490fc8d9edd357436f4e2 | |
parent | e05c01885d23f8e4d42da20fb72cea94e208039e [diff] |
Disabling by default the atomix persistency for ONOS in the voltha-infra chart Change-Id: I489f5f1a1d525ad6ea59aabe0850bdaa6270707e
diff --git a/voltha-infra/Chart.yaml b/voltha-infra/Chart.yaml index 9a1e5aa..4881ec8 100644 --- a/voltha-infra/Chart.yaml +++ b/voltha-infra/Chart.yaml
@@ -29,7 +29,7 @@ name: voltha-infra appVersion: "1.0" -version: 0.1.1 +version: 0.1.2 dependencies: - name: onos-classic
diff --git a/voltha-infra/values.yaml b/voltha-infra/values.yaml index 6c6676c..208b0b3 100644 --- a/voltha-infra/values.yaml +++ b/voltha-infra/values.yaml
@@ -21,6 +21,8 @@ replicas: 1 atomix: replicas: 0 + persistence: + enabled: false image: pullPolicy: Always repository: voltha/voltha-onos