Merge pull request #76 from ckotzbauer/feature/chekr-0.5.1

Update to chekr@0.5.1
This commit is contained in:
Christian Kotzbauer 2021-12-10 11:25:27 +01:00 committed by GitHub
commit 3a778b5f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: chekr name: chekr
description: A inspection utility for the maintenance of Kubernetes clusters. description: A inspection utility for the maintenance of Kubernetes clusters.
type: application type: application
version: 0.5.0 version: 0.5.1
appVersion: 0.5.0 appVersion: 0.5.1
home: https://github.com/ckotzbauer/chekr home: https://github.com/ckotzbauer/chekr
sources: sources:
- https://github.com/ckotzbauer/chekr - https://github.com/ckotzbauer/chekr

View File

@ -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.tolerations` | node tolerations for webserver-pod assignment | `[]` |
| `webserver.affinity` | node affinity for webserver-pod assignment | `{}` | | `webserver.affinity` | node affinity for webserver-pod assignment | `{}` |
| `job.image.repository` | container image repository | `ghcr.io/ckotzbauer/chekr` | | `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.image.pullPolicy` | container image pull policy | `IfNotPresent` |
| `job.schedule` | cron-schedule for the job | `0 22 * * *` | | `job.schedule` | cron-schedule for the job | `0 22 * * *` |
| `job.commands` | Array of commands and output-files to process | `[]` See [values.yaml](values.yaml) | | `job.commands` | Array of commands and output-files to process | `[]` See [values.yaml](values.yaml) |