Skip to content

Commit

Permalink
Be explicit about the change breaking the values signature
Browse files Browse the repository at this point in the history
And adjust variable names

Co-authored-by: zeritti <[email protected]>
Signed-off-by: David Constenla <[email protected]>
  • Loading branch information
daconstenla and zeritti authored Sep 25, 2023
1 parent 882f6e3 commit 08697d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-redis-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.54.0
description: Prometheus exporter for Redis metrics
name: prometheus-redis-exporter
version: 5.6.1
version: 6.0.0
home: https://github.com/oliver006/redis_exporter
sources:
- https://github.com/oliver006/redis_exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-redis-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- name: REDIS_ADDR
{{- if .Values.redisAddressConfig.enabled }}
valueFrom:
{{- if .Values.redisAddressConfig.isASecret }}
{{- if .Values.redisAddressConfig.isSecret }}
secretKeyRef:
{{- else }}
configMapKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-redis-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ redisAddressConfig:
# configure `REDIS_ADDR` from a configmap
enabled: false
# if `true` the `REDIS_ADDR` is sourced on a secret instead of a configmap
isASecret: false
isSecret: false
# Use existing configmap (ignores redisAddress)
source:
name: ""
Expand Down

0 comments on commit 08697d2

Please sign in to comment.