From 72a9d345e869eb10c3ad4e7a834c31e98e898209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Montagne?= Date: Thu, 20 Apr 2023 17:46:41 +0200 Subject: [PATCH] fix: :bug: Nexus image version Nexus image version --- roles/nexus/templates/nexus.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/nexus/templates/nexus.yml.j2 b/roles/nexus/templates/nexus.yml.j2 index c767e4c1..d974d8dd 100644 --- a/roles/nexus/templates/nexus.yml.j2 +++ b/roles/nexus/templates/nexus.yml.j2 @@ -30,7 +30,8 @@ spec: spec: containers: - name: nexus - image: sonatype/nexus3:3.47.1 # Sets Image +# image: sonatype/nexus3:3.47.1 # Sets Image + image: sonatype/nexus3 imagePullPolicy: "IfNotPresent" ports: - containerPort: 8081 # Exposes container port