diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-04-23 20:52:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-23 20:52:38 +0000 |
commit | 9591933faf7b9b60258c81ca01649d231a979506 (patch) | |
tree | 08aad43e8eac796869d6d65a5a453c4cf14040b5 /kubernetes/so/requirements.yaml | |
parent | 08296edb0fdaf5688b5560ebf3dc6b05d992f6a9 (diff) | |
parent | 72b69c1313f4545ed9e431e0ccdefbbbe3dfc86b (diff) |
Merge "SO Rolling upgrade using helm hooks"
Diffstat (limited to 'kubernetes/so/requirements.yaml')
-rwxr-xr-x | kubernetes/so/requirements.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kubernetes/so/requirements.yaml b/kubernetes/so/requirements.yaml index 12e77c38a0..237486d90b 100755 --- a/kubernetes/so/requirements.yaml +++ b/kubernetes/so/requirements.yaml @@ -17,4 +17,8 @@ dependencies: # local reference to common chart, as it is # a part of this chart's package and will not # be published independently to a repo (at this point) - repository: '@local'
\ No newline at end of file + repository: '@local' + - name: mariadb-galera + version: ~4.x-0 + repository: '@local' + condition: global.mariadbGalera.localCluster |