[stable/cerebro] bump image (#12781)

Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
This commit is contained in:
Fabrizio Fortino
2019-04-03 01:49:42 -07:00
committed by Kubernetes Prow Robot
parent 433bf244f7
commit 985ecd5185
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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: