From 145140b968430f5ac62ec72499b36d40f708054a Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Thu, 19 Nov 2020 16:48:39 +0100 Subject: [COMMON][CertInit] Uses new tpls for repos / images This commit makes CertInitializer template to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux Change-Id: I5efa37225bfe05e2c7be7b8d2420ccaeb10afe62 --- kubernetes/common/certInitializer/values.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'kubernetes/common/certInitializer/values.yaml') diff --git a/kubernetes/common/certInitializer/values.yaml b/kubernetes/common/certInitializer/values.yaml index 66251fa29a..e7a0a3f02e 100644 --- a/kubernetes/common/certInitializer/values.yaml +++ b/kubernetes/common/certInitializer/values.yaml @@ -13,10 +13,8 @@ # limitations under the License. global: - repository: nexus3.onap.org:10001 aafAgentImage: onap/aaf/aaf_agent:2.1.20 aafEnabled: true - jreImage: registry.gitlab.com/onap-integration/docker/onap-java pullPolicy: Always -- cgit 1.2.3-korg