[stable/sonatype-nexus] Use official sonatype nexus image. Keep default admin123 password. (#19791)

* Use official sonatype nexus image. Keep default admin123 password.

Signed-off-by: Andrew M. Stoltz <andrew@flowerinsider.com>

* Chart version

Signed-off-by: Andrew M. Stoltz <andrew@flowerinsider.com>
This commit is contained in:
Andrew Stoltz
2019-12-30 10:37:39 -08:00
committed by Kubernetes Prow Robot
parent e88db43da1
commit 2a224f63f4
2 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: sonatype-nexus
version: 1.21.2
appVersion: 3.19.1-01
version: 1.21.3
appVersion: 3.20.1-01
description: Sonatype Nexus is an open source repository manager
keywords:
- artifacts
+6 -4
View File
@@ -9,12 +9,14 @@ deploymentStrategy: {}
# type: RollingUpdate
nexus:
imageName: quay.io/travelaudience/docker-nexus
imageTag: 3.19.1
imageName: sonatype/nexus3
imageTag: 3.20.1
imagePullPolicy: IfNotPresent
env:
- name: install4jAddVmParams
value: "-Xms1200M -Xmx1200M -XX:MaxDirectMemorySize=2G -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"
- name: NEXUS_SECURITY_RANDOMPASSWORD
value: "false"
# nodeSelector:
# cloud.google.com/gke-nodepool: default-pool
resources: {}
@@ -46,8 +48,8 @@ nexus:
# loadBalancerSourceRanges:
# - 192.168.1.10/32
# labels: {}
# securityContext:
# fsGroup: 2000
securityContext:
fsGroup: 2000
podAnnotations: {}
livenessProbe:
initialDelaySeconds: 30