mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/sentry] Fix wrong hierarchy of imagePullSecrets and imagePull… (#18244)
* [stable/sentry] Fix wrong hierarchy of imagePullSecrets and imagePullPolicy fields in README. Signed-off-by: Andrey Voronkov <avoronkov@enapter.com> * Fix image.pullPolicy naming. Signed-off-by: Andrey Voronkov <avoronkov@enapter.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
162bde262b
commit
bffe90bfbf
@@ -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
|
||||
|
||||
@@ -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 | `{}`
|
||||
|
||||
Reference in New Issue
Block a user