mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
[bitnami/grafana-operator] Release 3.3.2 (#18665)
* [bitnami/grafana-operator] Release 3.3.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:
@@ -6,9 +6,9 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: grafana-operator
|
||||
image: docker.io/bitnami/grafana-operator:5.3.0-debian-11-r20
|
||||
image: docker.io/bitnami/grafana-operator:5.3.0-debian-11-r24
|
||||
- name: grafana
|
||||
image: docker.io/bitnami/grafana:10.0.3-debian-11-r20
|
||||
image: docker.io/bitnami/grafana:10.0.3-debian-11-r22
|
||||
apiVersion: v2
|
||||
appVersion: 5.3.0
|
||||
dependencies:
|
||||
@@ -30,4 +30,4 @@ maintainers:
|
||||
name: grafana-operator
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-operator
|
||||
version: 3.3.1
|
||||
version: 3.3.2
|
||||
|
||||
@@ -110,7 +110,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 | `5.3.0-debian-11-r20` |
|
||||
| `operator.image.tag` | Grafana Operator image tag | `5.3.0-debian-11-r24` |
|
||||
| `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 | `[]` |
|
||||
@@ -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.0.3-debian-11-r20` |
|
||||
| `grafana.image.tag` | Grafana image tag | `10.0.3-debian-11-r22` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -151,7 +151,7 @@ operator:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/grafana-operator
|
||||
tag: 5.3.0-debian-11-r20
|
||||
tag: 5.3.0-debian-11-r24
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -424,7 +424,7 @@ grafana:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/grafana
|
||||
tag: 10.0.3-debian-11-r20
|
||||
tag: 10.0.3-debian-11-r22
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user