From acbea9e9ddd1ca93dc3bb674d74948b58864ee83 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Wed, 20 May 2020 13:00:18 +0200 Subject: [PATCH] [stable/kured] Update kured to 1.4.0 (#22216) Signed-off-by: Christian Kotzbauer --- stable/kured/Chart.yaml | 4 ++-- stable/kured/README.md | 6 +++--- stable/kured/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/kured/Chart.yaml b/stable/kured/Chart.yaml index 6d51d53b35..2ecb57f659 100644 --- a/stable/kured/Chart.yaml +++ b/stable/kured/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.3.0" +appVersion: "1.4.0" description: A Helm chart for kured name: kured -version: 1.5.0 +version: 1.5.1 home: https://github.com/weaveworks/kured maintainers: - name: plumdog diff --git a/stable/kured/README.md b/stable/kured/README.md index 25fec41356..8276cc871e 100644 --- a/stable/kured/README.md +++ b/stable/kured/README.md @@ -10,7 +10,7 @@ This feature is not natively supported by kured but is added using Kubernetes Cr | Config | Description | Default | | ------ | ----------- | ------- | | `image.repository` | Image repository | `weaveworks/kured` | -| `image.tag` | Image tag | `1.3.0` | +| `image.tag` | Image tag | `1.4.0` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `[]` | | `extraArgs` | Extra arguments to pass to `/usr/bin/kured`. See below. | `{}` | @@ -24,8 +24,8 @@ This feature is not natively supported by kured but is added using Kubernetes Cr | `priorityClassName` | Priority Class to be used by the pods | `""` | | `podAnnotations` | Annotations to apply to pods (eg to add Prometheus annotations) | `{}` | | `autolock.enabled` | Activate autolock to define when to allow kured to be executed | `false` | -| `autolock.image.repository` | Image repository for kubectl command | `honestica/k8s-tools` | -| `autolock.image.tag` | Image tag | `1c80a6579bdb73059d72101c9f82f26291954d68` | +| `autolock.image.repository` | Image repository for kubectl command | `docker.io/bitnami/kubectl` | +| `autolock.image.tag` | Image tag | `1.17.5` | | `autolock.scheduleUnlock` | CronJob schedule to unlock kured | `0 4 * * *` | | `autolock.schedulelock` | CronJob schedule to lock kured | `0 6 * * *` | diff --git a/stable/kured/values.yaml b/stable/kured/values.yaml index 5a14af1c9b..824bf44181 100644 --- a/stable/kured/values.yaml +++ b/stable/kured/values.yaml @@ -1,6 +1,6 @@ image: repository: weaveworks/kured - tag: 1.3.0 + tag: 1.4.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -20,7 +20,7 @@ autolock: enabled: false image: repository: docker.io/bitnami/kubectl - tag: 1.15.3 + tag: 1.17.5 scheduleUnlock: 0 4 * * * schedulelock: 0 6 * * *