mirror of
https://github.com/bitnami/charts.git
synced 2026-02-23 14:27:11 +08:00
[bitnami/kube-state-metrics] Release 3.5.3 (#16942)
* [bitnami/kube-state-metrics] Release 3.5.3 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -2,7 +2,7 @@ annotations:
|
||||
category: Analytics
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 2.9.0
|
||||
appVersion: 2.9.1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -22,4 +22,4 @@ maintainers:
|
||||
name: kube-state-metrics
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kube-state-metrics
|
||||
version: 3.5.2
|
||||
version: 3.5.3
|
||||
|
||||
@@ -83,7 +83,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` |
|
||||
| `image.registry` | kube-state-metrics image registry | `docker.io` |
|
||||
| `image.repository` | kube-state-metrics image repository | `bitnami/kube-state-metrics` |
|
||||
| `image.tag` | kube-state-metrics image tag (immutable tags are recommended) | `2.9.0-debian-11-r0` |
|
||||
| `image.tag` | kube-state-metrics image tag (immutable tags are recommended) | `2.9.1-debian-11-r0` |
|
||||
| `image.digest` | kube-state-metrics image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | kube-state-metrics image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
|
||||
@@ -98,7 +98,7 @@ serviceAccount:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kube-state-metrics
|
||||
tag: 2.9.0-debian-11-r0
|
||||
tag: 2.9.1-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user