From 84f7255dcf298898b47977db5d41bffe2cd89de9 Mon Sep 17 00:00:00 2001 From: Nathan Webster Date: Tue, 30 Jun 2020 20:10:06 +0100 Subject: [PATCH] [stable/cerebro] Bump version to 0.9.2 (#23012) * Bump cerebro version to 0.9.2 Signed-off-by: Nathan Webster * bump chart version Signed-off-by: David Karlsen Co-authored-by: David Karlsen --- stable/cerebro/Chart.yaml | 4 ++-- stable/cerebro/README.md | 2 +- stable/cerebro/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/cerebro/Chart.yaml b/stable/cerebro/Chart.yaml index 6896453c90..85af899e95 100644 --- a/stable/cerebro/Chart.yaml +++ b/stable/cerebro/Chart.yaml @@ -1,6 +1,6 @@ name: cerebro -version: 1.9.0 -appVersion: 0.9.0 +version: 1.9.1 +appVersion: 0.9.2 apiVersion: v1 description: A Helm chart for Cerebro - a web admin tool that replaces Kopf. home: https://github.com/lmenezes/cerebro diff --git a/stable/cerebro/README.md b/stable/cerebro/README.md index 41dab99ddf..ac46992b83 100644 --- a/stable/cerebro/README.md +++ b/stable/cerebro/README.md @@ -42,7 +42,7 @@ The following table lists the configurable parameters of the cerebro chart and t |-------------------------------------|-------------------------------------|-------------------------------------------| | `replicaCount` | Number of replicas | `1` | | `image.repository` | The image to run | `lmenezes/cerebro` | -| `image.tag` | The image tag to pull | `0.9.0` | +| `image.tag` | The image tag to pull | `0.9.2` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) | | `init.image.repository` | The image to run | `docker.io/busybox` | diff --git a/stable/cerebro/values.yaml b/stable/cerebro/values.yaml index a8b039406d..82c9d0dda6 100644 --- a/stable/cerebro/values.yaml +++ b/stable/cerebro/values.yaml @@ -8,7 +8,7 @@ image: repository: lmenezes/cerebro # Note: when updating the version, ensure `config` and the ConfigMap are kept # in sync with the default configuration of the upstream image - tag: 0.9.0 + tag: 0.9.2 pullPolicy: IfNotPresent deployment: