[bitnami/grafana] Release 9.0.3 (#17689)

* [bitnami/grafana] Release 9.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>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-07-13 18:06:05 +02:00
committed by GitHub
parent 41bb1ddcba
commit 264b0262ff
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ annotations:
category: Analytics
licenses: Apache-2.0
apiVersion: v2
appVersion: 10.0.1
appVersion: 10.0.2
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -26,4 +26,4 @@ maintainers:
name: grafana
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana
version: 9.0.2
version: 9.0.3

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.1-debian-11-r3` |
| `image.tag` | Grafana image tag (immutable tags are recommended) | `10.0.2-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 | `[]` |

View File

@@ -57,7 +57,7 @@ commonAnnotations: {}
image:
registry: docker.io
repository: bitnami/grafana
tag: 10.0.1-debian-11-r3
tag: 10.0.2-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'