update to chekr@0.5.1
This commit is contained in:
parent
bb4dfde676
commit
26213b4863
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
|||
name: chekr
|
||||
description: A inspection utility for the maintenance of Kubernetes clusters.
|
||||
type: application
|
||||
version: 0.5.0
|
||||
appVersion: 0.5.0
|
||||
version: 0.5.1
|
||||
appVersion: 0.5.1
|
||||
home: https://github.com/ckotzbauer/chekr
|
||||
sources:
|
||||
- https://github.com/ckotzbauer/chekr
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ The following table lists the configurable parameters of the Chekr chart and the
|
|||
| `webserver.tolerations` | node tolerations for webserver-pod assignment | `[]` |
|
||||
| `webserver.affinity` | node affinity for webserver-pod assignment | `{}` |
|
||||
| `job.image.repository` | container image repository | `ghcr.io/ckotzbauer/chekr` |
|
||||
| `job.image.tag` | container image tag | `0.5.0` |
|
||||
| `job.image.tag` | container image tag | `0.5.1` |
|
||||
| `job.image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||
| `job.schedule` | cron-schedule for the job | `0 22 * * *` |
|
||||
| `job.commands` | Array of commands and output-files to process | `[]` See [values.yaml](values.yaml) |
|
||||
|
|
|
|||
Loading…
Reference in New Issue