[COMMON] Bump ONAP version

Update chart versions to 13.0.0 for Montreal

Issue-ID: OOM-3173

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Ie53fd021f01e459c464e44f4459a73ba0b00c172
diff --git a/kubernetes/common/cassandra/Chart.yaml b/kubernetes/common/cassandra/Chart.yaml
index bb4c5b4..c861b1a 100644
--- a/kubernetes/common/cassandra/Chart.yaml
+++ b/kubernetes/common/cassandra/Chart.yaml
@@ -18,15 +18,15 @@
 apiVersion: v2
 description: ONAP cassandra
 name: cassandra
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
   - name: serviceAccount
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../serviceAccount'
diff --git a/kubernetes/common/cert-wrapper/Chart.yaml b/kubernetes/common/cert-wrapper/Chart.yaml
index c42a319..de55e11 100644
--- a/kubernetes/common/cert-wrapper/Chart.yaml
+++ b/kubernetes/common/cert-wrapper/Chart.yaml
@@ -17,9 +17,9 @@
 apiVersion: v2
 description: Wrapper chart to allow truststore to be shared among cert-initializer instances
 name: cert-wrapper
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: certInitializer
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../certInitializer'
diff --git a/kubernetes/common/certInitializer/Chart.yaml b/kubernetes/common/certInitializer/Chart.yaml
index 6b4e0df..e1bb478 100644
--- a/kubernetes/common/certInitializer/Chart.yaml
+++ b/kubernetes/common/certInitializer/Chart.yaml
@@ -17,15 +17,15 @@
 apiVersion: v2
 description: Template used to obtain certificates in onap
 name: certInitializer
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: readinessCheck
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../readinessCheck'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
diff --git a/kubernetes/common/certManagerCertificate/Chart.yaml b/kubernetes/common/certManagerCertificate/Chart.yaml
index 4854a62..4fc1a72 100644
--- a/kubernetes/common/certManagerCertificate/Chart.yaml
+++ b/kubernetes/common/certManagerCertificate/Chart.yaml
@@ -17,12 +17,12 @@
 apiVersion: v2
 name: certManagerCertificate
 description: A Helm chart for Cert-Manager Certificate CRD template
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: cmpv2Config
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../cmpv2Config'
diff --git a/kubernetes/common/cmpv2Config/Chart.yaml b/kubernetes/common/cmpv2Config/Chart.yaml
index c076c99..0198c38 100644
--- a/kubernetes/common/cmpv2Config/Chart.yaml
+++ b/kubernetes/common/cmpv2Config/Chart.yaml
@@ -17,9 +17,9 @@
 apiVersion: v2
 description: Template used to store cmpv2 configuration in onap
 name: cmpv2Config
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
diff --git a/kubernetes/common/common/Chart.yaml b/kubernetes/common/common/Chart.yaml
index f041511..f66a0c6 100644
--- a/kubernetes/common/common/Chart.yaml
+++ b/kubernetes/common/common/Chart.yaml
@@ -16,4 +16,4 @@
 apiVersion: v2
 description: Common templates for inclusion in other charts
 name: common
