mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 16:17:21 +08:00
[bitnami/kube-state-metrics] Release 3.2.8 (#14581)
* [bitnami/kube-state-metrics] Release 3.2.8 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:
@@ -23,4 +23,4 @@ name: kube-state-metrics
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/kube-state-metrics
|
||||
- https://github.com/kubernetes/kube-state-metrics
|
||||
version: 3.2.7
|
||||
version: 3.2.8
|
||||
|
||||
@@ -7,7 +7,7 @@ kube-state-metrics is a simple service that listens to the Kubernetes API server
|
||||
[Overview of Kube State Metrics](https://github.com/kubernetes/kube-state-metrics)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -87,7 +87,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.7.0-debian-11-r9` |
|
||||
| `image.tag` | kube-state-metrics image tag (immutable tags are recommended) | `2.7.0-debian-11-r21` |
|
||||
| `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 | `[]` |
|
||||
@@ -288,4 +288,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
@@ -98,7 +98,7 @@ serviceAccount:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kube-state-metrics
|
||||
tag: 2.7.0-debian-11-r9
|
||||
tag: 2.7.0-debian-11-r21
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user