From 14cf4e0e4277ea2f7763580d82ec34b6b7181ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= Date: Thu, 25 Apr 2019 15:02:52 +0200 Subject: [PATCH] [stable/cerebro] Service: Fix not-valid kube object not passing linting, update cerebro to 0.8.3. (#13086) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric de Saint Martin --- stable/cerebro/Chart.yaml | 6 +++--- stable/cerebro/README.md | 2 +- stable/cerebro/templates/service.yaml | 6 +++--- stable/cerebro/values.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stable/cerebro/Chart.yaml b/stable/cerebro/Chart.yaml index 31f2185c2d..e5c12a203d 100644 --- a/stable/cerebro/Chart.yaml +++ b/stable/cerebro/Chart.yaml @@ -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 diff --git a/stable/cerebro/README.md b/stable/cerebro/README.md index e5ee49ec9a..e75a6a9d3b 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 | `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` | diff --git a/stable/cerebro/templates/service.yaml b/stable/cerebro/templates/service.yaml index 731e24ca16..3565569374 100644 --- a/stable/cerebro/templates/service.yaml +++ b/stable/cerebro/templates/service.yaml @@ -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: diff --git a/stable/cerebro/values.yaml b/stable/cerebro/values.yaml index ed50bbcaf7..175a0e5a25 100644 --- a/stable/cerebro/values.yaml +++ b/stable/cerebro/values.yaml @@ -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: