[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:
Bitnami Bot
2023-01-28 19:01:38 +01:00
committed by GitHub
parent c5ffd5fe02
commit e2227cd16d
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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'