mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/cerebro] Service: Fix not-valid kube object not passing linting, update cerebro to 0.8.3. (#13086)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
10c045412a
commit
14cf4e0e42
@@ -1,13 +1,13 @@
|
||||
name: cerebro
|
||||
version: 1.0.1
|
||||
appVersion: 0.8.3
|
||||
apiVersion: v1
|
||||
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
|
||||
sources:
|
||||
- https://github.com/lmenezes/cerebro-docker
|
||||
- https://github.com/lmenezes/cerebro
|
||||
name: cerebro
|
||||
version: 1.0.0
|
||||
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.2` |
|
||||
| `image.tag` | The image tag to pull | `0.8.3` |
|
||||
| `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` |
|
||||
|
||||
@@ -10,10 +10,10 @@ metadata:
|
||||
{{- if .Values.service.labels }}
|
||||
{{ toYaml .Values.service.labels | indent 4 }}
|
||||
{{- end }}
|
||||
{{- with .Values.service.annotations }}
|
||||
annotations:
|
||||
{{- range $key, $value := .Values.service.annotations }}
|
||||
{{ $key }}: {{ $value | quote }}
|
||||
{{- end }}
|
||||
{{ toYaml . | indent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
|
||||
@@ -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.2
|
||||
tag: 0.8.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
init:
|
||||
|
||||
Reference in New Issue
Block a user