upgrade cerebro to 0.8.1 (#6439)

This commit is contained in:
David J. M. Karlsen
2018-07-03 09:20:18 -07:00
committed by k8s-ci-robot
parent 2decc92e1e
commit 0ca7204ca0
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: yannart/cerebro
tag: 0.7.3
tag: 0.8.1
pullPolicy: IfNotPresent
service: