diff --git a/bitnami/grafana-operator/Chart.yaml b/bitnami/grafana-operator/Chart.yaml index c0527657f..0650d4f3a 100644 --- a/bitnami/grafana-operator/Chart.yaml +++ b/bitnami/grafana-operator/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Analytics apiVersion: v2 -appVersion: 4.4.0 +appVersion: 4.4.1 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -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.5.1 +version: 2.5.2 diff --git a/bitnami/grafana-operator/values.yaml b/bitnami/grafana-operator/values.yaml index f88351985..3784ef65a 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.4.0-debian-10-r0 + tag: 4.4.1-debian-10-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 @@ -389,7 +389,7 @@ grafana: image: registry: docker.io repository: bitnami/grafana - tag: 8.5.2-debian-10-r2 + tag: 8.5.2-debian-10-r4 ## 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/