[bitnami/grafana] Release 8.0.3 (#11376)

* [bitnami/grafana] Release 8.0.3 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>
This commit is contained in:
Bitnami Bot
2022-07-27 18:00:17 +02:00
committed by GitHub
parent 73a386c8cd
commit 96eb5aa7cc
3 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
annotations:
category: Analytics
apiVersion: v2
appVersion: 9.0.4
appVersion: 9.0.5
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.0.2
version: 8.0.3

View File

@@ -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.0.4-debian-11-r0` |
| `image.tag` | Grafana image tag (immutable tags are recommended) | `9.0.5-debian-11-r0` |
| `image.pullPolicy` | Grafana image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Grafana image pull secrets | `[]` |
| `admin.user` | Grafana admin username | `admin` |
@@ -366,7 +366,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.5.0-debian-11-r1` |
| `imageRenderer.image.tag` | Grafana Image Renderer image tag (immutable tags are recommended) | `3.5.0-debian-11-r3` |
| `imageRenderer.image.pullPolicy` | Grafana Image Renderer image pull policy | `IfNotPresent` |
| `imageRenderer.image.pullSecrets` | Grafana image Renderer pull secrets | `[]` |
| `imageRenderer.replicaCount` | Number of Grafana Image Renderer Pod replicas | `1` |
@@ -440,7 +440,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-r16` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r18` |
| `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 | `{}` |

View File

@@ -53,7 +53,7 @@ commonAnnotations: {}
image:
registry: docker.io
repository: bitnami/grafana
tag: 9.0.4-debian-11-r0
tag: 9.0.5-debian-11-r0
## 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
@@ -813,7 +813,7 @@ imageRenderer:
image:
registry: docker.io
repository: bitnami/grafana-image-renderer
tag: 3.5.0-debian-11-r1
tag: 3.5.0-debian-11-r3
## 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
@@ -1150,7 +1150,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r16
tag: 11-debian-11-r18
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.