diff --git a/stable/artifactory-ha/Chart.yaml b/stable/artifactory-ha/Chart.yaml index f6cf8767e027..e2459273fc85 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.2.1 +version: 0.2.2 appVersion: 6.0.0 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 86e63d6174d0..d0e483512e0c 100644 --- a/stable/artifactory-ha/README.md +++ b/stable/artifactory-ha/README.md @@ -307,7 +307,7 @@ The following table lists the configurable parameters of the artifactory chart a | `artifactory.internalPort` | Artifactory service internal port | `8081` | | `artifactory.internalPortReplicator` | Replicator service internal port | `6061` | | `artifactory.externalPortReplicator` | Replicator service external port | `6061` | -| `artifactory.livenessProbe.enabled` | would you like a livessProbed to be enabled | `true` | +| `artifactory.livenessProbe.enabled` | Enable liveness probe | `true` | | `artifactory.livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 180 | | `artifactory.livenessProbe.periodSeconds` | How often to perform the probe | 10 | | `artifactory.livenessProbe.timeoutSeconds` | When the probe times out | 10 | @@ -378,7 +378,7 @@ The following table lists the configurable parameters of the artifactory chart a | `nginx.internalPortHttps` | Nginx service internal port | `443` | | `nginx.internalPortReplicator` | Replicator service internal port | `6061` | | `nginx.externalPortReplicator` | Replicator service external port | `6061` | -| `nginx.livenessProbe.enabled` | would you like a livessProbed to be enabled | `true` | +| `nginx.livenessProbe.enabled` | Enable liveness probe | `true` | | `nginx.livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 100 | | `nginx.livenessProbe.periodSeconds` | How often to perform the probe | 10 | | `nginx.livenessProbe.timeoutSeconds` | When the probe times out | 10 |