diff --git a/stable/cerebro/Chart.yaml b/stable/cerebro/Chart.yaml index 6cc5ced402..28a9c58aa5 100644 --- a/stable/cerebro/Chart.yaml +++ b/stable/cerebro/Chart.yaml @@ -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 diff --git a/stable/cerebro/README.md b/stable/cerebro/README.md index 537a2e3fa7..97e01f4a03 100644 --- a/stable/cerebro/README.md +++ b/stable/cerebro/README.md @@ -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` | diff --git a/stable/cerebro/values.yaml b/stable/cerebro/values.yaml index 1c08f50f50..991b34e108 100644 --- a/stable/cerebro/values.yaml +++ b/stable/cerebro/values.yaml @@ -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: