diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-19 17:23:14 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-24 09:45:23 +0100 |
commit | 6a1ae6c27d8ef9e80802654b99e1e6ac239f2a53 (patch) | |
tree | 9465be7118f21c435432254e831debd5832f7760 /kubernetes/common/postgres/requirements.yaml | |
parent | 5229ec2ce61bbaf416c746c91254cb39175ff2bc (diff) |
[COMMON][POSTGRES] Uses new tpls for repos / images
This commit makes postgreSQL 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: Idac6c4cf2c36e3440d4a7c11bf7ed231d89cdb44
Diffstat (limited to 'kubernetes/common/postgres/requirements.yaml')
-rw-r--r-- | kubernetes/common/postgres/requirements.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/common/postgres/requirements.yaml b/kubernetes/common/postgres/requirements.yaml index 6f898b6171..19a4513f52 100644 --- a/kubernetes/common/postgres/requirements.yaml +++ b/kubernetes/common/postgres/requirements.yaml @@ -16,3 +16,6 @@ dependencies: - name: common version: ~6.x-0 repository: 'file://../common' + - name: repositoryGenerator + version: ~6.x-0 + repository: 'file://../repositoryGenerator' |