mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
co-authored by
David Karlsen
parent
dddbb2080e
commit
84f7255dcf
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user