diff --git a/stable/cerebro/Chart.yaml b/stable/cerebro/Chart.yaml index 953933a7cb..cce76ed6d4 100644 --- a/stable/cerebro/Chart.yaml +++ b/stable/cerebro/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v1 -appVersion: "0.7.3" +appVersion: "0.8.1" description: A Helm chart for Cerebro - a web admin tool that replaces Kopf. home: https://github.com/lmenezes/cerebro sources: - https://github.com/yannart/docker-cerebro - https://github.com/lmenezes/cerebro name: cerebro -version: 0.1.0 +version: 0.1.1 maintainers: - name: davidkarlsen email: david@davidkarlsen.com diff --git a/stable/cerebro/README.md b/stable/cerebro/README.md index 18aa5b2998..c122712b07 100644 --- a/stable/cerebro/README.md +++ b/stable/cerebro/README.md @@ -41,7 +41,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 | `yannart/cerebro` | -| `image.tag` | The image tag to pull | `0.7.3` | +| `image.tag` | The image tag to pull | `0.8.1` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `service.type` | Type of Service | `ClusterIP` | | `service.port` | Port for kubernetes service | `80` | diff --git a/stable/cerebro/values.yaml b/stable/cerebro/values.yaml index edc2ccd716..bc93f5b59a 100644 --- a/stable/cerebro/values.yaml +++ b/stable/cerebro/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: yannart/cerebro - tag: 0.7.3 + tag: 0.8.1 pullPolicy: IfNotPresent service: