Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/cerebro] Upgrade to v0.8.5 (#18946)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
davidkarlsen authored and k8s-ci-robot committed Nov 18, 2019
1 parent 981ee5d commit 1c5e879
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/cerebro/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cerebro
version: 1.3.0
appVersion: 0.8.4
version: 1.3.1
appVersion: 0.8.5
apiVersion: v1
description: A Helm chart for Cerebro - a web admin tool that replaces Kopf.
home: https://github.com/lmenezes/cerebro
Expand Down
2 changes: 1 addition & 1 deletion stable/cerebro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4` |
| `image.tag` | The image tag to pull | `0.8.5` |
| `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` |
Expand Down
2 changes: 1 addition & 1 deletion stable/cerebro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
tag: 0.8.5
pullPolicy: IfNotPresent

deployment:
Expand Down

0 comments on commit 1c5e879

Please sign in to comment.