mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update Nexus image (#4458)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: sonatype-nexus
|
||||
version: 0.1.8
|
||||
appVersion: 3.5.1
|
||||
version: 0.1.9
|
||||
appVersion: 3.9.0
|
||||
description: Sonatype Nexus is an open source repository manager
|
||||
keywords:
|
||||
- dependency
|
||||
|
||||
@@ -41,7 +41,8 @@ The following table lists the configurable parameters of the Nexus chart and the
|
||||
|
||||
| Parameter | Description | Default |
|
||||
| ------------------------------------------ | ---------------------------------- | -------------------------------------------|
|
||||
| `image.tag` | `nexus` image tag. | 3.5.1-02 |
|
||||
| `image.repository` | `nexus` image repository. | cavemandaveman/nexus |
|
||||
| `image.tag` | `nexus` image tag. | 3.9.0-01 |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `nodeSelector` | node labels for pod assignment | {} |
|
||||
| `ingress.enabled` | Flag for enabling ingress | false |
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
# Declare variables to be passed into your templates.
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: clearent/nexus
|
||||
tag: 3.5.1-02
|
||||
repository: cavemandaveman/nexus
|
||||
tag: 3.9.0-01
|
||||
|
||||
# node labels for node selection
|
||||
# nodeSelector:
|
||||
|
||||
Reference in New Issue
Block a user