Skip to content

Commit

Permalink
fix: 🐛 Nexus image version
Browse files Browse the repository at this point in the history
Nexus image version
  • Loading branch information
cedric-montagne committed Apr 20, 2023
1 parent f7f4a11 commit 72a9d34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/nexus/templates/nexus.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72a9d34

Please sign in to comment.