[bitnami/grafana] Release 9.0.4 (#17900)

* [bitnami/grafana] Release 9.0.4 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-07-25 19:12:48 +02:00
committed by GitHub
parent 97928a2815
commit 14a3938918
3 changed files with 7 additions and 7 deletions

View File

@@ -26,4 +26,4 @@ maintainers:
name: grafana
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana
version: 9.0.3
version: 9.0.4

View File

@@ -162,7 +162,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) | `10.0.2-debian-11-r0` |
| `image.tag` | Grafana image tag (immutable tags are recommended) | `10.0.2-debian-11-r12` |
| `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 | `[]` |
@@ -360,7 +360,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.7.1-debian-11-r19` |
| `imageRenderer.image.tag` | Grafana Image Renderer image tag (immutable tags are recommended) | `3.7.1-debian-11-r66` |
| `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 | `[]` |
@@ -434,7 +434,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` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r2` |
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r16` |
| `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |

View File

@@ -57,7 +57,7 @@ commonAnnotations: {}
image:
registry: docker.io
repository: bitnami/grafana
tag: 10.0.2-debian-11-r0
tag: 10.0.2-debian-11-r12
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -831,7 +831,7 @@ imageRenderer:
image:
registry: docker.io
repository: bitnami/grafana-image-renderer
tag: 3.7.1-debian-11-r19
tag: 3.7.1-debian-11-r66
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1170,7 +1170,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r2
tag: 11-debian-11-r16
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.