aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/readinessCheck/requirements.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-19 16:56:22 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-01-08 11:02:20 +0100
commit6cda61042bd277665cf35cc27410cebd08b9e4e0 (patch)
treead6930f265688a0772b855926fbb2749767a24f8 /kubernetes/common/readinessCheck/requirements.yaml
parent9b759702f0cc15b9f20cb71c77e61da7379b3b43 (diff)
[COMMON][Readiness] Uses new tpls for repos / images
This commit makes Readiness Check template to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6d115a071e11f9e992f04ec2a14595a5aed5401b
Diffstat (limited to 'kubernetes/common/readinessCheck/requirements.yaml')
-rw-r--r--kubernetes/common/readinessCheck/requirements.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/common/readinessCheck/requirements.yaml b/kubernetes/common/readinessCheck/requirements.yaml
index 51e8789caf..9ef1615aae 100644
--- a/kubernetes/common/readinessCheck/requirements.yaml
+++ b/kubernetes/common/readinessCheck/requirements.yaml
@@ -16,3 +16,6 @@ dependencies:
- name: common
version: ~7.x-0
repository: 'file://../common'
+ - name: repositoryGenerator
+ version: ~7.x-0
+ repository: 'file://../repositoryGenerator'