mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
upgrade cerebro to 0.8.1 (#6439)
This commit is contained in:
committed by
k8s-ci-robot
parent
2decc92e1e
commit
0ca7204ca0
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -2,7 +2,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: yannart/cerebro
|
||||
tag: 0.7.3
|
||||
tag: 0.8.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user