From a9bd457b4fc5afe71e915ffaacf7afa19f5793ec Mon Sep 17 00:00:00 2001 From: Lihua Tang Date: Thu, 8 Feb 2018 19:13:43 +0800 Subject: [PATCH] fix typos (#3612) --- stable/sentry/Chart.yaml | 2 +- stable/sentry/README.md | 2 +- stable/sentry/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/sentry/Chart.yaml b/stable/sentry/Chart.yaml index b1e46e6ce1..5325ba42ea 100644 --- a/stable/sentry/Chart.yaml +++ b/stable/sentry/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Sentry is a cross-platform crash reporting and aggregation platform. name: sentry -version: 0.1.8 +version: 0.1.9 appVersion: 8.17 keywords: - debugging diff --git a/stable/sentry/README.md b/stable/sentry/README.md index c9099c499d..39f99c0ea3 100644 --- a/stable/sentry/README.md +++ b/stable/sentry/README.md @@ -30,7 +30,7 @@ To install the chart with the release name `my-release`: $ helm install --name my-release --wait stable/sentry ``` -> **Note**: We have to use the --wait flag for initial creation because the database creationg takes longer than the default 300 seconds +> **Note**: We have to use the --wait flag for initial creation because the database creation takes longer than the default 300 seconds The command deploys Sentry on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. diff --git a/stable/sentry/values.yaml b/stable/sentry/values.yaml index 9c3afcdb75..efe32df956 100644 --- a/stable/sentry/values.yaml +++ b/stable/sentry/values.yaml @@ -89,7 +89,7 @@ persistence: filestore_dir: /var/lib/sentry/files ## Configure ingress resource that allow you to access the -## Sentry instalation. Set up the URL +## Sentry installation. Set up the URL ## ref: http://kubernetes.io/docs/user-guide/ingress/ ## ingress: