voltha-infra: disable non function pdb deployment

* after updating the kubernetes cluster version for the berlin-lab, we
  need to also align the API versions used when creating kubernetes
  resources
* within the voltha-infra chart, the onos-classic chart is listed as a
  dependency, which has the atomix chart as a dependency
* within the atomix helm chart, a PodDisruptionBudget is deployed, using
  the apiVersion policy/v1beta1
  https://github.com/atomix/atomix-helm-charts/blob/master/atomix/templates/pdb.yaml#L6
* this apiVersion has been removed from Kubernetes (and been replaced
  with policy/v1), but the atomix helm Chart was last patched 2 years
  ago, leading to the assumption that it is unmaintained
* given that the other settings for atomix in the values.yml (e.g.
  replicas: 0) of voltha-infra suggest that atomix is not used, but was
  just added as a unwanted dependency of onos-classic, it might be
  easiest here to also just disable the deployment of the
  PodDisruptionBudget
* update VERSION tag
* update the voltha chart version to please the linter
* update voltha-infra chart version to 2.12.7

Signed-off-by: Jan Klare <jan.klare@bisdn.de>
Change-Id: Ie82239d3bc744f8064a4cd5e0d3a090ccd715c05
Signed-off-by: Cristina de Francisco <cristina.defrancisco@bisdn.de>
diff --git a/VERSION b/VERSION
index 47b322c..4d9d11c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.4.1
+3.4.2
diff --git a/voltha-infra/Chart.yaml b/voltha-infra/Chart.yaml
index e1d19be..2afd63e 100644
--- a/voltha-infra/Chart.yaml
+++ b/voltha-infra/Chart.yaml
@@ -34,8 +34,8 @@
 appVersion : "2.12"
 
 ## Chart version for package: voltha-infra
-##   aIncrement when Chart.yaml changes
-version    : "2.12.6"
+##   Increment when Chart.yaml changes
+version: "2.12.7"
 
 dependencies:
   - name       : "onos-classic"
diff --git a/voltha-infra/values.yaml b/voltha-infra/values.yaml
index 8659797..f6c86b7 100644
--- a/voltha-infra/values.yaml
+++ b/voltha-infra/values.yaml
@@ -51,6 +51,8 @@
     -Dds.lock.timeout.milliseconds=10000
     -Dlog4j2.formatMsgNoLookups=true
   atomix:
+    podDisruptionBudget:
+      enabled: false
     replicas: 0
     persistence:
       enabled: false
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 2c7aa6a..2f2af5d 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -43,7 +43,7 @@
 dependencies:
   - name       : voltha
     repository : file://../voltha
-    version    : "2.12.17"
+    version    : "2.12.18"
     condition  : voltha.enabled
   - name       : "voltha-adapter-openonu"
     repository : "file://../voltha-adapter-openonu"
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index 3b6785d..011448b 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -17,7 +17,7 @@
 
 ## Chart version for package: 'voltha'
 ##   Increment when Chart.yaml changes
-version: "2.12.17"
+version: "2.12.18"
 
 description: "A Helm chart for Voltha based on K8S resources in Voltha project"
 keywords: