[stable/cerebro] bump image (#22384)

Signed-off-by: fabriziofortino <fabrizio.fortino@gmail.com>
This commit is contained in:
Fabrizio Fortino
2020-05-13 13:24:27 -07:00
committed by GitHub
parent 4533674357
commit 8e179aa307
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: cerebro
version: 1.7.0
appVersion: 0.8.5
version: 1.8.0
appVersion: 0.9.0
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.5` |
| `image.tag` | The image tag to pull | `0.9.0` |
| `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.5
tag: 0.9.0
pullPolicy: IfNotPresent
deployment: