mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update README.md with correct default value (#3877)
* Update README.md The nginx.enabled default value is 'true' and not 'false' as written * Bumping chart version
This commit is contained in:
committed by
k8s-ci-robot
parent
e7a1dbf858
commit
df29e07e8e
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: artifactory
|
||||
home: https://www.jfrog.com/artifactory/
|
||||
version: 7.0.2
|
||||
version: 7.0.3
|
||||
appVersion: 5.8.4
|
||||
description: Universal Repository Manager supporting all major packaging formats,
|
||||
build tools and CI servers.
|
||||
|
||||
@@ -120,7 +120,7 @@ The following tables lists the configurable parameters of the artifactory chart
|
||||
| `ingress.hosts` | Artifactory Ingress hostnames | `[]` |
|
||||
| `ingress.tls` | Artifactory Ingress TLS configuration (YAML) | `[]` |
|
||||
| `nginx.name` | Nginx name | `nginx` |
|
||||
| `nginx.enabled` | Deploy nginx server | `false` |
|
||||
| `nginx.enabled` | Deploy nginx server | `true` |
|
||||
| `nginx.replicaCount` | Nginx replica count | `1` |
|
||||
| `nginx.image.repository` | Container image | `docker.bintray.io/jfrog/nginx-artifactory-pro` |
|
||||
| `nginx.image.version` | Container tag | `5.8.4` |
|
||||
@@ -178,4 +178,4 @@ Include the secret's name, along with the desired hostnames, in the Artifactory
|
||||
|
||||
## Useful links
|
||||
https://www.jfrog.com
|
||||
https://www.jfrog.com/confluence/
|
||||
https://www.jfrog.com/confluence/
|
||||
|
||||
Reference in New Issue
Block a user