From 7743d8b8e6aceb4ca54a962829548ac2dd3107e0 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Thu, 19 Nov 2020 16:45:23 +0100 Subject: [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 Change-Id: Ibd2c03879035f2bdb83177bba2e4d6f32e108ca7 --- kubernetes/common/cassandra/requirements.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes/common/cassandra/requirements.yaml') 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' -- cgit 1.2.3-korg