X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fmariadb-galera%2FChart.yaml;h=85f36dc6fbc04d176ecc8302435c28fbfdd36a67;hb=refs%2Fheads%2Fmaster;hp=c255227262869ea5bf2015847b775529bfc30d61;hpb=7ffea7fdc885fe74a4884f94ee1a2baa1b29b74d;p=oom.git diff --git a/kubernetes/common/mariadb-galera/Chart.yaml b/kubernetes/common/mariadb-galera/Chart.yaml index c255227262..41d11a646e 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: 10.0.0 +version: 13.2.2 keywords: - mariadb - mysql @@ -29,14 +29,15 @@ keywords: dependencies: - name: common - version: ~10.x-0 - repository: 'file://../common' + version: ~13.x-0 + repository: '@local' - name: readinessCheck - version: ~10.x-0 - repository: 'file://../readinessCheck' + version: ~13.x-0 + repository: '@local' - name: repositoryGenerator - version: ~10.x-0 - repository: 'file://../repositoryGenerator' + version: ~13.x-0 + repository: '@local' - name: serviceAccount - version: ~10.x-0 - repository: 'file://../serviceAccount' \ No newline at end of file + version: ~13.x-0 + repository: '@local' + condition: global.mariadbGalera.enableServiceAccount \ No newline at end of file