Skip to content

Commit 2a2cf50

Browse files
committed
🚑 fix redis chart
modified: charts/kube-reqsizer/Chart.yaml; modified: charts/kube-reqsizer/values.yaml
1 parent cb288c6 commit 2a2cf50

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/kube-reqsizer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.9.0
16+
version: 0.9.1
1717
dependencies:
1818
- name: redis
1919
condition: persistence.enabled

charts/kube-reqsizer/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ persistence:
1515
enabled: true
1616
serviceMonitor: false
1717

18+
redis:
19+
auth:
20+
enabled: false
21+
1822
controllerManager:
1923
manager:
2024
image:

0 commit comments

Comments
 (0)