diff options
author | Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com> | 2019-03-20 06:36:19 +0000 |
---|---|---|
committer | mahendrr <mahendra.raghuwanshi@amdocs.com> | 2019-04-17 13:09:47 +0000 |
commit | 105cbb9d8a7f442a82e8c0a6262464175b80309b (patch) | |
tree | fceb77fb4938344675d0d4bf5fdccd1ef391ee6b /requirements.yaml | |
parent | 715a2a894e076b1529bdd1740c7ffaf46f62e219 (diff) |
AAI Rolling upgrade using helm hooks
Change-Id: I81b8c7069e374e2ee789f6dd99e6cb55d98e5d28
Issue-ID: OOM-1676
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'requirements.yaml')
-rw-r--r-- | requirements.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/requirements.yaml b/requirements.yaml index 01f6f1a..24f69b2 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -19,3 +19,10 @@ dependencies: # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' + - name: cassandra + version: ~4.x-0 + # 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' + condition: global.cassandra.localCluster |