From cf1686de1dd0d5dfd4533ac694c911718118d7e1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 28 Aug 2024 12:16:29 +0000 Subject: [PATCH] Update Helm release grafana to v8.5.0 Signed-off-by: Renovate Bot --- class/defaults.yml | 2 +- .../01_helmchart/grafana/templates/clusterrole.yaml | 2 +- .../01_helmchart/grafana/templates/clusterrolebinding.yaml | 2 +- .../grafana-helm/01_helmchart/grafana/templates/configmap.yaml | 2 +- .../grafana-helm/01_helmchart/grafana/templates/deployment.yaml | 2 +- .../grafana-helm/01_helmchart/grafana/templates/role.yaml | 2 +- .../01_helmchart/grafana/templates/rolebinding.yaml | 2 +- .../grafana-helm/01_helmchart/grafana/templates/service.yaml | 2 +- .../01_helmchart/grafana/templates/serviceaccount.yaml | 2 +- .../01_helmchart/grafana/templates/servicemonitor.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/class/defaults.yml b/class/defaults.yml index 69bf0ba..de6d37e 100644 --- a/class/defaults.yml +++ b/class/defaults.yml @@ -11,7 +11,7 @@ parameters: secrets: {} charts: - grafana: 8.4.9 + grafana: 8.5.0 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 5e572ec..cc6dc2f 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 @@ -6,6 +6,6 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana app.kubernetes.io/version: 11.1.5 - helm.sh/chart: grafana-8.4.9 + helm.sh/chart: grafana-8.5.0 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 ace65bd..7e237eb 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 @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana app.kubernetes.io/version: 11.1.5 - helm.sh/chart: grafana-8.4.9 + helm.sh/chart: grafana-8.5.0 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 47f5089..e67862e 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 @@ -21,6 +21,6 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana app.kubernetes.io/version: 11.1.5 - helm.sh/chart: grafana-8.4.9 + helm.sh/chart: grafana-8.5.0 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 6ccc455..ba45d4c 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 @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana app.kubernetes.io/version: 11.1.5 - helm.sh/chart: grafana-8.4.9 + helm.sh/chart: grafana-8.5.0 name: grafana-helm namespace: syn-grafana spec: 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 ec28bb3..641c67c 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 @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana app.kubernetes.io/version: 11.1.5 - helm.sh/chart: grafana-8.4.9 + helm.sh/chart: grafana-8.5.0 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 726415a..7340ad6 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 @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana app.kubernetes.io/version: 11.1.5 - helm.sh/chart: grafana-8.4.9 + helm.sh/chart: grafana-8.5.0 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 d314cf3..483631d 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 @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana app.kubernetes.io/version: 11.1.5 - helm.sh/chart: grafana-8.4.9 + helm.sh/chart: grafana-8.5.0 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 dbb1c68..06235c4 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 @@ -7,6 +7,6 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana app.kubernetes.io/version: 11.1.5 - helm.sh/chart: grafana-8.4.9 + helm.sh/chart: grafana-8.5.0 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 f8ebb77..cd7bc4d 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 @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: grafana app.kubernetes.io/version: 11.1.5 - helm.sh/chart: grafana-8.4.9 + helm.sh/chart: grafana-8.5.0 name: grafana-helm namespace: syn-grafana spec: