From 0f61159bf741409707b4d0adec13efcccf018fc2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 17 Aug 2024 08:14:55 +0000 Subject: [PATCH] Update Helm release grafana to v8.4.5 Signed-off-by: Renovate Bot --- class/defaults.yml | 2 +- .../01_helmchart/grafana/templates/clusterrole.yaml | 4 ++-- .../01_helmchart/grafana/templates/clusterrolebinding.yaml | 4 ++-- .../01_helmchart/grafana/templates/configmap.yaml | 4 ++-- .../01_helmchart/grafana/templates/deployment.yaml | 6 +++--- .../grafana-helm/01_helmchart/grafana/templates/role.yaml | 4 ++-- .../01_helmchart/grafana/templates/rolebinding.yaml | 4 ++-- .../01_helmchart/grafana/templates/service.yaml | 4 ++-- .../01_helmchart/grafana/templates/serviceaccount.yaml | 4 ++-- .../01_helmchart/grafana/templates/servicemonitor.yaml | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/class/defaults.yml b/class/defaults.yml index 0f51cd9..5defd87 100644 --- a/class/defaults.yml +++ b/class/defaults.yml @@ -11,7 +11,7 @@ parameters: secrets: {} charts: - grafana: 8.0.2 + grafana: 8.4.5 dashboards: {} datasources: {} extraConfigMap: {} diff --git a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/clusterrole.yaml b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/clusterrole.yaml index fde42ec..b45d85e 100644 --- a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/clusterrole.yaml +++ b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/clusterrole.yaml @@ -5,7 +5,7 @@ metadata: app.kubernetes.io/instance: grafana-helm app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana - app.kubernetes.io/version: 11.0.0 - helm.sh/chart: grafana-8.0.2 + app.kubernetes.io/version: 11.1.4 + helm.sh/chart: grafana-8.4.5 name: grafana-helm-clusterrole rules: [] diff --git a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/clusterrolebinding.yaml b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/clusterrolebinding.yaml index a47fa96..61de4cc 100644 --- a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/clusterrolebinding.yaml +++ b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/clusterrolebinding.yaml @@ -5,8 +5,8 @@ metadata: app.kubernetes.io/instance: grafana-helm app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana - app.kubernetes.io/version: 11.0.0 - helm.sh/chart: grafana-8.0.2 + app.kubernetes.io/version: 11.1.4 + helm.sh/chart: grafana-8.4.5 name: grafana-helm-clusterrolebinding roleRef: apiGroup: rbac.authorization.k8s.io diff --git a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/configmap.yaml b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/configmap.yaml index 2cc7b67..6a1cfa6 100644 --- a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/configmap.yaml +++ b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/configmap.yaml @@ -20,7 +20,7 @@ metadata: app.kubernetes.io/instance: grafana-helm app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana - app.kubernetes.io/version: 11.0.0 - helm.sh/chart: grafana-8.0.2 + app.kubernetes.io/version: 11.1.4 + helm.sh/chart: grafana-8.4.5 name: grafana-helm namespace: syn-grafana diff --git a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/deployment.yaml b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/deployment.yaml index 33bd79c..feb4b0d 100644 --- a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/deployment.yaml +++ b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/deployment.yaml @@ -5,8 +5,8 @@ metadata: app.kubernetes.io/instance: grafana-helm app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana - app.kubernetes.io/version: 11.0.0 - helm.sh/chart: grafana-8.0.2 + app.kubernetes.io/version: 11.1.4 + helm.sh/chart: grafana-8.4.5 name: grafana-helm namespace: syn-grafana spec: @@ -53,7 +53,7 @@ spec: value: /var/lib/grafana/plugins - name: GF_PATHS_PROVISIONING value: /etc/grafana/provisioning - image: docker.io/grafana/grafana:11.0.0 + image: docker.io/grafana/grafana:11.1.4 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 10 diff --git a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/role.yaml b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/role.yaml index adcaf28..5cb2622 100644 --- a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/role.yaml +++ b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/role.yaml @@ -5,8 +5,8 @@ metadata: app.kubernetes.io/instance: grafana-helm app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana - app.kubernetes.io/version: 11.0.0 - helm.sh/chart: grafana-8.0.2 + app.kubernetes.io/version: 11.1.4 + helm.sh/chart: grafana-8.4.5 name: grafana-helm namespace: syn-grafana rules: [] diff --git a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/rolebinding.yaml b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/rolebinding.yaml index 8a5a7ee..1284e37 100644 --- a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/rolebinding.yaml +++ b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/rolebinding.yaml @@ -5,8 +5,8 @@ metadata: app.kubernetes.io/instance: grafana-helm app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana - app.kubernetes.io/version: 11.0.0 - helm.sh/chart: grafana-8.0.2 + app.kubernetes.io/version: 11.1.4 + helm.sh/chart: grafana-8.4.5 name: grafana-helm namespace: syn-grafana roleRef: diff --git a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/service.yaml b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/service.yaml index 5bad2c1..2f96e22 100644 --- a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/service.yaml +++ b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/service.yaml @@ -5,8 +5,8 @@ metadata: app.kubernetes.io/instance: grafana-helm app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana - app.kubernetes.io/version: 11.0.0 - helm.sh/chart: grafana-8.0.2 + app.kubernetes.io/version: 11.1.4 + helm.sh/chart: grafana-8.4.5 name: grafana-helm namespace: syn-grafana spec: diff --git a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/serviceaccount.yaml b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/serviceaccount.yaml index e35a41f..3f401c6 100644 --- a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/serviceaccount.yaml +++ b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/serviceaccount.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/instance: grafana-helm app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana - app.kubernetes.io/version: 11.0.0 - helm.sh/chart: grafana-8.0.2 + app.kubernetes.io/version: 11.1.4 + helm.sh/chart: grafana-8.4.5 name: grafana-helm namespace: syn-grafana diff --git a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/servicemonitor.yaml b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/servicemonitor.yaml index fc3318c..641aa17 100644 --- a/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/servicemonitor.yaml +++ b/tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/servicemonitor.yaml @@ -5,8 +5,8 @@ metadata: app.kubernetes.io/instance: grafana-helm app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana - app.kubernetes.io/version: 11.0.0 - helm.sh/chart: grafana-8.0.2 + app.kubernetes.io/version: 11.1.4 + helm.sh/chart: grafana-8.4.5 name: grafana-helm namespace: syn-grafana spec: