aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/onap
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-04-20 12:05:56 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-05-13 10:31:46 +0200
commitcc7d35ae3bf849f9577d83f52e745cae62f840f4 (patch)
tree15e147411c4e85faff9bacca718e97669088e3bc /kubernetes/onap
parent92028e1bfc1c2c3a25b336d460aa579978e8f678 (diff)
Bump version of readiness image
New readiness image proposes several new stuff: * smaller size * ability to wait for daemonset Issue-ID: OOM-2373 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I4af9a09393c5b71214d8f4db2c1a095b260c9fbd
Diffstat (limited to 'kubernetes/onap')
-rwxr-xr-xkubernetes/onap/values.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml
index 62949dba9d..a782cc63bd 100755
--- a/kubernetes/onap/values.yaml
+++ b/kubernetes/onap/values.yaml
@@ -46,10 +46,15 @@ global:
repositoryCred:
user: docker
password: docker
+ dockerHubRepository: docker.io
# readiness check - temporary repo until images migrated to nexus3
readinessRepository: oomk8s
- readinessImage: readiness-check:2.0.2
+ readinessImage: readiness-check:2.2.1
+
+ # curl image
+ curlImage: curlimages/curl:7.69.1
+
# logging agent - temporary repo until images migrated to nexus3
loggingRepository: docker.elastic.co