[bitnami/grafana-operator] Release 2.2.6 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2022-02-23 09:37:47 +00:00
parent af4fceb914
commit 4f6f9df5a6
2 changed files with 3 additions and 3 deletions

View File

@@ -24,4 +24,4 @@ name: grafana-operator
sources:
- https://github.com/grafana-operator/grafana-operator
- https://github.com/bitnami/bitnami-docker-grafana-operator
version: 2.2.5
version: 2.2.6

View File

@@ -127,7 +127,7 @@ operator:
image:
registry: docker.io
repository: bitnami/grafana-operator
tag: 4.1.1-debian-10-r69
tag: 4.1.1-debian-10-r71
## 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
@@ -386,7 +386,7 @@ grafana:
image:
registry: docker.io
repository: bitnami/grafana
tag: 8.4.0-debian-10-r1
tag: 8.4.1-debian-10-r0
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/