Update repositoryGenerator images 03/141403/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 2 Jul 2025 07:06:16 +0000 (09:06 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 3 Jul 2025 06:16:12 +0000 (08:16 +0200)
- update nginx image (1.21.4 -> 1.29.0)
- update kubectl image (1.22.4 -> 1.22.16)
- update busybox image (1.34.1 -> 1.37.0)
- update curl image (7.80.0 -> 8.14.1)

Issue-ID: OOM-3347
Change-Id: I58dbf03d5dfa5e79275dad5611ab1ea4069769ef
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
kubernetes/common/repositoryGenerator/values.yaml
kubernetes/onap/values.yaml

index e0934e3..a4791f7 100644 (file)
@@ -25,8 +25,8 @@ global:
   quayRepository: quay.io
 
   # common global images
-  busyboxImage: busybox:1.34.1
-  curlImage: curlimages/curl:7.80.0
+  busyboxImage: busybox:1.37.0
+  curlImage: curlimages/curl:8.14.1
   envsubstImage: dibi/envsubst:latest
   # there's only latest image for htpasswd
   htpasswdImage: xmartlabs/htpasswd:latest
@@ -39,7 +39,7 @@ global:
   loggingImage: beats/filebeat:5.5.0
   mariadbImage: mariadb:11.7.2
   mongodbImage: percona/percona-server-mongodb:7.0.16-10
-  nginxImage: bitnami/nginx:1.21.4
+  nginxImage: bitnami/nginx:1.29.0
   postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
   readinessImage: onap/oom/readiness:6.2.0
   dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
index b7cc78f..089e65a 100755 (executable)
@@ -76,10 +76,10 @@ global:
 
   # common global images
   # Busybox for simple shell manipulation
-  busyboxImage: busybox:1.34.1
+  busyboxImage: busybox:1.37.0
 
   # curl image
-  curlImage: curlimages/curl:7.80.0
+  curlImage: curlimages/curl:8.14.1
 
   # env substitution image
   envsubstImage: dibi/envsubst:latest
@@ -89,7 +89,7 @@ global:
   htpasswdImage: xmartlabs/htpasswd:latest
 
   # kubenretes client image
-  kubectlImage: bitnami/kubectl:1.22.4
+  kubectlImage: bitnami/kubectl:1.22.16
 
   # logging agent
   loggingImage: beats/filebeat:5.5.0
@@ -101,7 +101,7 @@ global:
   mongodbImage: percona/percona-server-mongodb:7.0.16-10
 
   # nginx server image
-  nginxImage: bitnami/nginx:1.21.4
+  nginxImage: bitnami/nginx:1.29.0
 
   # postgreSQL client and server image
   postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1