Skip to content

Commit

Permalink
[bitnami/grafana] Release 8.2.22 (bitnami#14386)
Browse files Browse the repository at this point in the history
* [bitnami/grafana] Release 8.2.22 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <[email protected]>

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Jan 16, 2023
1 parent 0fb474d commit b387cb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bitnami/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ name: grafana
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/grafana
- https://grafana.com/
version: 8.2.21
version: 8.2.22
6 changes: 3 additions & 3 deletions bitnami/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-r0` |
| `image.tag` | Grafana image tag (immutable tags are recommended) | `9.3.2-debian-11-r11` |
| `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 | `[]` |
Expand Down Expand Up @@ -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.2-debian-11-r8` |
| `imageRenderer.image.tag` | Grafana Image Renderer image tag (immutable tags are recommended) | `3.6.3-debian-11-r1` |
| `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 | `[]` |
Expand Down Expand Up @@ -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-r62` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r72` |
| `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 | `[]` |
Expand Down
6 changes: 3 additions & 3 deletions bitnami/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ commonAnnotations: {}
image:
registry: docker.io
repository: bitnami/grafana
tag: 9.3.2-debian-11-r0
tag: 9.3.2-debian-11-r11
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -828,7 +828,7 @@ imageRenderer:
image:
registry: docker.io
repository: bitnami/grafana-image-renderer
tag: 3.6.2-debian-11-r8
tag: 3.6.3-debian-11-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1167,7 +1167,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r62
tag: 11-debian-11-r72
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit b387cb4

Please sign in to comment.