Update job image

This commit is contained in:
Cédric Laubacher 2020-04-29 22:35:30 +02:00
parent f7e632fbee
commit da12e01544
No known key found for this signature in database
GPG key ID: 3BCC42B8F9C2AC7D
7 changed files with 12 additions and 12 deletions

View file

@ -164,7 +164,7 @@ Parameter | Description | Default
`controller.admissionWebhooks.service.type` | Type of admission webhook service to create | `ClusterIP`
`controller.admissionWebhooks.patch.enabled` | If true, will use a pre and post install hooks to generate a CA and certificate to use for the prometheus operator tls proxy, and patch the created webhooks with the CA. | `true`
`controller.admissionWebhooks.patch.image.repository` | Repository to use for the webhook integration jobs | `jettech/kube-webhook-certgen`
`controller.admissionWebhooks.patch.image.tag` | Tag to use for the webhook integration jobs | `v1.0.0`
`controller.admissionWebhooks.patch.image.tag` | Tag to use for the webhook integration jobs | `v1.2.0`
`controller.admissionWebhooks.patch.image.pullPolicy` | Image pull policy for the webhook integration jobs | `IfNotPresent`
`controller.admissionWebhooks.patch.priorityClassName` | Priority class for the webhook integration jobs | `""`
`controller.admissionWebhooks.patch.podAnnotations` | Annotations for the webhook job pods | `{}`

View file

@ -365,7 +365,7 @@ controller:
enabled: true
image:
repository: jettech/kube-webhook-certgen
tag: v1.0.0
tag: v1.2.0
pullPolicy: IfNotPresent
## Provide a priority class name to the webhook patching job
##