[bitnami/grafana-operator] Release 2.9.2 (#16767)

* [bitnami/grafana-operator] Release 2.9.2 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-05-21 16:07:36 +01:00
committed by GitHub
parent 8f5f106a43
commit e7ebc2bc7e
4 changed files with 8 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.5
digest: sha256:318f438acfeaced11d9060877d615caf1985417d2865810defaa886d3496f8d3
generated: "2023-05-08T18:18:52.186320327Z"
version: 2.4.0
digest: sha256:8c1a5dc923412d11d4d841420494b499cb707305c8b9f87f45ea1a8bf3172cb3
generated: "2023-05-21T14:21:41.4841385Z"

View File

@@ -22,4 +22,4 @@ maintainers:
name: grafana-operator
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-operator
version: 2.9.1
version: 2.9.2

View File

@@ -8,8 +8,6 @@ Grafana Operator is a Kubernetes operator that enables the installation and mana
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.
Looking to use Grafana Operator in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
## TL;DR
```console
@@ -109,7 +107,7 @@ For more information, refer to the [documentation on the differences between the
| `operator.updateStrategy.type` | Set up update strategy for Grafana Operator installation. | `Recreate` |
| `operator.image.registry` | Grafana Operator image registry | `docker.io` |
| `operator.image.repository` | Grafana Operator image name | `bitnami/grafana-operator` |
| `operator.image.tag` | Grafana Operator image tag | `4.10.0-debian-11-r17` |
| `operator.image.tag` | Grafana Operator image tag | `4.10.0-debian-11-r22` |
| `operator.image.digest` | Grafana Operator image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `operator.image.pullPolicy` | Grafana Operator image pull policy | `IfNotPresent` |
| `operator.image.pullSecrets` | Grafana Operator image pull secrets | `[]` |
@@ -193,7 +191,7 @@ For more information, refer to the [documentation on the differences between the
| `grafana.enabled` | Enabled the deployment of the Grafana CRD object into the cluster | `true` |
| `grafana.image.registry` | Grafana image registry | `docker.io` |
| `grafana.image.repository` | Grafana image name | `bitnami/grafana` |
| `grafana.image.tag` | Grafana image tag | `9.5.1-debian-11-r4` |
| `grafana.image.tag` | Grafana image tag | `9.5.2-debian-11-r3` |
| `grafana.image.digest` | Grafana image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `grafana.image.pullSecrets` | Grafana image pull secrets | `[]` |
| `grafana.pluginsInitContainerImage.registry` | Grafana Plugins image registry | `""` |

View File

@@ -144,7 +144,7 @@ operator:
image:
registry: docker.io
repository: bitnami/grafana-operator
tag: 4.10.0-debian-11-r17
tag: 4.10.0-debian-11-r22
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -425,7 +425,7 @@ grafana:
image:
registry: docker.io
repository: bitnami/grafana
tag: 9.5.1-debian-11-r4
tag: 9.5.2-debian-11-r3
digest: ""
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.