diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index fcde120e85..a30a870856 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,5 +1,5 @@ name: redis -version: 4.2.7 +version: 4.2.8 appVersion: 4.0.11 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: diff --git a/stable/redis/values-production.yaml b/stable/redis/values-production.yaml index d067e4f25d..94d56e4f76 100644 --- a/stable/redis/values-production.yaml +++ b/stable/redis/values-production.yaml @@ -315,9 +315,9 @@ metrics: ## Use serviceLoadBalancerIP to request a specific static IP, ## otherwise leave blank # loadBalancerIP: - annotations: {} - # prometheus.io/scrape: "true" - # prometheus.io/port: "9121" + annotations: + prometheus.io/scrape: "true" + prometheus.io/port: "9121" ## Metrics exporter resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ diff --git a/stable/redis/values.yaml b/stable/redis/values.yaml index e0b81c5d27..f0ee04db25 100644 --- a/stable/redis/values.yaml +++ b/stable/redis/values.yaml @@ -315,9 +315,9 @@ metrics: ## Use serviceLoadBalancerIP to request a specific static IP, ## otherwise leave blank # loadBalancerIP: - annotations: {} - # prometheus.io/scrape: "true" - # prometheus.io/port: "9121" + annotations: + prometheus.io/scrape: "true" + prometheus.io/port: "9121" ## Metrics exporter resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/