Merge "[GLOBAL] Bump busybox image"
authorJack Lucas <jflos@sonoris.net>
Fri, 25 Feb 2022 13:16:50 +0000 (13:16 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 25 Feb 2022 13:16:50 +0000 (13:16 +0000)
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 83000af..a4e2d77 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