From 1bd85479e619e85f93c920b8ea5b15a4e2088adb Mon Sep 17 00:00:00 2001 From: AdamDang Date: Tue, 1 May 2018 03:48:16 +0800 Subject: [PATCH] Typo fix in artifactory-ha/README.md (#5193) * Add version for artifactory-ha version: 0.1.8 * Update README.md --- stable/artifactory-ha/Chart.yaml | 2 +- stable/artifactory-ha/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/artifactory-ha/Chart.yaml b/stable/artifactory-ha/Chart.yaml index 309c3b5dd7..0dc445871c 100644 --- a/stable/artifactory-ha/Chart.yaml +++ b/stable/artifactory-ha/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: artifactory-ha home: https://www.jfrog.com/artifactory/ -version: 0.1.7 +version: 0.1.8 appVersion: 5.10.1 description: Universal Repository Manager supporting all major packaging formats, build tools and CI servers. diff --git a/stable/artifactory-ha/README.md b/stable/artifactory-ha/README.md index a5fe59e5c7..54ec0d2281 100644 --- a/stable/artifactory-ha/README.md +++ b/stable/artifactory-ha/README.md @@ -304,7 +304,7 @@ The following table lists the configurable parameters of the artifactory chart a | `nginx.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `nginx.service.type` | Nginx service type | `LoadBalancer` | | `nginx.service.loadBalancerSourceRanges`| Nginx service array of IP CIDR ranges to whitelist (only when service type is LoadBalancer) | | -| `nginx.loadBalancerIP`| Provide Static IP to to configure with Nginx | | +| `nginx.loadBalancerIP`| Provide Static IP to configure with Nginx | | | `nginx.externalPortHttp` | Nginx service external port | `80` | | `nginx.internalPortHttp` | Nginx service internal port | `80` | | `nginx.externalPortHttps` | Nginx service external port | `443` |