diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-08-21 09:30:30 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-08-25 08:47:12 +0200 |
commit | d0b2eb2493a3e1ce06af4d93b5fc71df86462f79 (patch) | |
tree | dc7dd771feb14712c285005fff1cb54e37f6fa1d /components/aai-search-data/values.yaml | |
parent | dceb913fa262d4d1112ae734e6f9768b0354f9be (diff) |
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 <sylvain.desbureaux@orange.com>
Change-Id: I5afa83892043f4844afe12e61724a8d368a9f2e0
Diffstat (limited to 'components/aai-search-data/values.yaml')
-rw-r--r-- | components/aai-search-data/values.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/aai-search-data/values.yaml b/components/aai-search-data/values.yaml index 26b4cd8..53a2064 100644 --- a/components/aai-search-data/values.yaml +++ b/components/aai-search-data/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 |