mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/prometheus] Release 0.1.1 (#16883)
* [bitnami/prometheus] Release 0.1.1 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,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.2.5
|
||||
digest: sha256:318f438acfeaced11d9060877d615caf1985417d2865810defaa886d3496f8d3
|
||||
generated: "2023-05-04T15:49:37.865565+02:00"
|
||||
version: 2.4.0
|
||||
digest: sha256:8c1a5dc923412d11d4d841420494b499cb707305c8b9f87f45ea1a8bf3172cb3
|
||||
generated: "2023-05-23T12:46:33.085360393Z"
|
||||
|
||||
@@ -2,7 +2,7 @@ annotations:
|
||||
category: Analytics
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 2.42.0
|
||||
appVersion: 2.44.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -23,4 +23,4 @@ sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/prometheus
|
||||
- https://github.com/prometheus/prometheus
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
|
||||
@@ -6,6 +6,8 @@ Prometheus is an open source monitoring and alerting system. It enables sysadmin
|
||||
|
||||
[Overview of Prometheus](https://prometheus.io/)
|
||||
|
||||
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
|
||||
@@ -85,7 +87,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `alertmanager.enabled` | Alertmanager enabled | `true` |
|
||||
| `alertmanager.image.registry` | Alertmanager image registry | `docker.io` |
|
||||
| `alertmanager.image.repository` | Alertmanager image repository | `bitnami/alertmanager` |
|
||||
| `alertmanager.image.tag` | Alertmanager image tag (immutable tags are recommended) | `0.25.0-debian-11-r48` |
|
||||
| `alertmanager.image.tag` | Alertmanager image tag (immutable tags are recommended) | `0.25.0-debian-11-r50` |
|
||||
| `alertmanager.image.digest` | Alertmanager image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `alertmanager.image.pullPolicy` | Alertmanager image pull policy | `IfNotPresent` |
|
||||
| `alertmanager.image.pullSecrets` | Alertmanager image pull secrets | `[]` |
|
||||
@@ -199,7 +201,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- |
|
||||
| `server.image.registry` | Prometheus image registry | `docker.io` |
|
||||
| `server.image.repository` | Prometheus image repository | `bitnami/prometheus` |
|
||||
| `server.image.tag` | Prometheus image tag (immutable tags are recommended) | `2.44.0-debian-11-r0` |
|
||||
| `server.image.tag` | Prometheus image tag (immutable tags are recommended) | `2.44.0-debian-11-r3` |
|
||||
| `server.image.digest` | Prometheus image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `server.image.pullPolicy` | Prometheus image pull policy | `IfNotPresent` |
|
||||
| `server.image.pullSecrets` | Prometheus image pull secrets | `[]` |
|
||||
@@ -286,7 +288,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `server.thanos.create` | Create a Thanos sidecar container | `false` |
|
||||
| `server.thanos.image.registry` | Thanos image registry | `docker.io` |
|
||||
| `server.thanos.image.repository` | Thanos image name | `bitnami/thanos` |
|
||||
| `server.thanos.image.tag` | Thanos image tag | `0.31.0-scratch-r3` |
|
||||
| `server.thanos.image.tag` | Thanos image tag | `0.31.0-scratch-r5` |
|
||||
| `server.thanos.image.digest` | Thanos image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `server.thanos.image.pullPolicy` | Thanos image pull policy | `IfNotPresent` |
|
||||
| `server.thanos.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -388,7 +390,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
|
||||
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r99` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r118` |
|
||||
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
|
||||
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
|
||||
@@ -672,4 +674,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.
|
||||
@@ -81,7 +81,7 @@ alertmanager:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/alertmanager
|
||||
tag: 0.25.0-debian-11-r48
|
||||
tag: 0.25.0-debian-11-r50
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -577,7 +577,7 @@ server:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/prometheus
|
||||
tag: 2.44.0-debian-11-r0
|
||||
tag: 2.44.0-debian-11-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -945,7 +945,7 @@ server:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/thanos
|
||||
tag: 0.31.0-scratch-r3
|
||||
tag: 0.31.0-scratch-r5
|
||||
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
|
||||
@@ -1479,7 +1479,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r99
|
||||
tag: 11-debian-11-r118
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user