From c7a17ea1b954f78c81d6f74a7bf4c6b897f0439a Mon Sep 17 00:00:00 2001 From: Maria Matthews Date: Tue, 24 May 2022 20:00:30 +0100 Subject: [PATCH] Update README.md (#231) - Fixed default `image.tag` - Fixed `image.pullPolicy` parameter to match the `values.yml` definition --- helm/kubemonkey/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/kubemonkey/README.md b/helm/kubemonkey/README.md index 8671e368..8f82cdab 100644 --- a/helm/kubemonkey/README.md +++ b/helm/kubemonkey/README.md @@ -97,10 +97,10 @@ $ helm get manifest my-release | Parameter | Description | Default | |----------------------------------------|-----------------------------------------------------------------------------------------|----------------------------------| | `image.repository` | docker image repo | ayushsobti/kube-monkey | -| `image.tag` | docker image tag | v0.3.0 | +| `image.tag` | docker image tag | v0.4.1 | | `replicaCount` | number of replicas to run | 1 | | `rbac.enabled` | rbac enabled or not | true | -| `image.tag.IfNotPresent` | image pull logic | IfNotPresent | +| `image.pullPolicy` | image pull logic | IfNotPresent | | `config.dryRun` | will not kill pods, only logs behaviour | true | | `config.runHour` | schedule start time in 24hr format | 8 | | `config.startHour` | pod killing start time in 24hr format | 10 |