From ec6474b9a3fc8e72f703b2863f79f40a96aa566c Mon Sep 17 00:00:00 2001 From: AdamDang Date: Mon, 2 Jul 2018 01:15:17 +0800 Subject: [PATCH] [stable/gocd]Typo fix: heath check->health check (#6269) * Add Version to 0.2.6 Add Version to 0.2.6 * [stable/gocd]Typo fix: heath check->health check heath check->health check * Update Chart.yaml * Update Chart.yaml --- stable/gocd/Chart.yaml | 2 +- stable/gocd/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index f943a214b9..ab2b04b978 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -1,6 +1,6 @@ name: gocd home: https://www.gocd.org/ -version: 1.1.1 +version: 1.1.2 appVersion: 18.6.0 description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease. icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png diff --git a/stable/gocd/README.md b/stable/gocd/README.md index 5628e1b398..b5e4d10fd0 100644 --- a/stable/gocd/README.md +++ b/stable/gocd/README.md @@ -87,7 +87,7 @@ The following tables list the configurable parameters of the GoCD chart and thei | `server.ingress.annotations` | GoCD ingress annotations. | `{}` | | `server.ingress.tls` | GoCD ingress TLS configuration. | `[]` | | `server.healthCheck.initialDelaySeconds` | Initial delays in seconds to start the health checks. **Note**:GoCD server start up time. | `90` | -| `server.healthCheck.periodSeconds` | GoCD server heath check interval period. | `15` | +| `server.healthCheck.periodSeconds` | GoCD server health check interval period. | `15` | | `server.healthCheck.failureThreshold` | Number of unsuccessful attempts made to the GoCD server health check endpoint before restarting. | `10` | #### Preconfiguring the GoCD Server @@ -149,8 +149,8 @@ The cases when the attempt to preconfigure the GoCD server fails: | `agent.env.goAgentBootstrapperJvmArgs` | GoCD Agent Bootstrapper JVM Args. | `nil` | | `agent.healthCheck.enabled` | Enable use of GoCD agent health checks. | `false` | | `agent.healthCheck.initialDelaySeconds` | GoCD agent start up time. | `60` | -| `agent.healthCheck.periodSeconds` | GoCD agent heath check interval period. | `60` | -| `agent.healthCheck.failureThreshold` | GoCD agent heath check failure threshold. Number of unsuccessful attempts made to the GoCD server health check endpoint before restarting. | `60` | +| `agent.healthCheck.periodSeconds` | GoCD agent health check interval period. | `60` | +| `agent.healthCheck.failureThreshold` | GoCD agent health check failure threshold. Number of unsuccessful attempts made to the GoCD server health check endpoint before restarting. | `60` | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.