From 72b69c1313f4545ed9e431e0ccdefbbbe3dfc86b Mon Sep 17 00:00:00 2001 From: Mahendra Raghuwanshi Date: Thu, 4 Apr 2019 10:43:25 +0000 Subject: SO Rolling upgrade using helm hooks Issue-ID: OOM-1772 Change-Id: If206ae7cc2f4273889376e1bb3fa77bacfaae3cc Signed-off-by: Mahendra Raghuwanshi --- kubernetes/so/requirements.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'kubernetes/so/requirements.yaml') 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 -- cgit 1.2.3-korg