From 1e1455cddb9806785bd9f721154132ef8a284824 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 4 Jul 2018 14:52:10 +0800 Subject: [PATCH 1/4] [stable/artifactory-ha] Add version 0.2.2 [stable/artifactory-ha] Add version 0.2.2 --- stable/artifactory-ha/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From d58d581b9dd9534798553f9386e3cc6de0c123ff Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 4 Jul 2018 14:54:42 +0800 Subject: [PATCH 2/4] [stable/artifactory-ha] Typo fix: livessProbed->livenessProbed [stable/artifactory-ha] Typo fix: livessProbed->livenessProbed --- stable/artifactory-ha/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/artifactory-ha/README.md b/stable/artifactory-ha/README.md index 86e63d6174d0..95d6666c7db0 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` | would you like a livenessProbed to be enabled | `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` | would you like a livenessProbed to be enabled | `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 | From fbb1f285bf0d3532259237dd4ac2df426b400440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Sun, 15 Jul 2018 17:40:02 +0200 Subject: [PATCH 3/4] Update README.md --- stable/artifactory-ha/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/artifactory-ha/README.md b/stable/artifactory-ha/README.md index 95d6666c7db0..48b66e334c6f 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 livenessProbed 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 | From b5f74433751ef16aadba310c9e53d3082ab58a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Sun, 15 Jul 2018 17:40:50 +0200 Subject: [PATCH 4/4] Update README.md --- stable/artifactory-ha/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/artifactory-ha/README.md b/stable/artifactory-ha/README.md index 48b66e334c6f..d0e483512e0c 100644 --- a/stable/artifactory-ha/README.md +++ b/stable/artifactory-ha/README.md @@ -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 livenessProbed 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 |