[bitnami/grafana-operator] Release 3.4.10 (#20139)

* [bitnami/grafana-operator] Release 3.4.10 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-10-12 17:05:27 +02:00
committed by GitHub
parent d57799372f
commit c7ad1eb30d
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ annotations:
- name: grafana-operator
image: docker.io/bitnami/grafana-operator:5.4.1-debian-11-r24
- name: grafana
image: docker.io/bitnami/grafana:10.1.4-debian-11-r3
image: docker.io/bitnami/grafana:10.1.4-debian-11-r7
apiVersion: v2
appVersion: 5.4.1
dependencies:
@@ -30,4 +30,4 @@ maintainers:
name: grafana-operator
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-operator
version: 3.4.9
version: 3.4.10

View File

@@ -191,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 | `10.1.4-debian-11-r3` |
| `grafana.image.tag` | Grafana image tag | `10.1.4-debian-11-r7` |
| `grafana.image.digest` | Grafana image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `grafana.image.pullPolicy` | Grafana image pull policy | `IfNotPresent` |
| `grafana.image.pullSecrets` | Grafana image pull secrets | `[]` |

View File

@@ -424,7 +424,7 @@ grafana:
image:
registry: docker.io
repository: bitnami/grafana
tag: 10.1.4-debian-11-r3
tag: 10.1.4-debian-11-r7
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'