From 26213b4863f447ddbd70f73592b7e8c57cd61317 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Fri, 10 Dec 2021 11:22:50 +0100 Subject: [PATCH] update to chekr@0.5.1 --- charts/chekr/Chart.yaml | 4 ++-- charts/chekr/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/chekr/Chart.yaml b/charts/chekr/Chart.yaml index 3dafbdd..0abdb7f 100644 --- a/charts/chekr/Chart.yaml +++ b/charts/chekr/Chart.yaml @@ -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 diff --git a/charts/chekr/README.md b/charts/chekr/README.md index edb64b0..6ce658c 100644 --- a/charts/chekr/README.md +++ b/charts/chekr/README.md @@ -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) |