From fabecb14a1c8fd6556d646d589c2d6a99cc05811 Mon Sep 17 00:00:00 2001 From: oneoneonepig Date: Sat, 7 Sep 2019 06:53:18 +0800 Subject: [PATCH] Fix some typo and formats (#16918) Signed-off-by: Jeffrey Chu --- stable/grafana/Chart.yaml | 2 +- stable/grafana/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index 184ee2d2c8..1e60c25ffa 100644 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: grafana -version: 3.8.9 +version: 3.8.10 appVersion: 6.3.5 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. diff --git a/stable/grafana/README.md b/stable/grafana/README.md index 5a0963c860..c70a10e12b 100644 --- a/stable/grafana/README.md +++ b/stable/grafana/README.md @@ -34,16 +34,16 @@ The command removes all the Kubernetes components associated with the chart and | `replicas` | Number of nodes | `1` | | `deploymentStrategy` | Deployment strategy | `{ "type": "RollingUpdate" }` | | `livenessProbe` | Liveness Probe settings | `{ "httpGet": { "path": "/api/health", "port": 3000 } "initialDelaySeconds": 60, "timeoutSeconds": 30, "failureThreshold": 10 }` | -| `readinessProbe` | Rediness Probe settings | `{ "httpGet": { "path": "/api/health", "port": 3000 } }`| +| `readinessProbe` | Readiness Probe settings | `{ "httpGet": { "path": "/api/health", "port": 3000 } }`| | `securityContext` | Deployment securityContext | `{"runAsUser": 472, "fsGroup": 472}` | | `priorityClassName` | Name of Priority Class to assign pods | `nil` | | `image.repository` | Image repository | `grafana/grafana` | -| `image.tag` | Image tag. (`Must be >= 5.0.0`) | `6.3.4` | +| `image.tag` | Image tag (`Must be >= 5.0.0`) | `6.3.4` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `{}` | | `service.type` | Kubernetes service type | `ClusterIP` | | `service.port` | Kubernetes port where service is exposed | `80` | -| `service.targetPort` | internal service is port | `3000` | +| `service.targetPort` | Internal service is port | `3000` | | `service.annotations` | Service annotations | `{}` | | `service.labels` | Custom labels | `{}` | | `ingress.enabled` | Enables Ingress | `false` | @@ -75,7 +75,7 @@ The command removes all the Kubernetes components associated with the chart and | `initChownData.resources` | init-chown-data pod resource requests & limits | `{}` | | `schedulerName` | Alternate scheduler name | `nil` | | `env` | Extra environment variables passed to pods | `{}` | -| `envFromSecret` | Name of a Kubenretes secret (must be manually created in the same namespace) containing values to be added to the environment | `""` | +| `envFromSecret` | Name of a Kubernetes secret (must be manually created in the same namespace) containing values to be added to the environment | `""` | | `extraSecretMounts` | Additional grafana server secret mounts | `[]` | | `extraVolumeMounts` | Additional grafana server volume mounts | `[]` | | `extraConfigmapMounts` | Additional grafana server configMap volume mounts | `[]` |