[bitnami/grafana] Release 8.0.0 (#11189)

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

* Update README with the upgrading notes

Signed-off-by: Jota Martos <jotamartos@vmware.com>

* Add grafana 9.0.0 release notes

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Update integration tests for Grafana 8.0.0

Signed-off-by: Jota Martos <jotamartos@vmware.com>

Co-authored-by: Jota Martos <jotamartos@vmware.com>
Co-authored-by: Juan José Martos <jotamartos@gmail.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Bitnami Bot
2022-07-18 17:18:48 +02:00
committed by GitHub
parent 6952122318
commit be2668ac3b
4 changed files with 13 additions and 10 deletions

View File

@@ -25,7 +25,6 @@ it('allows creating a dashboard with a panel', () => {
});
cy.get('[aria-label*="Save dashboard"]').click();
cy.get('button[aria-label*="Close dialogue"]');
cy.fixture('dashboards').then((dashboard) => {
cy.get('[name*="title"]')
.clear()

View File

@@ -1,7 +1,7 @@
annotations:
category: Analytics
apiVersion: v2
appVersion: 8.5.6
appVersion: 9.0.2
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
@@ -24,4 +24,4 @@ name: grafana
sources:
- https://github.com/bitnami/bitnami-docker-grafana
- https://grafana.com/
version: 7.9.11
version: 8.0.0

View File

@@ -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) | `8.5.6-debian-11-r9` |
| `image.tag` | Grafana image tag (immutable tags are recommended) | `9.0.2-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.4.2-debian-11-r13` |
| `imageRenderer.image.tag` | Grafana Image Renderer image tag (immutable tags are recommended) | `3.4.2-debian-11-r14` |
| `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-r13` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r14` |
| `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 | `{}` |
@@ -621,6 +621,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 8.0.0
This major release only bumps the Grafana version to 9.x. No major issues are expected during the upgrade. See the upstream changelog https://grafana.com/docs/grafana/latest/release-notes/release-notes-9-0-0/ for more info about the changes included in this new major version of the application
### To 7.0.0
This major release renames several values in this chart and adds missing features, in order to be inline with the rest of assets in the Bitnami charts repository.

View File

@@ -53,7 +53,7 @@ commonAnnotations: {}
image:
registry: docker.io
repository: bitnami/grafana
tag: 8.5.6-debian-11-r9
tag: 9.0.2-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.4.2-debian-11-r13
tag: 3.4.2-debian-11-r14
## 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-r13
tag: 11-debian-11-r14
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.