-version: 12.0.0
+version: 13.0.0
diff --git a/kubernetes/common/dgbuilder/Chart.yaml b/kubernetes/common/dgbuilder/Chart.yaml
index 9256b5a..b5a2c94 100644
--- a/kubernetes/common/dgbuilder/Chart.yaml
+++ b/kubernetes/common/dgbuilder/Chart.yaml
@@ -17,15 +17,15 @@
 apiVersion: v2
 description: D.G. Builder application
 name: dgbuilder
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
   - name: serviceAccount
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../serviceAccount'
diff --git a/kubernetes/common/elasticsearch/Chart.yaml b/kubernetes/common/elasticsearch/Chart.yaml
index cc02711..d021961 100644
--- a/kubernetes/common/elasticsearch/Chart.yaml
+++ b/kubernetes/common/elasticsearch/Chart.yaml
@@ -18,26 +18,26 @@
 apiVersion: v2
 description: ONAP elasticsearch
 name: elasticsearch
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: master
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://components/master'
   - name: data
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://components/data'
     condition: elasticsearch.data.enabled,data.enabled
   - name: curator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://components/curator'
     condition: elasticsearch.curator.enabled,curator.enabled
   - name: certInitializer
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../certInitializer'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
diff --git a/kubernetes/common/elasticsearch/components/curator/Chart.yaml b/kubernetes/common/elasticsearch/components/curator/Chart.yaml
index 96f75a1..39780f2 100644
--- a/kubernetes/common/elasticsearch/components/curator/Chart.yaml
+++ b/kubernetes/common/elasticsearch/components/curator/Chart.yaml
@@ -18,12 +18,12 @@
 apiVersion: v2
 description: ONAP elasticsearch curator
 name: curator
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../../../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../../../repositoryGenerator'
\ No newline at end of file
diff --git a/kubernetes/common/elasticsearch/components/data/Chart.yaml b/kubernetes/common/elasticsearch/components/data/Chart.yaml
index 1b42a19..d49a210 100644
--- a/kubernetes/common/elasticsearch/components/data/Chart.yaml
+++ b/kubernetes/common/elasticsearch/components/data/Chart.yaml
@@ -18,12 +18,12 @@
 apiVersion: v2
 description: ONAP elasticsearch data
 name: data
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../../../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../../../repositoryGenerator'
diff --git a/kubernetes/common/elasticsearch/components/master/Chart.yaml b/kubernetes/common/elasticsearch/components/master/Chart.yaml
index 5ff277d..73d5907 100644
--- a/kubernetes/common/elasticsearch/components/master/Chart.yaml
+++ b/kubernetes/common/elasticsearch/components/master/Chart.yaml
@@ -17,12 +17,12 @@
 apiVersion: v2
 description: ONAP elasticsearch master
 name: master
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../../../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../../../repositoryGenerator'
diff --git a/kubernetes/common/etcd-init/Chart.yaml b/kubernetes/common/etcd-init/Chart.yaml
index a76d534..6605f51 100644
--- a/kubernetes/common/etcd-init/Chart.yaml
+++ b/kubernetes/common/etcd-init/Chart.yaml
@@ -17,12 +17,12 @@
 apiVersion: v2
 description: Chart for etcd init job
 name: etcd-init
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
\ No newline at end of file
diff --git a/kubernetes/common/etcd/Chart.yaml b/kubernetes/common/etcd/Chart.yaml
index e038e26..02fc2c0 100644
--- a/kubernetes/common/etcd/Chart.yaml
+++ b/kubernetes/common/etcd/Chart.yaml
@@ -17,7 +17,7 @@
 apiVersion: v2
 name: etcd
 home: https://github.com/coreos/etcd
-version: 12.0.0
+version: 13.0.0
 appVersion: 2.2.5
 description: Distributed reliable key-value store for the most critical data of a
   distributed system.
@@ -27,8 +27,8 @@
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
diff --git a/kubernetes/common/logConfiguration/Chart.yaml b/kubernetes/common/logConfiguration/Chart.yaml
index 8207803..a5790a4 100644
--- a/kubernetes/common/logConfiguration/Chart.yaml
+++ b/kubernetes/common/logConfiguration/Chart.yaml
@@ -17,9 +17,9 @@
 apiVersion: v2
 description: Template used to create same STDOUT log configuration
 name: logConfiguration
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
diff --git a/kubernetes/common/mariadb-galera/Chart.yaml b/kubernetes/common/mariadb-galera/Chart.yaml
index 587fa38..92eac6f 100644
--- a/kubernetes/common/mariadb-galera/Chart.yaml
+++ b/kubernetes/common/mariadb-galera/Chart.yaml
@@ -18,7 +18,7 @@
 apiVersion: v2
 description: Chart for MariaDB Galera cluster
 name: mariadb-galera
-version: 12.0.0
+version: 13.0.0
 keywords:
   - mariadb
   - mysql
@@ -29,14 +29,14 @@
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: readinessCheck
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../readinessCheck'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
   - name: serviceAccount
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../serviceAccount'
\ No newline at end of file
diff --git a/kubernetes/common/mariadb-init/Chart.yaml b/kubernetes/common/mariadb-init/Chart.yaml
index 32e6762..f4d9c2d 100644
--- a/kubernetes/common/mariadb-init/Chart.yaml
+++ b/kubernetes/common/mariadb-init/Chart.yaml
@@ -17,12 +17,12 @@
 apiVersion: v2
 description: Chart for MariaDB Galera init job
 name: mariadb-init
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
\ No newline at end of file
diff --git a/kubernetes/common/mongo/Chart.yaml b/kubernetes/common/mongo/Chart.yaml
index 180af14..7222916 100644
--- a/kubernetes/common/mongo/Chart.yaml
+++ b/kubernetes/common/mongo/Chart.yaml
@@ -16,12 +16,12 @@
 apiVersion: v2
 description: MongoDB Server
 name: mongo
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
\ No newline at end of file
diff --git a/kubernetes/common/music/Chart.yaml b/kubernetes/common/music/Chart.yaml
index c41eff4..151767b 100644
--- a/kubernetes/common/music/Chart.yaml
+++ b/kubernetes/common/music/Chart.yaml
@@ -17,18 +17,18 @@
 apiVersion: v2
 description: MUSIC - Multi-site State Coordination Service
 name: music
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: music-cassandra
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://components/music-cassandra'
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
   - name: certInitializer
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../certInitializer'
\ No newline at end of file
diff --git a/kubernetes/common/music/components/music-cassandra/Chart.yaml b/kubernetes/common/music/components/music-cassandra/Chart.yaml
index 6c68082..b458749 100644
--- a/kubernetes/common/music/components/music-cassandra/Chart.yaml
+++ b/kubernetes/common/music/components/music-cassandra/Chart.yaml
@@ -17,12 +17,12 @@
 apiVersion: v2
 description: ONAP - Cassandra Database
 name: music-cassandra
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../../../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../../../repositoryGenerator'
\ No newline at end of file
diff --git a/kubernetes/common/network-name-gen/Chart.yaml b/kubernetes/common/network-name-gen/Chart.yaml
index 08d5014..4bc06f9 100644
--- a/kubernetes/common/network-name-gen/Chart.yaml
+++ b/kubernetes/common/network-name-gen/Chart.yaml
@@ -17,20 +17,20 @@
 apiVersion: v2

 description: Name Generation Micro Service

 name: network-name-gen

-version: 12.0.0

+version: 13.0.0

 

 dependencies:

   - name: common

-    version: ~12.x-0

+    version: ~13.x-0

     repository: 'file://../common'

   - name: repositoryGenerator

-    version: ~12.x-0

+    version: ~13.x-0

     repository: 'file://../repositoryGenerator'

   - name: mariadb-galera

-    version: ~12.x-0

+    version: ~13.x-0

     repository: 'file://../mariadb-galera'

     condition: global.mariadbGalera.localCluster

   - name: mariadb-init

-    version: ~12.x-0

+    version: ~13.x-0

     repository: 'file://../mariadb-init'

     condition: global.mariadbGalera.globalCluster
\ No newline at end of file
diff --git a/kubernetes/common/postgres-init/Chart.yaml b/kubernetes/common/postgres-init/Chart.yaml
index 9fe2eae..34f5352 100644
--- a/kubernetes/common/postgres-init/Chart.yaml
+++ b/kubernetes/common/postgres-init/Chart.yaml
@@ -16,13 +16,13 @@
 apiVersion: v2
 description: Chart for Postgres init job
 name: postgres-init
