From 3bfca72f89424a27d10519b6cb24294f1bbbda5d Mon Sep 17 00:00:00 2001 From: Simonas Date: Wed, 5 Feb 2025 12:46:21 +0200 Subject: [PATCH 1/2] Bump vulnerable Nexus version to 3.72.0-ubi-1 During the hands-on session of TL500 a vulnerability warning message pops up when Sonatype Nexus Repo manager is starting up --- charts/sonatype-nexus/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sonatype-nexus/values.yaml b/charts/sonatype-nexus/values.yaml index 45cd6ddf..96b0ede1 100644 --- a/charts/sonatype-nexus/values.yaml +++ b/charts/sonatype-nexus/values.yaml @@ -37,7 +37,7 @@ nexus: - name: NEXUS_SECURITY_RANDOMPASSWORD value: "false" hostAliases: [] - imageName: registry.connect.redhat.com/sonatype/nexus-repository-manager:3.43.0-ubi-1 + imageName: registry.connect.redhat.com/sonatype/nexus-repository-manager:3.72.0-ubi-1 imagePullPolicy: IfNotPresent imagePullSecret: "" livenessProbe: From ec31fc490374866f269fde0090e6a1149575f07f Mon Sep 17 00:00:00 2001 From: Simonas Date: Wed, 5 Feb 2025 12:51:27 +0200 Subject: [PATCH 2/2] Bump chart version --- charts/sonatype-nexus/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sonatype-nexus/Chart.yaml b/charts/sonatype-nexus/Chart.yaml index 03568ad3..83a7edea 100644 --- a/charts/sonatype-nexus/Chart.yaml +++ b/charts/sonatype-nexus/Chart.yaml @@ -6,7 +6,7 @@ name: sonatype-nexus sources: - https://github.com/sonatype/nexus-public icon: https://help.sonatype.com/docs/files/331022/34537964/3/1564671303641/NexusRepo_Icon.png -version: 1.1.11 +version: 1.1.12 maintainers: - name: eformat - name: ckavili