From d0b2eb2493a3e1ce06af4d93b5fc71df86462f79 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Fri, 21 Aug 2020 09:30:30 +0200 Subject: Prepare upgrade to readiness containers v3.0.1 Readiness 3.x is a new version, not using root user and using stable Kubernetes API. The upgrade is not doable by just changing version as script path has moved. Therefore, we must upgrade everything in one shot. As AAI is not in the same repo, it's not doable for this component. We then change variables only for AAI so we can continue to use older images. We'll move AAI just after the rest has been upgraded. Issue-ID: OOM-2545 Signed-off-by: Sylvain Desbureaux Change-Id: I5afa83892043f4844afe12e61724a8d368a9f2e0 --- components/aai-schema-service/values.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/aai-schema-service') diff --git a/components/aai-schema-service/values.yaml b/components/aai-schema-service/values.yaml index 01f4ae4..6842eb3 100644 --- a/components/aai-schema-service/values.yaml +++ b/components/aai-schema-service/values.yaml @@ -17,8 +17,6 @@ # Declare variables to be passed into your templates. global: # global defaults nodePortPrefix: 302 - readinessRepository: oomk8s - readinessImage: readiness-check:2.0.2 # application image repository: nexus3.onap.org:10001 -- cgit 1.2.3-korg