mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/cerebro] bump image (#12781)
Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
433bf244f7
commit
985ecd5185
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: 0.8.1
|
||||
appVersion: 0.8.2
|
||||
description: A Helm chart for Cerebro - a web admin tool that replaces Kopf.
|
||||
home: https://github.com/lmenezes/cerebro
|
||||
icon: https://github.com/lmenezes/cerebro/blob/master/public/img/logo.png
|
||||
@@ -7,7 +7,7 @@ sources:
|
||||
- https://github.com/lmenezes/cerebro-docker
|
||||
- https://github.com/lmenezes/cerebro
|
||||
name: cerebro
|
||||
version: 0.5.2
|
||||
version: 0.5.3
|
||||
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 | `lmenezes/cerebro` |
|
||||
| `image.tag` | The image tag to pull | `0.8.1` |
|
||||
| `image.tag` | The image tag to pull | `0.8.2` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `init.image.repository` | The image to run | `docker.io/busybox` |
|
||||
| `init.image.tag` | The image tag to pull | `musl` |
|
||||
|
||||
@@ -5,7 +5,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.1
|
||||
tag: 0.8.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
init:
|
||||
|
||||
Reference in New Issue
Block a user