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:
Galit Nadler
2018-02-27 09:49:47 -08:00
committed by k8s-ci-robot
parent e7a1dbf858
commit df29e07e8e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
+2 -2
View File
@@ -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/