aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2022-02-25 13:16:50 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-25 13:16:50 +0000
commit0ceeb5274b5f107b86122fd51dc5ca879ba5a905 (patch)
tree17ad1e903c2029ca9e1a6c524a0010b9c393e1f8 /kubernetes
parentc2a70e253337edd9bb7672d9ff57a6b763323a24 (diff)
parentfe170ab82243ba359ff18ada1a13af6ccbbd7d7c (diff)
Merge "[GLOBAL] Bump busybox image"
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/common/repositoryGenerator/values.yaml2
-rwxr-xr-xkubernetes/onap/values.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/repositoryGenerator/values.yaml b/kubernetes/common/repositoryGenerator/values.yaml
index 7058f865bc..013aae7f0a 100644
--- a/kubernetes/common/repositoryGenerator/values.yaml
+++ b/kubernetes/common/repositoryGenerator/values.yaml
@@ -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
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml
index 83000afede..a4e2d775db 100755
--- a/kubernetes/onap/values.yaml
+++ b/kubernetes/onap/values.yaml
@@ -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