mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
[bitnami/kube-prometheus] Release 8.3.5 (#14799)
* [bitnami/kube-prometheus] Release 8.3.5 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:
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: node-exporter
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 3.2.6
|
||||
version: 3.2.8
|
||||
- name: kube-state-metrics
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 3.2.7
|
||||
version: 3.2.8
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.2
|
||||
digest: sha256:eafb2d67dd1d376a7e396637adccd7c0a76eeaa92cb99471ea67a46556fd3eb8
|
||||
generated: "2023-01-05T19:02:28.365516224Z"
|
||||
version: 2.2.3
|
||||
digest: sha256:979aeba05013c6fb9c529390cac3dc8fb5fb75035dfa00aa8010b950a014a73e
|
||||
generated: "2023-02-08T19:20:32.772335672Z"
|
||||
|
||||
@@ -2,7 +2,7 @@ annotations:
|
||||
category: Analytics
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 0.62.0
|
||||
appVersion: 0.63.0
|
||||
dependencies:
|
||||
- condition: exporters.enabled,exporters.node-exporter.enabled
|
||||
name: node-exporter
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/prometheus
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/alertmanager
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
version: 8.3.4
|
||||
version: 8.3.5
|
||||
|
||||
@@ -7,7 +7,7 @@ Prometheus Operator provides easy monitoring definitions for Kubernetes services
|
||||
[Overview of Prometheus Operator](https://github.com/coreos/prometheus-operator)
|
||||
|
||||
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
|
||||
@@ -91,7 +91,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `operator.enabled` | Deploy Prometheus Operator to the cluster | `true` |
|
||||
| `operator.image.registry` | Prometheus Operator image registry | `docker.io` |
|
||||
| `operator.image.repository` | Prometheus Operator image repository | `bitnami/prometheus-operator` |
|
||||
| `operator.image.tag` | Prometheus Operator image tag (immutable tags are recommended) | `0.62.0-debian-11-r0` |
|
||||
| `operator.image.tag` | Prometheus Operator image tag (immutable tags are recommended) | `0.63.0-debian-11-r0` |
|
||||
| `operator.image.digest` | Prometheus Operator image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `operator.image.pullPolicy` | Prometheus Operator image pull policy | `IfNotPresent` |
|
||||
| `operator.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -207,7 +207,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `prometheus.enabled` | Deploy Prometheus to the cluster | `true` |
|
||||
| `prometheus.image.registry` | Prometheus image registry | `docker.io` |
|
||||
| `prometheus.image.repository` | Prometheus image repository | `bitnami/prometheus` |
|
||||
| `prometheus.image.tag` | Prometheus image tag (immutable tags are recommended) | `2.41.0-debian-11-r5` |
|
||||
| `prometheus.image.tag` | Prometheus image tag (immutable tags are recommended) | `2.42.0-debian-11-r2` |
|
||||
| `prometheus.image.digest` | Prometheus image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `prometheus.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `prometheus.serviceAccount.create` | Specify whether to create a ServiceAccount for Prometheus | `true` |
|
||||
@@ -347,7 +347,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `prometheus.thanos.create` | Create a Thanos sidecar container | `false` |
|
||||
| `prometheus.thanos.image.registry` | Thanos image registry | `docker.io` |
|
||||
| `prometheus.thanos.image.repository` | Thanos image name | `bitnami/thanos` |
|
||||
| `prometheus.thanos.image.tag` | Thanos image tag | `0.30.1-scratch-r0` |
|
||||
| `prometheus.thanos.image.tag` | Thanos image tag | `0.30.2-scratch-r0` |
|
||||
| `prometheus.thanos.image.digest` | Thanos image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `prometheus.thanos.image.pullPolicy` | Thanos image pull policy | `IfNotPresent` |
|
||||
| `prometheus.thanos.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -411,7 +411,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `alertmanager.enabled` | Deploy Alertmanager to the cluster | `true` |
|
||||
| `alertmanager.image.registry` | Prometheus image registry | `docker.io` |
|
||||
| `alertmanager.image.repository` | Prometheus image repository | `bitnami/alertmanager` |
|
||||
| `alertmanager.image.tag` | Prometheus image tag (immutable tags are recommended) | `0.25.0-debian-11-r4` |
|
||||
| `alertmanager.image.tag` | Prometheus image tag (immutable tags are recommended) | `0.25.0-debian-11-r16` |
|
||||
| `alertmanager.image.digest` | Prometheus image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `alertmanager.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `alertmanager.serviceAccount.create` | Specify whether to create a ServiceAccount for Alertmanager | `true` |
|
||||
@@ -552,7 +552,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `blackboxExporter.image.registry` | Blackbox Exporter image registry | `docker.io` |
|
||||
| `blackboxExporter.image.repository` | Blackbox Exporter image repository | `bitnami/blackbox-exporter` |
|
||||
| `blackboxExporter.image.pullPolicy` | Blackbox Exporter image pull policy | `IfNotPresent` |
|
||||
| `blackboxExporter.image.tag` | Blackbox Exporter image tag (immutable tags are recommended) | `0.23.0-debian-11-r10` |
|
||||
| `blackboxExporter.image.tag` | Blackbox Exporter image tag (immutable tags are recommended) | `0.23.0-debian-11-r22` |
|
||||
| `blackboxExporter.image.digest` | Blackbox Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `blackboxExporter.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `blackboxExporter.extraEnvVars` | Array with extra environment variables to add to blackboxExporter nodes | `[]` |
|
||||
@@ -914,4 +914,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.
|
||||
@@ -64,7 +64,7 @@ operator:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/prometheus-operator
|
||||
tag: 0.62.0-debian-11-r0
|
||||
tag: 0.63.0-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -504,7 +504,7 @@ prometheus:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/prometheus
|
||||
tag: 2.41.0-debian-11-r5
|
||||
tag: 2.42.0-debian-11-r2
|
||||
digest: ""
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
@@ -1133,7 +1133,7 @@ prometheus:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/thanos
|
||||
tag: 0.30.1-scratch-r0
|
||||
tag: 0.30.2-scratch-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -1425,7 +1425,7 @@ alertmanager:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/alertmanager
|
||||
tag: 0.25.0-debian-11-r4
|
||||
tag: 0.25.0-debian-11-r16
|
||||
digest: ""
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
@@ -2004,7 +2004,7 @@ blackboxExporter:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/blackbox-exporter
|
||||
tag: 0.23.0-debian-11-r10
|
||||
tag: 0.23.0-debian-11-r22
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user