mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/kube-state-metrics] Remove global.storageClass (#28044)
This commit is contained in:
committed by
GitHub
parent
e92ae976e9
commit
0814a4a639
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 4.2.7 (2024-07-04)
|
||||
## 4.2.8 (2024-07-18)
|
||||
|
||||
* [bitnami/kube-state-metrics] Release 4.2.7 ([#27786](https://github.com/bitnami/charts/pull/27786))
|
||||
* [bitnami/kube-state-metrics] Remove global.storageClass ([#28044](https://github.com/bitnami/charts/pull/28044))
|
||||
|
||||
## <small>4.2.7 (2024-07-04)</small>
|
||||
|
||||
* [bitnami/kube-state-metrics] Release 4.2.7 (#27786) ([096c1cd](https://github.com/bitnami/charts/commit/096c1cd92bdbf4d5870f5dc9852fd4686f3d062d)), closes [#27786](https://github.com/bitnami/charts/issues/27786)
|
||||
|
||||
## <small>4.2.6 (2024-07-03)</small>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.3
|
||||
digest: sha256:569e1c9d81abdcad3891e065c0f23c83786527d2043f2bc68193c43d18886c19
|
||||
generated: "2024-06-18T11:46:17.025740688Z"
|
||||
version: 2.20.5
|
||||
digest: sha256:5b98791747a148b9d4956b81bb8635f49a0ae831869d700d52e514b8fd1a2445
|
||||
generated: "2024-07-16T12:10:30.249361+02:00"
|
||||
|
||||
@@ -10,22 +10,22 @@ annotations:
|
||||
apiVersion: v2
|
||||
appVersion: 2.12.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/kube-state-metrics/img/kube-state-metrics-stack-220x234.png
|
||||
keywords:
|
||||
- prometheus
|
||||
- kube-state-metrics
|
||||
- monitoring
|
||||
- prometheus
|
||||
- kube-state-metrics
|
||||
- monitoring
|
||||
maintainers:
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: kube-state-metrics
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kube-state-metrics
|
||||
version: 4.2.7
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kube-state-metrics
|
||||
version: 4.2.8
|
||||
|
||||
@@ -107,7 +107,6 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
|
||||
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
|
||||
| `global.imageRegistry` | Global Docker image registry | `""` |
|
||||
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
|
||||
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
|
||||
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
|
||||
|
||||
### Common parameters
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
## @param global.imageRegistry Global Docker image registry
|
||||
## @param global.imagePullSecrets Global Docker registry secret names as an array
|
||||
## @param global.storageClass Global StorageClass for Persistent Volume(s)
|
||||
##
|
||||
global:
|
||||
imageRegistry: ""
|
||||
@@ -18,7 +17,6 @@ global:
|
||||
## - myRegistryKeySecretName
|
||||
##
|
||||
imagePullSecrets: []
|
||||
storageClass: ""
|
||||
## Compatibility adaptations for Kubernetes platforms
|
||||
##
|
||||
compatibility:
|
||||
|
||||
Reference in New Issue
Block a user