mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
e88db43da1
commit
2a224f63f4
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user