-version: 12.0.0
+version: 13.0.0
 
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
\ No newline at end of file
diff --git a/kubernetes/common/postgres/Chart.yaml b/kubernetes/common/postgres/Chart.yaml
index d09f412..e81fc3f 100644
--- a/kubernetes/common/postgres/Chart.yaml
+++ b/kubernetes/common/postgres/Chart.yaml
@@ -17,12 +17,12 @@
 apiVersion: v2
 description: ONAP Postgres Server
 name: postgres
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
\ No newline at end of file
diff --git a/kubernetes/common/readinessCheck/Chart.yaml b/kubernetes/common/readinessCheck/Chart.yaml
index 6caea5f..a53c7ab 100644
--- a/kubernetes/common/readinessCheck/Chart.yaml
+++ b/kubernetes/common/readinessCheck/Chart.yaml
@@ -17,12 +17,12 @@
 apiVersion: v2
 description: Template used to wait for other deployment/sts/jobs in onap
 name: readinessCheck
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
\ No newline at end of file
diff --git a/kubernetes/common/repository-wrapper/Chart.yaml b/kubernetes/common/repository-wrapper/Chart.yaml
index 3823e64..c9894d2 100644
--- a/kubernetes/common/repository-wrapper/Chart.yaml
+++ b/kubernetes/common/repository-wrapper/Chart.yaml
@@ -17,12 +17,12 @@
 apiVersion: v2
 description: Wrapper chart to allow docker secret to be shared all instances
 name: repository-wrapper
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
\ No newline at end of file
diff --git a/kubernetes/common/repositoryGenerator/Chart.yaml b/kubernetes/common/repositoryGenerator/Chart.yaml
index 52a2793..09d6836 100644
--- a/kubernetes/common/repositoryGenerator/Chart.yaml
+++ b/kubernetes/common/repositoryGenerator/Chart.yaml
@@ -16,4 +16,4 @@
 apiVersion: v2
 description: Template used to generate the right repository link
 name: repositoryGenerator
-version: 12.0.0
+version: 13.0.0
diff --git a/kubernetes/common/roles-wrapper/Chart.yaml b/kubernetes/common/roles-wrapper/Chart.yaml
index 717d12a..5de7b72 100644
--- a/kubernetes/common/roles-wrapper/Chart.yaml
+++ b/kubernetes/common/roles-wrapper/Chart.yaml
@@ -16,9 +16,9 @@
 apiVersion: v2
 description: Wrapper chart to allow default roles to be shared among onap instances
 name: roles-wrapper
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
\ No newline at end of file
diff --git a/kubernetes/common/serviceAccount/Chart.yaml b/kubernetes/common/serviceAccount/Chart.yaml
index 2de9036..f214dce 100644
--- a/kubernetes/common/serviceAccount/Chart.yaml
+++ b/kubernetes/common/serviceAccount/Chart.yaml
@@ -17,9 +17,9 @@
 apiVersion: v2
 description: Template used to create the right Service Accounts / Role / RoleBinding
 name: serviceAccount
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../common'
\ No newline at end of file
diff --git a/kubernetes/common/timescaledb/Chart.yaml b/kubernetes/common/timescaledb/Chart.yaml
index cb9965f..d8b9869 100644
--- a/kubernetes/common/timescaledb/Chart.yaml
+++ b/kubernetes/common/timescaledb/Chart.yaml
@@ -22,15 +22,15 @@
 appVersion: "1.0"
 description: ONAP timescaledb
 name: timescaledb
-version: 12.0.0
+version: 13.0.0
 
 dependencies:
   - name: common
-    version: ~12.x-0
+    version: ~13.x-0
     repository: '@local'
   - name: serviceAccount
-    version: ~12.x-0
+    version: ~13.x-0
     repository: '@local'
   - name: repositoryGenerator
-    version: ~12.x-0
+    version: ~13.x-0
     repository: 'file://../repositoryGenerator'
\ No newline at end of file