From bffe90bfbf85b0e96e0e78773f8ff3e005d84cb9 Mon Sep 17 00:00:00 2001 From: Andrey Voronkov Date: Thu, 24 Oct 2019 18:43:12 +0300 Subject: [PATCH] =?UTF-8?q?[stable/sentry]=20Fix=20wrong=20hierarchy=20of?= =?UTF-8?q?=20imagePullSecrets=20and=20imagePull=E2=80=A6=20(#18244)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [stable/sentry] Fix wrong hierarchy of imagePullSecrets and imagePullPolicy fields in README. Signed-off-by: Andrey Voronkov * Fix image.pullPolicy naming. Signed-off-by: Andrey Voronkov --- stable/sentry/Chart.yaml | 2 +- stable/sentry/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/sentry/Chart.yaml b/stable/sentry/Chart.yaml index b0eb39cc30..aabc7c0d03 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: 3.1.0 +version: 3.1.1 appVersion: 9.1.2 keywords: - debugging diff --git a/stable/sentry/README.md b/stable/sentry/README.md index fa96c82c5e..3fefc93d9d 100644 --- a/stable/sentry/README.md +++ b/stable/sentry/README.md @@ -64,8 +64,8 @@ Parameter | Description :--------------------------------------------------- | :--------------------------------------------------------------------------------------------------------- | :--------------------------------------------------- `image.repository` | Sentry image | `library/sentry` `image.tag` | Sentry image tag | `9.1.2` -`imagePullPolicy` | Image pull policy | `IfNotPresent` -`imagePullSecrets` | Specify image pull secrets | `[]` +`image.pullPolicy` | Image pull policy | `IfNotPresent` +`image.imagePullSecrets` | Specify image pull secrets | `[]` `sentrySecret` | Specify SENTRY_SECRET_KEY. If isn't specified it will be generated automatically. | `nil` `web.podAnnotations` | Web pod annotations | `{}` `web.podLabels` | Worker pod extra labels | `{}`