[stable/cerebro] upgrade to 0.8.4 (#16023)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2019-08-03 12:21:50 -07:00
committed by Kubernetes Prow Robot
parent 227cbd36b4
commit bf63c261a6
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: cerebro
version: 1.1.3
appVersion: 0.8.3
version: 1.1.4
appVersion: 0.8.4
apiVersion: v1
description: A Helm chart for Cerebro - a web admin tool that replaces Kopf.
home: https://github.com/lmenezes/cerebro
+1 -1
View File
@@ -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.8.3` |
| `image.tag` | The image tag to pull | `0.8.4` |
| `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` |
+1 -1
View File
@@ -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.8.3
tag: 0.8.4
pullPolicy: IfNotPresent
init: