Skip to content

Commit

Permalink
[bitnami/redis-cluster] Fix PrometheusRule indentation (#2445)
Browse files Browse the repository at this point in the history
* Fix PrometheusRule indentation
  • Loading branch information
marcosbc committed Apr 28, 2020
1 parent 7e08a5a commit a0260ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bitnami/redis-cluster/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v1
name: redis-cluster
version: 2.0.12
version: 2.0.13
appVersion: 5.0.9
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion bitnami/redis-cluster/templates/prometheusrule.yaml
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- end }}
labels: {{- include "redis-cluster.labels" . | nindent 4 }}
{{- with .Values.metrics.prometheusRule.additionalLabels }}
{{- toYaml . | indent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- with .Values.metrics.prometheusRule.rules }}
Expand Down
4 changes: 2 additions & 2 deletions bitnami/redis-cluster/values-production.yaml
Expand Up @@ -18,7 +18,7 @@ image:
## Bitnami Redis image tag
## ref: https://github.com/bitnami/bitnami-docker-redis#supported-tags-and-respective-dockerfile-links
##
tag: 5.0.9-debian-10-r2
tag: 5.0.9-debian-10-r4
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -305,7 +305,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/redis-exporter
tag: 1.5.3-debian-10-r14
tag: 1.5.3-debian-10-r15
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down
4 changes: 2 additions & 2 deletions bitnami/redis-cluster/values.yaml
Expand Up @@ -18,7 +18,7 @@ image:
## Bitnami Redis image tag
## ref: https://github.com/bitnami/bitnami-docker-redis#supported-tags-and-respective-dockerfile-links
##
tag: 5.0.9-debian-10-r2
tag: 5.0.9-debian-10-r4
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -305,7 +305,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/redis-exporter
tag: 1.5.3-debian-10-r14
tag: 1.5.3-debian-10-r15
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit a0260ee

Please sign in to comment.