Skip to content

Commit

Permalink
[bitnami/grafana] Release 8.2.32 (bitnami#15693)
Browse files Browse the repository at this point in the history
* [bitnami/grafana] Release 8.2.32 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>

* Adapt Goss test to new runtime-parameters file

Signed-off-by: FraPazGal <fdepaz@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: FraPazGal <fdepaz@vmware.com>
Co-authored-by: FraPazGal <fdepaz@vmware.com>
  • Loading branch information
bitnami-bot and FraPazGal authored Mar 23, 2023
1 parent ded66c3 commit 087c22b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .vib/grafana/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ command:
exit-status: 0
stdout:
- /datasources.*already encrypted/
{{- $uid := .Vars.containerSecurityContext.runAsUser }}
{{- $gid := .Vars.podSecurityContext.fsGroup }}
{{- $uid := .Vars.grafana.containerSecurityContext.runAsUser }}
{{- $gid := .Vars.grafana.podSecurityContext.fsGroup }}
check-user-info:
# The UID and GID should always be either the one specified as vars (always a bigger number that the default)
# or the one randomly defined by openshift (larger values). Otherwise, the chart is still using the default value.
Expand Down
4 changes: 2 additions & 2 deletions bitnami/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotations:
category: Analytics
licenses: Apache-2.0
apiVersion: v2
appVersion: 9.4.3
appVersion: 9.4.7
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand All @@ -24,4 +24,4 @@ name: grafana
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/grafana
- https://grafana.com/
version: 8.2.31
version: 8.2.32
6 changes: 3 additions & 3 deletions bitnami/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | `9.4.3-debian-11-r5` |
| `image.tag` | Grafana image tag (immutable tags are recommended) | `9.4.7-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 | `[]` |
Expand Down Expand Up @@ -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.6.4-debian-11-r10` |
| `imageRenderer.image.tag` | Grafana Image Renderer image tag (immutable tags are recommended) | `3.6.4-debian-11-r12` |
| `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 @@ -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` | 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-r98` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r99` |
| `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.4.3-debian-11-r5
tag: 9.4.7-debian-11-r0
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.4-debian-11-r10
tag: 3.6.4-debian-11-r12
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-r98
tag: 11-debian-11-r99
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit 087c22b

Please sign in to comment.