mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 16:17:21 +08:00
[bitnami/grafana] Release 8.2.23 (#14536)
* [bitnami/grafana] Release 8.2.23 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: 9.3.2
|
||||
appVersion: 9.3.4
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@@ -24,4 +24,4 @@ name: grafana
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/grafana
|
||||
- https://grafana.com/
|
||||
version: 8.2.22
|
||||
version: 8.2.23
|
||||
|
||||
@@ -7,7 +7,7 @@ Grafana is an open source metric analytics and visualization suite for visualizi
|
||||
[Overview of Grafana](https://grafana.com/)
|
||||
|
||||
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
|
||||
@@ -164,7 +164,7 @@ This solution allows to easily deploy multiple Grafana instances compared to the
|
||||
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------- |
|
||||
| `image.registry` | Grafana image registry | `docker.io` |
|
||||
| `image.repository` | Grafana image repository | `bitnami/grafana` |
|
||||
| `image.tag` | Grafana image tag (immutable tags are recommended) | `9.3.2-debian-11-r11` |
|
||||
| `image.tag` | Grafana image tag (immutable tags are recommended) | `9.3.4-debian-11-r0` |
|
||||
| `image.digest` | Grafana image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | Grafana image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Grafana image pull secrets | `[]` |
|
||||
@@ -368,7 +368,7 @@ This solution allows to easily deploy multiple Grafana instances compared to the
|
||||
| `imageRenderer.enabled` | Enable using a remote rendering service to render PNG images | `false` |
|
||||
| `imageRenderer.image.registry` | Grafana Image Renderer image registry | `docker.io` |
|
||||
| `imageRenderer.image.repository` | Grafana Image Renderer image repository | `bitnami/grafana-image-renderer` |
|
||||
| `imageRenderer.image.tag` | Grafana Image Renderer image tag (immutable tags are recommended) | `3.6.3-debian-11-r1` |
|
||||
| `imageRenderer.image.tag` | Grafana Image Renderer image tag (immutable tags are recommended) | `3.6.3-debian-11-r6` |
|
||||
| `imageRenderer.image.digest` | Grafana Image Renderer image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `imageRenderer.image.pullPolicy` | Grafana Image Renderer image pull policy | `IfNotPresent` |
|
||||
| `imageRenderer.image.pullSecrets` | Grafana image Renderer pull secrets | `[]` |
|
||||
@@ -443,7 +443,7 @@ This solution allows to easily deploy multiple Grafana instances compared to the
|
||||
| `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-r72` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r76` |
|
||||
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
|
||||
|
||||
@@ -54,7 +54,7 @@ commonAnnotations: {}
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/grafana
|
||||
tag: 9.3.2-debian-11-r11
|
||||
tag: 9.3.4-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -828,7 +828,7 @@ imageRenderer:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/grafana-image-renderer
|
||||
tag: 3.6.3-debian-11-r1
|
||||
tag: 3.6.3-debian-11-r6
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1167,7 +1167,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r72
|
||||
tag: 11-debian-11-r76
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user