We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb288c6 commit 2a2cf50Copy full SHA for 2a2cf50
charts/kube-reqsizer/Chart.yaml
@@ -13,7 +13,7 @@ type: application
13
# This is the chart version. This version number should be incremented each time you make changes
14
# to the chart and its templates, including the app version.
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
-version: 0.9.0
+version: 0.9.1
17
dependencies:
18
- name: redis
19
condition: persistence.enabled
charts/kube-reqsizer/values.yaml
@@ -15,6 +15,10 @@ persistence:
enabled: true
serviceMonitor: false
+redis:
+ auth:
20
+ enabled: false
21
+
22
controllerManager:
23
manager:
24
image:
0 commit comments