summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/cassandra/requirements.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-19 16:45:23 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-20 20:01:31 +0000
commit7743d8b8e6aceb4ca54a962829548ac2dd3107e0 (patch)
tree7a2f779d7430b8436aef7bcefc0d399ecdda18ec /kubernetes/common/cassandra/requirements.yaml
parent2b2aa11021114438591d184af19fde6bbf06950a (diff)
[COMMON][CASSANDRA] Uses new tpls for repos / images
This commit makes cassandra template to use the new generator for repositories and images. Also, as cassandra is retrieved from dockerHub, we change the path in order to reflect that. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ibd2c03879035f2bdb83177bba2e4d6f32e108ca7
Diffstat (limited to 'kubernetes/common/cassandra/requirements.yaml')
-rw-r--r--kubernetes/common/cassandra/requirements.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/common/cassandra/requirements.yaml b/kubernetes/common/cassandra/requirements.yaml
index 90e6621aa3..62e1158c12 100644
--- a/kubernetes/common/cassandra/requirements.yaml
+++ b/kubernetes/common/cassandra/requirements.yaml
@@ -17,3 +17,6 @@ dependencies:
- name: common
version: ~6.x-0
repository: 'file://../common'
+ - name: repositoryGenerator
+ version: ~6.x-0
+ repository: 'file://../repositoryGenerator'