[bitnami/kube-state-metrics] Change honorLabels type to boolean (#7258)

This commit is contained in:
Javier J. Salmerón-García
2021-08-18 11:29:26 +02:00
committed by GitHub
parent c0b12c5bd3
commit 26598b803d
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ name: kube-state-metrics
sources:
- https://github.com/bitnami/bitnami-docker-kube-state-metrics
- https://github.com/kubernetes/kube-state-metrics
version: 2.1.4
version: 2.1.5
+1 -1
View File
@@ -158,7 +158,7 @@ The command removes all the Kubernetes components associated with the chart and
| `serviceMonitor.interval` | Scrape interval (use by default, falling back to Prometheus' default) | `""` |
| `serviceMonitor.scrapeTimeout` | Timeout after which the scrape is ended | `""` |
| `serviceMonitor.selector` | ServiceMonitor selector labels | `{}` |
| `serviceMonitor.honorLabels` | Honor metrics labels | `""` |
| `serviceMonitor.honorLabels` | Honor metrics labels | `false` |
| `serviceMonitor.relabelings` | ServiceMonitor relabelings | `[]` |
| `serviceMonitor.metricRelabelings` | ServiceMonitor metricRelabelings | `[]` |
+7 -1
View File
@@ -2,6 +2,7 @@
## Global Docker image parameters
## Please, note that this will override the image parameters, including dependencies, configured to use the global value
## Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass
##
## @param global.imageRegistry Global Docker image registry
## @param global.imagePullSecrets Global Docker registry secret names as an array
@@ -17,6 +18,7 @@ global:
storageClass: ""
## @section Common parameters
##
## @param nameOverride String to partially override `kube-state-metrics.name` template with a string (will prepend the release name)
##
@@ -32,6 +34,7 @@ commonLabels: {}
commonAnnotations: {}
## @section kube-state-metrics parameters
##
## @param hostAliases Add deployment host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
@@ -59,6 +62,7 @@ serviceAccount:
create: true
## @param serviceAccount.name The name of the ServiceAccount to create
## If not set and create is true, a name is generated using the kube-state-metrics.fullname template
##
name: ""
## Bitnami kube-state-metrics image version
## ref: https://hub.docker.com/r/bitnami/kube-state-metrics/tags/
@@ -214,11 +218,13 @@ resources:
## limits:
## cpu: 100m
## memory: 128Mi
##
limits: {}
## Examples:
## requests:
## cpu: 100m
## memory: 128Mi
##
requests: {}
## @param replicaCount Desired number of controller pods
##
@@ -348,7 +354,7 @@ serviceMonitor:
## e.g:
## honorLabels: false
##
honorLabels: ""
honorLabels: false
## @param serviceMonitor.relabelings ServiceMonitor relabelings
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#relabelconfig
##