[stable/cerebro] Bump version to 0.9.2 (#23012)

* Bump cerebro version to 0.9.2

Signed-off-by: Nathan Webster <nathan.webster@sainsburys.co.uk>

* bump chart version

Signed-off-by: David Karlsen <david@davidkarlsen.com>

Co-authored-by: David Karlsen <david@davidkarlsen.com>
This commit is contained in:
Nathan Webster
2020-06-30 12:10:06 -07:00
committed by GitHub
co-authored by David Karlsen
parent dddbb2080e
commit 84f7255dcf
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+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.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` |
+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.9.0
tag: 0.9.2
pullPolicy: IfNotPresent
deployment: