From: Fiete Ostkamp Date: Wed, 2 Jul 2025 07:06:16 +0000 (+0200) Subject: Update repositoryGenerator images X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6b0f134d177f3d60702c8ecda3ed86a60901c560;p=oom.git Update repositoryGenerator images - 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 --- diff --git a/kubernetes/common/repositoryGenerator/values.yaml b/kubernetes/common/repositoryGenerator/values.yaml index e0934e3859..a4791f762b 100644 --- a/kubernetes/common/repositoryGenerator/values.yaml +++ b/kubernetes/common/repositoryGenerator/values.yaml @@ -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 diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index b7cc78f1cb..089e65a2c5 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -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