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 | `{}`