diff --git a/bitnami/grafana-operator/Chart.yaml b/bitnami/grafana-operator/Chart.yaml index d6413948b0..ab3e524f08 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.3.6 +version: 2.3.7 diff --git a/bitnami/grafana-operator/values.yaml b/bitnami/grafana-operator/values.yaml index 4d79560486..77b81421f1 100644 --- a/bitnami/grafana-operator/values.yaml +++ b/bitnami/grafana-operator/values.yaml @@ -127,7 +127,7 @@ operator: image: registry: docker.io repository: bitnami/grafana-operator - tag: 4.2.0-debian-10-r40 + tag: 4.2.0-debian-10-r54 ## 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 @@ -389,7 +389,7 @@ grafana: image: registry: docker.io repository: bitnami/grafana - tag: 8.4.5-debian-10-r3 + tag: 8.4.6-debian-10-r6 ## 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/