diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-12-10 11:08:13 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-02-24 07:57:24 +0000 |
commit | fe170ab82243ba359ff18ada1a13af6ccbbd7d7c (patch) | |
tree | 6c7d7711eb760229f483e769d94acdd7210bbf9f /kubernetes/common | |
parent | dbf3f49407714fe6d64824bde870f951f503c286 (diff) |
[GLOBAL] Bump busybox image
Use busybox 1.34.1 image for Jakarta
Issue-ID: SECCOM-271
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I9c03855a610577fe396095ae7e631d22c75d22f8
Diffstat (limited to 'kubernetes/common')
-rw-r--r-- | kubernetes/common/repositoryGenerator/values.yaml | 2 |
1 files changed, 1 insertions, 1 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 |