From 985ecd5185ea80e8ae56fd41a1770291f30a76c4 Mon Sep 17 00:00:00 2001 From: Fabrizio Fortino Date: Wed, 3 Apr 2019 10:49:42 +0200 Subject: [PATCH] [stable/cerebro] bump image (#12781) Signed-off-by: Fabrizio Fortino --- 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 ef5f952770..9165396cbc 100644 --- a/stable/cerebro/Chart.yaml +++ b/stable/cerebro/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.8.1 +appVersion: 0.8.2 description: A Helm chart for Cerebro - a web admin tool that replaces Kopf. home: https://github.com/lmenezes/cerebro icon: https://github.com/lmenezes/cerebro/blob/master/public/img/logo.png @@ -7,7 +7,7 @@ sources: - https://github.com/lmenezes/cerebro-docker - https://github.com/lmenezes/cerebro name: cerebro -version: 0.5.2 +version: 0.5.3 maintainers: - name: davidkarlsen email: david@davidkarlsen.com diff --git a/stable/cerebro/README.md b/stable/cerebro/README.md index 58f23d4688..c2cedf0f09 100644 --- a/stable/cerebro/README.md +++ b/stable/cerebro/README.md @@ -41,7 +41,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.8.1` | +| `image.tag` | The image tag to pull | `0.8.2` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `init.image.repository` | The image to run | `docker.io/busybox` | | `init.image.tag` | The image tag to pull | `musl` | diff --git a/stable/cerebro/values.yaml b/stable/cerebro/values.yaml index 030b3bd150..6918190caa 100644 --- a/stable/cerebro/values.yaml +++ b/stable/cerebro/values.yaml @@ -5,7 +5,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.8.1 + tag: 0.8.2 pullPolicy: IfNotPresent init: