From ea47b138516a6cb21324e621a58a35d400a25776 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 6 Jun 2022 15:49:13 +0000 Subject: [PATCH] [bitnami/grafana-operator] Release 2.6.2 updating components versions Signed-off-by: Bitnami Containers --- bitnami/grafana-operator/Chart.lock | 6 +++--- bitnami/grafana-operator/Chart.yaml | 2 +- bitnami/grafana-operator/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/grafana-operator/Chart.lock b/bitnami/grafana-operator/Chart.lock index f0b2b5dc0..c121aa14b 100644 --- a/bitnami/grafana-operator/Chart.lock +++ b/bitnami/grafana-operator/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.14.1 -digest: sha256:c69621f97b90b8c2e909293fbc475f0a3b0aaa4aa04de5df3e5d7a1974e5d735 -generated: "2022-05-21T18:55:34.581652167Z" + version: 1.16.0 +digest: sha256:f41cb9ff725b7c9fa2725634196a6813566d630342f86a74903ed114b282c8c0 +generated: "2022-06-06T14:53:21.016649497Z" diff --git a/bitnami/grafana-operator/Chart.yaml b/bitnami/grafana-operator/Chart.yaml index e1c07b51d..7f5aa1586 100644 --- a/bitnami/grafana-operator/Chart.yaml +++ b/bitnami/grafana-operator/Chart.yaml @@ -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.6.1 +version: 2.6.2 diff --git a/bitnami/grafana-operator/values.yaml b/bitnami/grafana-operator/values.yaml index 794dabc74..f4066dbfe 100644 --- a/bitnami/grafana-operator/values.yaml +++ b/bitnami/grafana-operator/values.yaml @@ -143,7 +143,7 @@ operator: image: registry: docker.io repository: bitnami/grafana-operator - tag: 4.4.1-debian-10-r10 + tag: 4.4.1-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 @@ -422,7 +422,7 @@ grafana: image: registry: docker.io repository: bitnami/grafana - tag: 8.5.3-debian-10-r0 + tag: 8.5.4-debian-11-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/