[GLOBAL] Bump busybox image 87/126187/5
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 10 Dec 2021 10:08:13 +0000 (11:08 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 24 Feb 2022 07:57:24 +0000 (07:57 +0000)
Use busybox 1.34.1 image for Jakarta

Issue-ID: SECCOM-271
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I9c03855a610577fe396095ae7e631d22c75d22f8

kubernetes/common/repositoryGenerator/values.yaml
kubernetes/onap/values.yaml

index 7058f86..013aae7 100644 (file)
@@ -23,7 +23,7 @@ global:
   githubContainerRegistry: ghcr.io
 
   # common global images
-  busyboxImage: busybox:1.32
+  busyboxImage: busybox:1.34.1
   curlImage: curlimages/curl:7.80.0
   envsubstImage: dibi/envsubst:1
   # there's only latest image for htpasswd
index 08f404a..3346a4c 100755 (executable)
@@ -78,7 +78,7 @@ global:
 
   # common global images
   # Busybox for simple shell manipulation
-  busyboxImage: busybox:1.32
+  busyboxImage: busybox:1.34.1
 
   # curl image
   curlImage: curlimages/curl:7.80.0